rafpro / embedly-l4 by WordpressDev

Embedly wrapper library for Laravel 4
166
1
3
Package Data
Maintainer Username: WordpressDev
Maintainer Contact: rislam.ngn@gmail.com (Rafique)
Package Create Date: 2013-09-08
Package Last Update: 2013-10-07
Language: PHP
License: MIT
Last Refreshed: 2024-11-19 03:20:52
Package Statistics
Total Downloads: 166
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Embedly PHP API Library for Laravel 4

====================

Embedly PHP api integration for laravel 4

Quick-install

{
    "require": {
        "rafpro/embedly-l4": "dev-master"
    }
}
  • any flavor of PHP 5.3+ should do
  • Laravel 4.x
  • Embedly official php library
"embedly/embedly-php": "dev-master"

Then, in config/app.php add this line to your 'providers' array.

'Rafpro\EmbedlyL4\EmbedlyL4ServiceProvider',

Then, to install it's configuration file.

php artisan config:publish rafpro/embedly-l4