mediadata-tv / php-utils
Generic utils PHP classes (DRY) :D
v1.1.12
2024-12-10 10:39 UTC
Requires
- php: >=7.1.0
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-zip: *
Requires (Dev)
- phpunit/phpunit: ^9.5
README
ToDo:
- Create (more) tests
- Add CI and releases
- Create brief doc for every class and function
Lib usage
Get the lib using composer
$ composer require mediadata-tv/php-utils
No further config is needed, all lib functions expose static methods
Test
You need to have docker install in order to run tests.
After cloning this repository the test can be runned using the docker-test.sh
script
$ ./docker-test.sh