{
"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": "andreypostal@gmail.com"
}
],
"autoload": {
"psr-4": {
"Andrey\\PancakeObject\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^11.4@dev"
},
"scripts": {
"test": "phpunit"
}
}
|