/php-misc

A bunch of classes and functions to make working with PHP easier

Primary LanguagePHPMIT LicenseMIT

A bunch of classes and functions to make working with PHP easier. Usability is preferred over performance.

Requirements

  • PHP errors and warnings are expected to break the code execution (preferably with an Exception)

Testing

$ composer update --dev
$ vendor/bin/phpunit

Build Status