gigadrive / php-commons
Open-source library used in Gigadrive projects with common PHP utilities
Installs: 6 338
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.1 || ^8.0
- ext-iconv: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2023-10-10 12:15:33 UTC
README
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.