tbondois/php-toolbox

PHP libraries for common needs

0.6.0 2019-10-16 21:22 UTC

This package is auto-updated.

Last update: 2024-04-17 07:23:33 UTC


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

Project Links

Author

References