Skip to content

Instantly share code, notes, and snippets.

@VivienLN
Last active February 3, 2019 12:52
Show Gist options
  • Select an option

  • Save VivienLN/ddc0f40fc3967aa6a33c8f9eff71f3e7 to your computer and use it in GitHub Desktop.

Select an option

Save VivienLN/ddc0f40fc3967aa6a33c8f9eff71f3e7 to your computer and use it in GitHub Desktop.
Packages utiles Laravel

Services externes / réseaux sociaux

Essence is a simple PHP library to extract media information from websites, like youtube videos, twitter statuses or blog articles.

Récupère des médias à partir des services populaires comme youtube et permet d'en faire tout plein de choses : extraire les données, ressortir le média en html (par ex. un embed youtube), crawler une page web pour en extraire les médias reconnus (!!), etc.

Sont supportés :

23hq                Deviantart          Kickstarter         Sketchfab
Animoto             Dipity              Meetup              SlideShare
Aol                 Dotsub              Mixcloud            SoundCloud
App.net             Edocr               Mobypicture         SpeakerDeck
Bambuser            Flickr              Nfb                 Spotify
Bandcamp            FunnyOrDie          Official.fm         Ted
Blip.tv             Gist                Polldaddy           Twitter
Cacoo               Gmep                PollEverywhere      Ustream
CanalPlus           HowCast             Prezi               Vhx
Chirb.it            Huffduffer          Qik                 Viddler
CircuitLab          Hulu                Rdio                Videojug
Clikthrough         Ifixit              Revision3           Vimeo
CollegeHumor        Ifttt               Roomshare           Vine
Coub                Imgur               Sapo                Wistia
CrowdRanking        Instagram           Screenr             WordPress
DailyMile           Jest                Scribd              Yfrog
Dailymotion         Justin.tv           Shoudio             Youtube

Laravel Socialite provides an expressive, fluent interface to OAuth authentication with Facebook, Twitter, Google, LinkedIn, GitHub, GitLab and Bitbucket. It handles almost all of the boilerplate social authentication code you are dreading writing.

Eloquent

This package provides a trait that adds sortable behaviour to an Eloquent model.

An Eloquent way to filter Eloquent Models and their relationships Permet de faire des requêtes en passant directement un objet Request à une classe Eloquent, par exemple :

public function index(Request $request)
{
    return User::filter($request->all())->get();
}

Internationalisation

Country List is a package for Laravel 4/5 which lists all countries with names and ISO 3166-1 codes in all languages and data formats.

Debug

This package is a wrapper of Swagger-php and swagger-ui adapted to work with Laravel 5. Génération de documentation

Divers

A simple Laravel-style way to create breadcrumbs.

The Dingo API package is meant to provide you, the developer, with a set of tools to help you easily and quickly build your own API. While the goal of this package is to remain as flexible as possible it still won't cover all situations and solve all problems.

Redis Sentinel integration for Laravel and Lumen. Redis Sentinel facilitates high-availability, monitoring, and load-balancing for Redis servers configured for master-slave replication. Laravel includes built-in support for Redis, but we cannot configure Sentinel setups flexibly out-of-the-box. This limits configuration of Sentinel to a single service.

No CAPTCHA reCAPTCHA For Laravel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment