PHPackages                             atomita/mixi - 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. [API Development](/categories/api)
4. /
5. atomita/mixi

ActiveLibrary[API Development](/categories/api)

atomita/mixi
============

mixi Graph API for Laravel 4

0.0.3(12y ago)025MITPHPPHP &gt;=5.3.0

Since Nov 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/atomita/mixi)[ Packagist](https://packagist.org/packages/atomita/mixi)[ RSS](/packages/atomita-mixi/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Mixi
====

[](#mixi)

Mixi API for Laravel 4

Installation
------------

[](#installation)

Add `atomita/mixi` to `composer.json`.

```
"atomita/mixi": "dev-master"

```

Run `composer update` to pull down the latest version of Mixi.

Now open up `app/config/app.php` and add the service provider to your `providers` array.

```
'providers' => array(
	'Atomita\Mixi\MixiServiceProvider',
)
```

Now add the alias.

```
'aliases' => array(
	'Mixi' => 'Atomita\Mixi\MixiFacade',
)
```

Configuration
-------------

[](#configuration)

Run `php artisan config:publish atomita/mixi` and modify the config file with your own informations.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d7535313d2f272293f58ff9966c29724d740810c5df3836a12c7057d4df2577?d=identicon)[atomita](/maintainers/atomita)

---

Top Contributors

[![atomita](https://avatars.githubusercontent.com/u/1860298?v=4)](https://github.com/atomita "atomita (15 commits)")

---

Tags

laravellaravel4mixi

### Embed Badge

![Health badge](/badges/atomita-mixi/health.svg)

```
[![Health](https://phpackages.com/badges/atomita-mixi/health.svg)](https://phpackages.com/packages/atomita-mixi)
```

###  Alternatives

[thujohn/analytics

Google Analytics for Laravel 4

113108.7k1](/packages/thujohn-analytics)[teepluss/api

Laravel 4 Internal Request (HMVC)

7034.0k](/packages/teepluss-api)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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