magdev/php-assimp
Composer 安装命令:
composer require magdev/php-assimp
包简介
PHP Wrapper for Assimp - the Open Asset Import Library
关键字:
README 文档
README
A wrapper for the Open Asset Import Library command-line tool.
##Installation
Add it using composer :
{
"require": {
"magdev/php-assimp": "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"
}
]
}
##Usage
use Assimp\Command\Command; use Assimp\Command\Verbs\ListExtensionsVerb; $exec = new Command('/path/to/assimp'); $result = $exec->execute(new ListExtensionsVerb()); if ($result->isSuccess()) { print_r($result->getOutput()); }
##License
This is released under the MIT license
统计信息
- 总下载量: 92
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-26