agavee / toolbox
PHP Utility Classes
Installs: 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:utility
Requires
- php: >=5.3.2
- doctrine/common: 2.2.*
This package is not auto-updated.
Last update: 2022-02-01 12:21:01 UTC
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.