magdev/php-assimp-validator

Assimp Validators for the Symfony2 validator component

0.2.0 2013-12-31 12:19 UTC

This package is auto-updated.

Last update: 2024-04-05 17:11:29 UTC


README

##Installation

Add it using composer :

{
    "require": {
        "magdev/php-assimp-validator": "dev-master"
    }
}

and until this package is registered at Packagist add the repository

{
    "repositories" : [{
            "type" : "vcs",
            "url" : "git@github-com:magdev/php-assimp-validator.git"
        }
    ]
}

##License

This is released under the MIT license