realodix / php-utility
Collection of various PHP utility functions
Installs: 2 679
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- spatie/url: ^1.0|^2.0
Requires (Dev)
- fakerphp/faker: ^1.14
- phpstan/phpstan: ^1.4
- phpunit/phpunit: ^9.4
- realodix/php-cs-fixer-config: ^3.0
README
⚠️ This project has been abandoned. Therefore this repository is unmaintained and will not get any further changes!
Collection of various PHP utility functions.
In package realodix/php-utility you will find a set of useful classes for everyday use:
- Number
- String
- Url - Deal with URL's in your applications.
- PHP Reflection
- Validator
Installation
You can install the package via composer:
composer require realodix/php-utility
Testing
From the projects root folder run ./vendor/bin/phpunit
.
License
The MIT License (MIT). Please see License File for more information.