mediadata-tv/php-utils

Generic utils PHP classes (DRY) :D

Installs: 427

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/mediadata-tv/php-utils

v1.1.17 2025-09-02 11:21 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