Skip to content

jonwhittlestone/larability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 4.2 - Readability Library - Larability

Larability is a fork of PHP Readability Library for use with Laravel 4.

Quick Start

In your config/app.php add 'Jonwhittlestone\Larability\LarabilityServiceProvider' to the end of the $providers array

'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Jonwhittlestone\Larability\LarabilityServiceProvider',

),

Publish the larability image directory

php artisan asset:publish jonwhittlestone/larability

####How to Use

$results = Larability::read('http://www.bbc.co.uk/news/uk-31792238');
print '<pre>' . print_r($results, true) . '</pre>';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages