phonetworks/pho-framework
Composer 安装命令:
composer require phonetworks/pho-framework
包简介
The core framework that establishes the object-centered actor/graph model.
README 文档
README
Pho-Framework
Pho-Framework is the foundational component of Pho Stack. It establishes the object-centered actor/graph framework that all Pho components are built upon. It is stateless, which means, it doesn't provide persistence of its objects in any way, but it is designed for such extensibility via hydrator functions.
Install
The recommended way to install pho-framework is through composer.
composer require phonetworks/pho-framework
Please note, pho-framework works with PHP 7.2+
Documentation
For more infomation on the internals of pho-lib-graph, as well as a simple user guide, please refer to the docs/ folder. You may also generate the APIs using phpdoc as described in CONTRIBUTING.md
FAQ
- Is there a way to save the graph in a file or on disk? Pho-Framework has no built-in server or mechanism for saving/storing/replacing the graph. It is built purely in memory. But you can use pho-microkernel for such persistence, and more (access control lists etc.)
License
MIT, see LICENSE.
统计信息
- 总下载量: 5.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-20
