namshi / utils
Utilities we had to develop at Namshi
Installs: 27 239
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 36
Forks: 1
Open Issues: 0
Requires
- symfony/property-access: >=2.5
Requires (Dev)
- phpunit/phpunit: 3.7.*
- dev-master
- 2.0.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-php7-support
- dev-update-property-access-to-2.6.3
- dev-array_get-enhanced
- dev-array-get-fix
- dev-ip-validate
- dev-functions
- dev-crash-when-comparing-with-non-arrays
- dev-array-compare
- dev-code-generator
- dev-double-slash-util
This package is not auto-updated.
Last update: 2024-10-26 15:25:32 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.