Outils pour utilisateurs

Outils du site


informatique:php:lumen

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:php:lumen [03/10/2015 13:42] – [Packages] laravel-tinymce cyrilleinformatique:php:lumen [02/12/2016 08:32] (Version actuelle) – [laravel5-json-api] cyrille
Ligne 8: Ligne 8:
  
 ===== Documentation ===== ===== Documentation =====
 +
 +http://lumen.laravel.com
 +> et pour certains points voir la documentation http://laravel.com/docs/5.1
  
 Tutoriels: Tutoriels:
Ligne 18: Ligne 21:
   * [[https://mattstauffer.co/blog/introducing-lumen-from-laravel|Introducing Lumen from Laravel]] by providing a simple caching layer in front of a slow or unreliable external service.   * [[https://mattstauffer.co/blog/introducing-lumen-from-laravel|Introducing Lumen from Laravel]] by providing a simple caching layer in front of a slow or unreliable external service.
   * [[http://blog.enge.me/post/building-an-api-for-your-laravel-application-with-lumen|Building an API for your Laravel Application with Lumen ]]   * [[http://blog.enge.me/post/building-an-api-for-your-laravel-application-with-lumen|Building an API for your Laravel Application with Lumen ]]
 +  * [[http://tuts.codingo.me/laravel-social-and-email-authentication/|Laravel 5 Social and Email Authentication]]
  
 ==== Discussions ==== ==== Discussions ====
Ligne 24: Ligne 28:
   * https://laracasts.com/discuss/channels/lumen   * https://laracasts.com/discuss/channels/lumen
  
-===== Packages =====+==== Tips & Tricks ==== 
 + 
 +On retrouve l'instance de l'application partout grâce à ''app()''
 +====== Packages ======
  
   * [[http://packalyst.com/|Packalyst]] is a directory of Packages for your Laravel projects   * [[http://packalyst.com/|Packalyst]] is a directory of Packages for your Laravel projects
 +
 +===== API =====
  
 ==== laravel-apicontroller & laravel-fractalhelper ==== ==== laravel-apicontroller & laravel-fractalhelper ====
Ligne 37: Ligne 46:
   * http://packalyst.com/packages/package/eventhomes/laravel-apicontroller   * http://packalyst.com/packages/package/eventhomes/laravel-apicontroller
  
-==== lumen-generators ====+==== limoncello-shot ====
  
-I installed Lumen and wanted to use it to create REST API (since this is the main usage of Lumen)But I didn't find commands which will speed up my workflow. That's why I created this package and included useful commands to build a RESTful API.+Limoncello Shot is [[http://jsonapi.org/|JSON API]] quick start application.
  
-https://github.com/webNeat/lumen-generators+Technically it is a default Lumen application integrated with 
 +  * JSON API implementation 
 +  * JWT, Bearer and Basic Authentication 
 +  * Cross-Origin Resource Sharing CORS for Laravel/Lumen
  
-==== language-detector ====+http://packalyst.com/packages/package/neomerx/limoncello-shot
  
-This package provides an easy way to detect and apply the language for your application using browser preferences, subdomains or route prefixes.+==== laravel5-json-api ====
  
-http://packalyst.com/packages/package/vluzrmos/language-detector+JSON API Transformer Package. 
 + 
 +Implementing the PSR-7 Request Interface. Using this request object will provide you access to all the interactions expected in a JSON API. 
 + 
 +This library attempts to comply with PSR-1, PSR-2, [[http://www.php-fig.org/psr/psr-4/|PSR-4]] and [[http://www.php-fig.org/psr/psr-7/|PSR-7]]. 
 + 
 +http://packalyst.com/packages/package/nilportugues/laravel5-json-api 
 + 
 +===== Auth ===== 
 + 
 +==== sentinel ==== 
 + 
 +Sentinel is a PHP 5.4+ fully-featured authentication & authorization system. It also provides additional features such as user roles and additional security features. 
 + 
 +Sentinel is a framework agnostic set of interfaces with default implementations, though you can substitute any implementations you see fit. 
 + 
 +http://packalyst.com/packages/package/cartalyst/sentinel 
 + 
 +===== Developper side ===== 
 + 
 +==== lumen-generators ==== 
 + 
 +I installed Lumen and wanted to use it to create a REST API (since this is the main usage of Lumen). But I didn't find commands which will speed up my workflow. That's why I created this package and included useful commands to build a RESTful API. 
 + 
 +https://github.com/webNeat/lumen-generators
  
 ==== larasupport ==== ==== larasupport ====
Ligne 58: Ligne 94:
  
 http://packalyst.com/packages/package/irazasyed/larasupport http://packalyst.com/packages/package/irazasyed/larasupport
 +
 +==== laravel-debugbar ====
 +
 +This is a package to integrate [[http://phpdebugbar.com/|PHP Debug Bar]].
 +
 +http://packalyst.com/packages/package/barryvdh/laravel-debugbar
 +
 +
 +===== Divers =====
 +
 +==== language-detector ====
 +
 +This package provides an easy way to detect and apply the language for your application using browser preferences, subdomains or route prefixes.
 +
 +http://packalyst.com/packages/package/vluzrmos/language-detector
  
 ==== laravel-tinymce ==== ==== laravel-tinymce ====
Ligne 65: Ligne 116:
 http://packalyst.com/packages/package/ktquez/laravel-tinymce http://packalyst.com/packages/package/ktquez/laravel-tinymce
  
 +==== service-email ====
 +
 +Microservice developed in Lumen for sending emails in real time or by queue.
 +
 +http://packalyst.com/packages/package/rlacerda83/service-email
 ===== Tips & Tricks ===== ===== Tips & Tricks =====
  
informatique/php/lumen.1443872568.txt.gz · Dernière modification : 03/10/2015 13:42 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki