namshi / utils
Utilities we had to develop at Namshi
2.0.0
2015-11-03 05:55 UTC
Requires
- symfony/property-access: >=2.5
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-06-06 23:35:17 UTC
README
This package contains a series of utilities that we have developed to be used when you need to do some low-level dirty job and you don't wanna write a generic helper for your own application or an isolated function (you use objects, don't you?).
Installation
Via composer, as you find this library on packagist:
"namshi/utils": "1.0.*",
Tests
Just use phpunit:
phpunit
and welcome to greenland.