PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrey Postal   PHP Pancake Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pancake Object
Value objects that can loaded and saved to arrays
Author: By
Last change:
Date: 10 days ago
Size: 641 bytes
 

Contents

Class file image Download
{ "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" } }