Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 695 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 695 Bytes

PHP Commons

This library provides PHP utilities used in Gigadrive projects, provided for the open-source community.

Functions are registered globally and auto-loaded with Composer.

Requirements

  • PHP 7.1 or higher
  • Composer

Installation

composer require gigadrive/php-commons

Testing

This library uses PHPUnit as a testing framework.

composer install
php ./vendor/bin/phpunit

Copyright and License

This program was developed by Mehdi Baaboura and published by Gigadrive UG under the MIT License. For more information click here.