omissis / php-toolbox
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP Utility Classes
v0.1.4
2012-09-11 09:44 UTC
Requires
- php: >=5.3.3
- doctrine/common: 2.2.*
README
A repository containing common php utilities.
Serializer and SerializableInterface
A simple object-to-array serializer. It doesn't support recursive references.
Parameter Adapter
A method-class for adapting some values(scalars and arrays) to ArrayCollection.
Parameter Checker
A method-class for checking that all the mandatory keys of an array are set. It's useful when you want to use an array as a parameter of a function while keeping strict control on what is passed to that function.
Array Key Helper
A helper class for safe array access. It also supports recursion and mutators.