tbondois / php-toolbox

PHP libraries (functions, dumpers...) for common needs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Toolbox

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

Project Links

Author

References

About

PHP libraries (functions, dumpers...) for common needs

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%