jeromeklam/freefw

Free PHP FrameWork


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, ...

在GitBook上的文档: https://jeromeklam.gitbook.io/freefw/

Composer

查看composer.json文件...

标准

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

文档

  1. 项目结构
  2. 路径
  3. 中间件
    1. 身份验证
  4. 模型
    1. 模型结构
    2. 基本的CRUD操作