PHPackages                             magdev/php-assimp-silex-provider - 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-silex-provider

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

magdev/php-assimp-silex-provider
================================

Silex Service-Provider for magdev/php-assimp

10PHP

Since Aug 2Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Silex Service-Provider for magdev/php-assimp
============================================

[](#silex-service-provider-for-magdevphp-assimp)

\##Installation

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

```
{
    "require": {
        "magdev/php-assimp-silex-provider": "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-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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179837?v=4)[Marco Grätsch](/maintainers/magdev)[@magdev](https://github.com/magdev)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[ylsideas/feature-flags

A Laravel package for handling feature flags

6231.5M5](/packages/ylsideas-feature-flags)[atrapalo/urlcrypt

PHP library to securely encode and decode short pieces of arbitrary binary data in URLs.

1148.1k](/packages/atrapalo-urlcrypt)

PHPackages © 2026

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