raphhh/php-app-bootstrap
Composer 安装命令:
composer create-project raphhh/php-app-bootstrap
包简介
A bootstrap for a web application, including basic common files and settings
关键字:
README 文档
README
A bootstrap for a web application in PHP. Don't set, just code!
About
This bootstrap will install all the basic files and settings to start a PHP web application.
This assumes you'll use Git for vcs, Composer for dependencies, PHPUnit for testing, Travis and Scrutinizer for integration servers.
Files architecture
├── public
| ├── .htaccess
| ├── index.php
| └── robots.txt
├── src
| └── Dummy.php
├── tests
| └── DummyTest.php
├── vendor
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .scrutinizer.yml
├── .travis.yml
├── composer.json
├── composer.lock
├── LICENSE
├── phpunit.xml.dist
├── README.md
└── run
- "public" is the web entry point.
- "src" contains all your PHP code.
- "tests" contains all your PHP tests. See PHPUnit for more information.
- "vendor" contains all your PHP dependencies. See Composer for more information.
Installation
With Samurai (recommended)
Just execute Samurai with 'app' bootstrap.
$ samurai new app
With Composer
First, execute Composer to create your project.
$ composer create-project raphhh/php-lib-bootstrap path/to/my/project
Go into your project.
$ cd path/to/my/project
Then, you need to replace composer.json with your specific info.
Usage
Launch unit tests
This bootstrap is configured to use PHPUnit. To run the tests, cd to your project and enter the following command in your console:
$ vendor/bin/phpunit
Launch app in the browser
The public entry point of the application is the dir "public". To run the app, cd to your project and enter the following command in your console:
$ run
This command will launch for you the PHP internal server. Then, open your browser and go to http://localhost:8080/
raphhh/php-app-bootstrap 适用场景与选型建议
raphhh/php-app-bootstrap 是一款 基于 ApacheConf 开发的 Composer 扩展包,目前已累计 36 次下载、GitHub Stars 达 1, 最近一次更新时间为 2015 年 03 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「bootstrap」 「samurai」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 raphhh/php-app-bootstrap 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 raphhh/php-app-bootstrap 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 raphhh/php-app-bootstrap 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4
bootstrap select field module implementing http://silviomoreto.github.io/bootstrap-select/
Selectize Theme for Bootstrap 4
A bootstrap for a PHP lib, including basic common files and settings
Cross browser time implementation using CSS and JQuery. Compatible with Twitter Bootstrap
The Attogram Framework provides developers a PHP skeleton starter site with a content module system, file-based URL routing, IP-protected backend, Markdown parser, jQuery and Bootstrap. Core modules available to add an integrated SQLite database with web admin, user system, and more.
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-25