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 14:38] – [Documentation] Laravel 5 Social and Email Authentication cyrilleinformatique:php:lumen [11/06/2025 09:31] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 47.128.23.58
Ligne 1: Ligne 1:
 ====== Lumen ====== ====== Lumen ======
  
-Lumen is a "micro-framework" built on top of [[/informatique/php/laravel|Laravel]]'s components, and is the official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex.+Lumen is a "micro-framework" built on top of [[informatique:php:laravel_1|Laravel]]'s components, and is the official micro-framework of Laravel. Lumen is built for speed, and is one of the fastest PHP micro-frameworks available - even significantly faster than similar frameworks such as Silex.
  
 http://lumen.laravel.com http://lumen.laravel.com
  
-Voir aussi le framework complet [[/informatique/php/laravel|Laravel]].+Voir aussi le framework complet [[informatique:php:laravel_1|Laravel]].
  
 ===== Documentation ===== ===== Documentation =====
 +
 +http://lumen.laravel.com
 +> et pour certains points voir la documentation http://laravel.com/docs/5.1
  
 Tutoriels: Tutoriels:
Ligne 25: Ligne 28:
   * https://laracasts.com/discuss/channels/lumen   * https://laracasts.com/discuss/channels/lumen
  
 +==== Tips & Tricks ====
 +
 +On retrouve l'instance de l'application partout grâce à ''app()''.
 ====== Packages ====== ====== Packages ======
  
Ligne 57: Ligne 63:
 Implementing the PSR-7 Request Interface. Using this request object will provide you access to all the interactions expected in a JSON API. 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, PSR-4 and [[http://www.php-fig.org/psr/psr-7/|PSR-7]].+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 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 ===== ===== Developper side =====
informatique/php/lumen.1443875912.txt.gz · Dernière modification : 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