jeromeklam/freefw

Free PHP FrameWork

Maintainers

Package info

github.com/jeromeklam/freefw

Homepage

pkg:composer/jeromeklam/freefw

Statistics

Installs: 611

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0


README

Un Framework PHP simpliste pour réaliser des services web rapidement tout en ayant une souplesse pour les cas complexes.

Services web JsonApi, mais aussi web socket Wamp2 le tout compatible LoadBalancer avec partage de sessions, cache, ...

Documentation sur GitBook : https://jeromeklam.gitbook.io/freefw/

Composer

Consulter le fichier composer.json...

Standards

  • PHP : PSR2, PSR3, PSR4, PSR6, PSR7 & PSR15
  • Auth : Hawk, JWT, OAuth2, Saml2
  • Web Service : application/vnd.api+json & application/json
  • Web Socket : Wamp2

Documentation

  1. Structurer un projet
  2. Cheminement
  3. Middlewares
    1. Authentification
  4. Les modèles
    1. La structure des modèles
    2. Opération CRUD basiques