realodix / php-utility
This package is abandoned and no longer maintained.
No replacement package was suggested.
Collection of various PHP utility functions
v3.0.0
2022-05-26 18:11 UTC
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.