{ "name": "andreypostal/php-pancake-object", "description": "Light and simple helper to work with value objects by providing a serializer and hydrator using PHP Attributes.", "type": "library", "license": "MIT", "keywords": ["parser","value-objects","serializer","hydrator"], "authors": [ { "name": "Andrey Postal", "email": "[email protected]" } ], "autoload": { "psr-4": { "Andrey\\PancakeObject\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^11.4@dev" }, "scripts": { "test": "phpunit" } }
info at phpclasses dot org