apphp/php-mvc-framework
Composer 安装命令:
composer create-project apphp/php-mvc-framework
包简介
The ApPHP Framework.
README 文档
README
About ApPHP Framework
Thank you for choosing ApPHP - a high-performance PHP MVC framework.
ApPHP MVC Framework is designed to provide modern and rapid development of websites, web applications and web services.
It implements the the Model-View-Controller (MVC) design pattern and principles, including separation of display, logic, and data layers. It provides an architecture, components and tools for developers to build a complex web applications faster and safer.
Installing ApPHP Framework
via Git
git clone https://github.com/apphp/php-mvc-framework.git
via Composer
You can install ApPHP into your project using Composer.
If you're starting a new project, we recommend using the Directy CMF as a starting point. For installing new version in existing applications you can run the following:
composer require apphp/php-mvc-framework
Manual installation
Please make sure the release file is unpacked under a web-accessible directory. You will see the following files and directories:
demos/ demo applications
docs/ documentation
framework/ framework source files
tests/ PHPUnit tests
utils/ some utilities
requirements/ requirements checker
tests/ tests
generators/ code generators
CHANGELOG describing changes in every ApPHP release
LICENSE license of ApPHP Framework
README this file
UPDATE updating instructions
Running Tests
Assuming you have PHPUnit installed system wide using one of the methods stated here, you can run the tests for ApPHP Framework by doing the following:
- Install composer on your server.
- After Composer is installed, install PHPUnit by
composer require phpunit/phpunit --dev
- Make sure you added following to composer.json file:
"scripts": { "tests-result": "phpunit --colors=always --log-junit test-results.xml", "tests": "phpunit --colors=always", "test": "phpunit --colors=always --filter" }
- Run
phpunitby:
composer tests
Requirements
The minimum requirement by ApPHP is that your Web server supports PHP 5.4.0 or above. ApPHP has been tested with Apache HTTP server on Windows and Linux operating systems.
License
The Laravel framework is open-sourced software licensed under the LGPL3 license.
What's next
Please visit the project website for tutorials, class reference and join discussions with other ApPHP users.
The ApPHP Developer Team
apphp/php-mvc-framework 适用场景与选型建议
apphp/php-mvc-framework 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 75 次下载、GitHub Stars 达 24, 最近一次更新时间为 2020 年 02 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「mvc」 「rapid-development」 「apphp」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 apphp/php-mvc-framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 apphp/php-mvc-framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 apphp/php-mvc-framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Kinikit - PHP Application development framework MVC component
The SpringPHP framework
Small extensible framework in PHP
Enterprise Laravel Livewire CRUD generator with advanced analytics, calendar management, export/import capabilities, notification systems, and modern Bootstrap 5 UI. Perfect for rapid application development with production-ready components.
Oauth 2 client for Ubiquity framework
统计信息
- 总下载量: 75
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL
- 更新时间: 2020-02-08