pascaldevink / phpcommons
This package is abandoned and no longer maintained.
No replacement package was suggested.
Object wrappers around common used PHP functions.
dev-master
2013-06-08 23:12 UTC
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2020-03-25 12:59:16 UTC
README
This module wraps commonly used PHP functions so they can be used in a object oriented way. This way they:
- have a better and more concise structure
- are easier to use
- are easier to read
- are easy to replace
- are easy to test
- are easy to mock
Plus, they sometimes combine multiple native functions to make life easier in general.
Installation
PHP Commons can be installed using composer:
"require": {
"pascaldevink/php-commons": "dev-master"
}