touki / depopulator
A simple Object-to-Array library
v1.0.1
2019-05-07 11:57 UTC
Requires
- php: >=5.3.2
- doctrine/annotations: ~1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-08 04:21:31 UTC
README
PHP Depopulator is a simple Object-to-Array library which transforms any objects with getters into an array. This is not a serializer. If you're looking for a serializer/deserializer, I advise you to use jms/serializer.