atomita/mixi

mixi Graph API for Laravel 4

Maintainers

Details

github.com/atomita/mixi

Source

Issues

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/atomita/mixi

0.0.3 2013-11-27 10:53 UTC

This package is not auto-updated.

Last update: 2025-09-23 06:51:09 UTC


README

Mixi API for Laravel 4

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

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