Metadata Java library

In order to generate the Json metadata blocks, we also provide a Java library called amalia-model. Some examples are already available, you will find them in the test directory. This library is also published on Maven central. The last stable release is 0.2.10. Snapshots are also available on Sonatype repository. You can use it easily in your own application by adding a dependency
<dependency>
    <groupId>fr.ina.research</groupId>
    <artifactId>amalia-model</artifactId>
    <version>0.2.10</version>
</dependency>
Some tools are also available in a separate project amalia-tools. These are mainly small applications to generate json metadata for specific applications.

Metadata PHP library

In PHP we also provide a library called amalia-php. Some examples are already available, you will find them in the test directory. This library is also published with composer. The last stable release is 0.1.0. There is one recommended way to install amalia-model via Composer:
"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"
  }],

Documentation