touki / depopulator
A simple Object-to-Array library
Installs: 467
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/touki/depopulator
Requires
- php: >=5.3.2
- doctrine/annotations: ~1.0
This package is auto-updated.
Last update: 2025-10-08 02:21:30 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.