tbondois / php-toolbox
PHP libraries for common needs
0.6.0
2019-10-16 21:22 UTC
Requires
- php: >=7.0
- ext-json: *
- brandonwamboldt/utilphp: ^1.1
- symfony/polyfill-ctype: ^1.11
Suggests
- ext-ctype: Optimisations
- tbondois/php-debug: PHP development libraries (dumpers...) for common needs. should not be installed in production
README
Presentation
This project is based on brandonwamboldt/utilphp and PHP library. I extended it with some functions
Installation in a project
composer require tbondois/php-toolbox
Update it in a project
composer update tbondois/php-toolbox
Usage
require 'vendor/autoload.php'; echo \TB\Toolbox\Util::date_format(); echo \ToolboxUtil::date_format(); // alias