qcubed-4/app-starter
Composer 安装命令:
composer create-project qcubed-4/app-starter
包简介
QCubed-4 application starter template
README 文档
README
This is the application starter project that sets up your environment using composer.
Since we are in alpha on this, the installation directions below are slightly different than they will be on release. The directions below will help you install the v4 alpha version.
REQUIREMENTS
You must have a web server, like apache or nginx, installed and working on your computer.
You must have PHP version 7.0 or greater installed and working.
You must have some kind of SQL database. MySQL, PostreSQL, and many others are supported.
We highly recommend you also install Composer. Composer helps you manage version changes in all your different PHP packages, and we rely on that to provide installation and update services for QCubed-4.
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
Once installed, you can install this app-starter project by executing the following at the command line:
php composer.phar create-project --stability=dev qcubed-4/app-starter your_dir_name
Substitute whatever directory name you would like for "your_dir_name" above.
Note that if you have taken the step to rename "composer.phar" to "composer" and you put it in your path, you can instead just enter:
composer create-project --stability=dev qcubed-4/app-starter your_dir_name
NOTE: If you get an error saying
[InvalidArgumentException]
Could not find package qcubed-4/app-starter with stability stable.
then please add the stability requirement in the command argument. The new command would look like:
composer create-project --stability=dev qcubed-4/app-starter your_dir_name
Assuming you installed into the document root of your local web server, enter the following to begin the configuration process.
http://localhost/your_dir_name/
If you would like to eventually place the project somewhere else in your webserver tree, even at the root level, it is easy to do by modifying the SUBDIRECTORY configuration file setting and moving the contents of the directory to the new location.
qcubed-4/app-starter 适用场景与选型建议
qcubed-4/app-starter 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 233 次下载、GitHub Stars 达 2, 最近一次更新时间为 2021 年 04 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「project template」 「qcubed」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 qcubed-4/app-starter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 qcubed-4/app-starter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 qcubed-4/app-starter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Task system for APPUI
Simple ASCII output of array data
E2E Studios PHP Framework adaptation of leafsphp/blade package
An introduction to machine learning in Rubix ML using the famous Iris dataset and the K Nearest Neighbors classifier.
Ensolab template project
统计信息
- 总下载量: 233
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-23