biurad/framework
Composer 安装命令:
composer create-project biurad/framework
包简介
PHP Flange Framework is a high performance framework with expressive, elegant syntax, and maintainable
README 文档
README
This is a skeleton application for creating applications using PHP-Flange. It is pre-configured, clean and easy to use. If you interested, you might check out our demo applications:
- Distributed Chat App - This application implements an simple and real-time messaging system in PHP.
- Symfony Like Blog App - This application is a simple and a symfony's demo like application.
- Distributed Blog App - This application implements an advanced viral media blogging system in PHP.
🔰 Introduction
This project is structured using Separation of Concerns principle, instead of strictly following MVC design pattern. Which provides modern and rapid development, with the flexibility to customized and use with any php library out there.
🔥 Features
- Flexible URI routing.
- Code reusable and easier to maintain.
- High-performance Lightweight PHP framework
- Perfect Container management, Dependency Injection (DI)
- PSR-{2,3,4,6,7,11,15,16,17} compliant
- Integration with external libraries
- Shipped with Tracy exceptions handler and debugger
- Flexible configuration's setup, highly scalable
- Supports hybrid runtime: RoadRunner, ReactPHP, AmPHP, or Swoole
- And MORE ...
📦 Getting Started & Installation
For getting started with this project or contributing, you have to follow the below procedure. First navigate to a main directory. Then run below command on terminal for getting started.
git clone https://github.com/biurad/php-framework.git flange
cd flange
OR
composer create-project biurad/framework my_project
Once installed, you can test it out immediately using PHP's built-in web server:
$ php flange serve # OR use php command $ php -S 127.0.0.1:8000 -t public # OR use the composer alias: $ composer run --timeout 0 serve
To update the project directory's structure to the latest version, run the following command:
php rade self-update
📓 Documentation
For in-depth documentation before using this library. Full documentation on advanced usage, configuration, and customization can be found at docs.biurad.com.
⏫ Upgrading
Information on how to upgrade to newer versions of this library can be found in the UPGRADE.
🏷️ Changelog
SemVer is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; See CHANGELOG for more information on what has changed recently.
👷♀️ Contributing
To report a security vulnerability, please use the Biurad Security. We will coordinate the fix and eventually commit the solution in this project.
Contributions to this library are welcome, please see CONTRIBUTING for additional details.
🧪 Testing
To run the tests you'll have to start the included node based server first if any in a separate terminal window.
With the server running, you can start testing.
composer test
👥 Credits & Acknowledgements
🙌 Sponsors
Are you interested in sponsoring development of this project? Reach out and support us on Patreon or see https://biurad.com/sponsor for a list of ways to contribute.
📄 License
biurad/php-framework is licensed under the BSD-3 license. See the LICENSE file for more details.
biurad/framework 适用场景与选型建议
biurad/framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7 次下载、GitHub Stars 达 2, 最近一次更新时间为 2020 年 10 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「php framework」 「psr-7」 「PSR-11」 「psr-14」 「psr-17」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 biurad/framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 biurad/framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 biurad/framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Model of a web-based resource
Interfaces for web resource models and services to retrieve and create them
Interface for a factory to create Psr\Http\Message\StreamInterface objects
A PSR-7 compatible library for making CRUD API endpoints
Retrieve a WebResourceInterface instance over HTTP
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-10-21