atomita / mixi by atomita

mixi Graph API for Laravel 4
22
0
2
Package Data
Maintainer Username: atomita
Maintainer Contact: atom.at.omita@gmail.com (atomita)
Package Create Date: 2013-11-25
Package Last Update: 2013-12-12
Language: PHP
License: MIT
Last Refreshed: 2024-05-12 03:12:53
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Mixi

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.