Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AaronLaw/awesome-laravel4
A list of awesome Laravel 4 packages, utilities and resources.
https://github.com/AaronLaw/awesome-laravel4
List: awesome-laravel4
Last synced: 23 days ago
JSON representation
A list of awesome Laravel 4 packages, utilities and resources.
- Host: GitHub
- URL: https://github.com/AaronLaw/awesome-laravel4
- Owner: AaronLaw
- License: mit
- Created: 2014-10-07T17:34:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T14:18:42.000Z (over 10 years ago)
- Last Synced: 2024-04-10T05:20:30.406Z (9 months ago)
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-laravel4 - A list of awesome Laravel 4 packages, utilities and resources. (Programming Language Lists / PHP Lists)
README
# Awesome Laravel 4
A list of awesome [Laravel 4](http://laravel.com) packages, utilities and resources. This repository is inspired by
[awesome-symfony2](https://github.com/EmanueleMinotto/awesome-symfony2/) repository.Table of contents:
* [Assets Management](#assets-management)
* [Commands](#commands)
* [Development](#development)
* [Distributions](#distributions)
* [Internationalization](#internationalization)
* [Miscellaneous](#miscellaneous)
* [Template Engine](#template-engine)
* [Third Party APIs](#third-party-apis)
* [User Management](#user-management)
* [Validation](#validation)## Assets Management
* [Laravel Asset Pipeline](https://github.com/CodeSleeve/asset-pipeline) Asset manager, built to mirror Rails asset pipeline and sprockets.
* [Laravel Guard](https://github.com/JeffreyWay/Laravel-Guard) Instant asset compilation, concatenation, and minification for Laravel 4.
* [Laravel Packer](https://github.com/eusonlito/laravel-Packer) A package for pack css and javascript files.
* [Laravel Stapler](https://github.com/CodeSleeve/laravel-stapler) Stapler-based file upload package.## Commands
* [Laravel Enovy](https://github.com/laravel/envoy) Elegant SSH Tasks For PHP.
* [Laravel 4 Generators](https://github.com/JeffreyWay/Laravel-4-Generators) Rapidly speed up your Laravel 4 workflow with generators.
* [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper) Laravel IDE Helper.
* [Laravel Dispatcher](https://github.com/indatus/dispatcher) Dispatcher is a Laravel artisan command scheduling tool used to schedule artisan commands within your project so you don't need to touch your crontab when deploying.## Development
* [Laravel Clockwork](https://github.com/itsgoingd/clockwork) Laravel 4 Debuggar integrated into Clockwork Chrome Extension.
* [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) Laravel 4 Debugbar (Integrates PHP Debug Bar).
* [Laravel Test Helpers](https://github.com/JeffreyWay/Laravel-Test-Helpers) Easier testing in Laravel.
* [Laravel Visual Log Viewer](https://github.com/mikemand/logviewer) Visual paginatied, sorted log viewer and manager.## Distribution
* [Laravel HTML Minify](https://github.com/fitztrev/laravel-html-minify) Minifies the HTML output.
* [Laravel Laroute](https://github.com/aaronlord/laroute) Render laravel routes in javascript## Internationalization
* [Laravel Countries](https://github.com/webpatser/laravel-countries) Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.## Miscellaneous
* [Laravel AutoPresenter](https://github.com/ShawnMcCool/laravel-auto-presenter) A system for auto-decorating models with presenter objects.
* [Laravel Dompdf](https://github.com/barryvdh/laravel-dompdf) A DOMPDF Wrapper for Laravel.
* [Laravel CORS](https://github.com/barryvdh/laravel-cors) Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application.## Template Engine
* [Laravel Breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs) A simple Laravel-style way to create breadcrumbs in Laravel 4.
* [LESS4Laravel](https://github.com/jtgrimes/less4laravel) Bringing Less to Laravel.## Third Party APIs
* [AWS SDK](https://github.com/aws/aws-sdk-php-laravel) A simple Laravel 4 service provider for including the AWS SDK for PHP.
* [Bitly4Laravel](https://github.com/jelovac/bitly4laravel) Provides basic bitly API to use with Laravel 4.
* [Bugsnag Laravel](https://github.com/bugsnag/bugsnag-laravel) Bugsnag notifier for the Laravel PHP framework.
* [Elastic Search](https://github.com/shift31/laravel-elasticsearch) A Laravel 4 Service Provider for Elasticsearch.
* [Game Analytics SDK](https://github.com/artdarek/ga-4-laravel) Game Analytics Service Provider for Laravel 4.
* [Gravatarer](https://github.com/artdarek/gravatarer) Gravatar for Laravel 4.
* [Geocoder Laravel](https://github.com/geocoder-php/GeocoderLaravel) Geocoder service provider for Laravel 4.
* [Laravel Cashier](https://github.com/laravel/cashier) Laravel + Stripe = Painless subscription billing.
* [Laravel Gravatar](https://github.com/thomaswelton/laravel-gravatar) Laravel 4 Gravatar helper.
* [Laravel NewRelic](https://github.com/In-Touch/laravel-newrelic) Laravel 4 NewRelic Integration.
* [NEO4J 4 Laravel](https://github.com/artdarek/neo4j-4-laravel) Neo4j Service Provider for Laravel 4.
## User Management
* [Laravel Auth Token](https://github.com/tappleby/laravel-auth-token) Hooks into the laravel auth module and provides an auth token upon success.
* [OAuth Laravel](https://github.com/artdarek/oauth-4-laravel) OAuth Service Provider for Laravel 4.
* [OAuth Server Laravel](https://github.com/lucadegasperi/oauth2-server-laravel) A Laravel 4 bridge package for thephpleague/oauth2-server. A 100% spec compliant, secure by default PHP OAuth 2.0 Server.## Validation
* [Laravel Model Validation](https://github.com/JeffreyWay/Laravel-Model-Validation) This Laravel package auto-validates a model on save.
* [Laravel Ardent](https://github.com/laravelbook/ardent) Self-validating smart models for Laravel Framework 4's Eloquent ORM.