ina / amalia-model
0.1.0
2015-12-17 14:24 UTC
Requires
- php: >=5.4.0
- goetas/xsd-reader: 2.*@dev
- goetas/xsd2php: 2.*@dev
- jms/serializer: xsd2php-dev as 0.18.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2024-11-13 19:30:24 UTC
README
PHP implementation of the metadata model behind amalia.js
Installation
There is one recommended way to install amalia-model via Composer:
- adding the dependency to your
composer.json
file:
"require": { .. "goetas/xsd2php":"^2.0", "jms/serializer": "serializer-master-dev as 1.0", "ina/amalia-model":"0.1.0", .. }, "repositories": [{ "type": "vcs", "url": "https://github.com/goetas/serializer.git" }],
Development
Generate PHP classes
composer run-script generate-source
composer run-script generate-jms