mediadata-tv/php-utils

Generic utils PHP classes (DRY) :D

v1.1.12 2024-12-10 10:39 UTC

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