PHPackages                             magdev/php-assimp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. magdev/php-assimp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

magdev/php-assimp
=================

PHP Wrapper for Assimp - the Open Asset Import Library

0.6.0(7y ago)19221MITPHPPHP &gt;=7.1.0

Since Dec 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/magdev/php-assimp)[ Packagist](https://packagist.org/packages/magdev/php-assimp)[ RSS](/packages/magdev-php-assimp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (15)Used By (1)

PHP Wrapper for the assimp CLI-Tool
===================================

[](#php-wrapper-for-the-assimp-cli-tool)

A wrapper for the [Open Asset Import Library](https://github.com/assimp/assimp) command-line tool.

\##Installation

Add it using [composer](http://getcomposer.org/) :

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

and until this package is registered at [Packagist](https://packagist.org/) 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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~142 days

Recently: every ~426 days

Total

13

Last Release

2812d ago

PHP version history (3 changes)0.1.1PHP &gt;=5.3.3

0.4.0PHP &gt;=5.4.0

0.6.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/50c1e5e2937e59f035c53e833435b65f34d67f8e04a4b9934681159c7111400b?d=identicon)[magdev](/maintainers/magdev)

---

Top Contributors

[![magdev](https://avatars.githubusercontent.com/u/179837?v=4)](https://github.com/magdev "magdev (45 commits)")

---

Tags

convertercad3dassimp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/magdev-php-assimp/health.svg)

```
[![Health](https://phpackages.com/badges/magdev-php-assimp/health.svg)](https://phpackages.com/packages/magdev-php-assimp)
```

###  Alternatives

[mark-gerarts/auto-mapper-plus

An AutoMapper for PHP

5623.2M21](/packages/mark-gerarts-auto-mapper-plus)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[matthiasmullie/path-converter

Relative path converter

10229.6M7](/packages/matthiasmullie-path-converter)[ncjoes/office-converter

PHP Wrapper for LibreOffice

2431.2M4](/packages/ncjoes-office-converter)[henck/rtf-to-html

RTF to HTML converter in PHP

108785.6k1](/packages/henck-rtf-to-html)[nizsheanez/yii2-asset-converter

Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory

64167.5k6](/packages/nizsheanez-yii2-asset-converter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
