2017 © Pedro Peláez
 

library php-assimp-silex-provider

Silex Service-Provider for magdev/php-assimp

image

magdev/php-assimp-silex-provider

Silex Service-Provider for magdev/php-assimp

  • Saturday, August 2, 2014
  • by magdev
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Silex Service-Provider for magdev/php-assimp

Installation

Add it using composer :, (*1)

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

and until this package is registered at Packagist add the repository, (*2)

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

Usage

Registering the provider

use Silex\Application;
use Assimp\Silex\Provider\AssimpServiceProvider;

$app = new Application();
$app->register(new AssimpServiceProvider(), array(
    'assimp.bin_path' => '/path/to/assimp'
));

Using the service

use Assimp\Command\Verbs\ListExtensionsVerb;

$verb = new ListExtensionsVerb();
$app['assimp']->execute($verb);
print_r($verb);

License

This is released under the MIT license, (*3)

The Versions

02/08 2014

dev-master

9999999-dev

Silex Service-Provider for magdev/php-assimp

  Sources   Download

MIT

The Requires

 

by Marco Graetsch

silex converter 3d assimp

02/08 2014

dev-dev

dev-dev

Silex Service-Provider for magdev/php-assimp

  Sources   Download

MIT

The Requires

 

by Marco Graetsch

silex converter 3d assimp