phonetworks/pho-microkernel
Composer 安装命令:
composer require phonetworks/pho-microkernel
包简介
Social-Enabled App Infrastructure
README 文档
README
pho-microkernel
Enhances Phở Framework with Services (such as persistence) and ACL (access-control-lists).
Existing services are:
- Database: provides persistence for objects created in the framework.
- Events: renders the platform extensible.
- Index: enables advanced search capabilities.
- Logger: dumps important debug info.
- Storage: provides binary storage.
While microkernel provides the interfaces to use for each service, the services are actually implemented by adapters that can be found at pho-adapters Github repo.
microkernel ACL is heavily inspired by UNIX.
Install
The recommended way to install pho-microkernel is through composer.
composer require phonetworks/pho-microkernel
Please note, pho-microkernel works with PHP 7.2+ only.
Tutorial
To get started with creating REST APIs using pho-microkernel, check out https://ideasforfree.org/2020/05/08/how-to-create-a-tinder-clone-in-pho/
License
MIT, see LICENSE.
统计信息
- 总下载量: 5.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-31
