└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Useful packages for Laravel projects 2 | > A list of awesome packages from the Laravel ecosystem. 3 | 4 | ##### Structure 5 | * [nwidart/laravel-modules](https://github.com/nWidart/laravel-modules) - Module Management In Laravel 6 | * [l5-repository](https://github.com/andersao/l5-repository) - Repositories to abstract the database layer 7 | * [dingo/api](https://github.com/dingo/api) - A RESTful API package for the Laravel and Lumen frameworks 8 | 9 | ##### Utilities 10 | * [laravelcollective/html](https://github.com/LaravelCollective/html) - HTML and Form Builders for the Laravel Framework 11 | * [kris/laravel-form-builder](https://github.com/kristijanhusak/laravel-form-builder) - Laravel Form builder for version 5 12 | * [webpatser/laravel-uuid](https://github.com/webpatser/laravel-uuid) - Laravel package to generate a UUID according to the RFC 4122 standard 13 | * [maatwebsite/excel](https://github.com/Maatwebsite/Laravel-Excel) - An eloquent way of importing and exporting Excel and CSV files for Laravel with the power of PHPExcel 14 | * [yajra/laravel-datatables-oracle](https://github.com/yajra/laravel-datatables) - jQuery DataTables API for Laravel 4/5 15 | * [graham-campbell/binput](https://github.com/GrahamCampbell/Laravel-Binput) - An input protector for Laravel 5 16 | * [spatie/laravel-menu](https://github.com/spatie/laravel-menu) - HTML menu generator for Laravel 17 | * [davejamesmiller/laravel-breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs) - A DOMPDF Wrapper for Laravel 18 | * [barryvdh/laravel-dompdf](https://github.com/barryvdh/laravel-dompdf) - A simple Laravel-style way to create breadcrumbs 19 | * [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) - Guzzle, an extensible PHP HTTP client 20 | * [twilio/twilio-php](https://github.com/twilio/twilio-php) - A PHP library for communicating with the Twilio REST API and generating TwiML 21 | * [zircote/swagger-php](https://github.com/zircote/swagger-php) - A php swagger annotation and parsing library http://zircote.com/swagger-php 22 | 23 | ##### Localization 24 | * [mcamara/laravel-localization](https://github.com/mcamara/laravel-localization) - Easy localization for Laravel 25 | * [dimsav/laravel-translatable](https://github.com/dimsav/laravel-translatable) - A Laravel package for multilingual models 26 | * [jenssegers/date](https://github.com/jenssegers/date) - A library to help you work with dates in multiple languages 27 | 28 | ##### Authentication & Authorization 29 | * [tymondesigns/jwt-auth](https://github.com/tymondesigns/jwt-auth) - JSON Web Token Authentication for Laravel & Lumen 30 | * [spatie/laravel-permission](https://github.com/spatie/laravel-permission) - Associate users with roles and permissions 31 | * [cartalyst/sentinel](https://github.com/cartalyst/sentinel) - A framework agnostic authentication & authorization system 32 | 33 | ##### Caching 34 | * [predis/predis](https://github.com/nrk/predis) - Flexible and feature-complete Redis client 35 | 36 | ##### Search 37 | * [elasticquent/elasticquent](https://github.com/elasticquent/Elasticquent) - Maps Laravel Eloquent models to Elasticsearch types 38 | * [sleimanx2/plastic](https://github.com/sleimanx2/plastic) - Plastic is an Elasticsearch ODM and mapper for Laravel 39 | --------------------------------------------------------------------------------