tbondois / php-toolbox
PHP libraries for common needs
Installs: 24
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tbondois/php-toolbox
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