A class for array manipulation. It includes functions for sorting arrays, imploding arrays, renaming keys in arrays, and more. View the documentation
A class for matching a pattern in a given string using regular expressions. View the documentation
A class for retrieving information about a PHP class, interface, or trait from a file. View the documentation
This class provides support for adding target="_blank" rel="noopener noreferrer" to external links.
View the documentation
This class add a wrapper around the regular expression functions in php. View the documentation
This class provides a constant to reference a blank string.
Example:
use Midnite81\Core\Helpers\Strings;
if ($string === Strings::EMPTY_STRING) {
echo ('Your string is empty');
}This class provides a number of methods to check if the user agent string matches a specific pattern. View the documentation