ironphp/app
Composer 安装命令:
composer create-project ironphp/app
包简介
The IronPHP Framework 1.0 application skeleton
README 文档
README
About IronPHP
The IronPHP Framework 1.0 skeleton to create application which uses Front Controller, and MVC.
The Framework source code can be found here: ironphp/ironphp.
Note: No stable release yet - IronPHP Framework 1.0.13 alpha1 version has been released.
Table of Contents
- Requirements
- Installing IronPHP via Composer
- Update
- Configuration
- Community
- Get Support
- Security
- Credits
- License
Requirements
IronPHP requires PHP 7.2 or later; we recommend using the latest PHP version whenever possible.
Installing IronPHP via Composer
You can install IronPHP as your project using Composer as a starting point. you can run the following:
- Download Composer-Setup.exe or download
composer.pharfile. - Run
php composer.phar create-project --prefer-dist ironphp/app [dir_name].
If Composer is installed locally, run
$ php composer.phar create-project ironphp/app
If Composer is installed globally, run
$ composer create-project ironphp/app
In case you want to use a custom app dir name (e.g. /myapp/):
$ composer create-project --prefer-dist ironphp/app myapp
You can directly clone this repo:
$ git clone https://github.com/ironphp/app.git myapp
Go to myapp dir, if installed with myapp dirname:
$ cd myapp
Go to ironphp dir, if installed without dirname:
$ cd app
If you have cloned or downloaded this repo, then you have to manually create .env file and generate APP_KEY:
$ copy .env.example .env $ php jarvis key
You can now use php developement webserver to view the default home page:
$ php jarvis serve
You can also use jarvis by shortcut for Windows (only work in cmd, not supported in Windows PowerShell, or Linux/MacOS terminal):
$ jarvis serve
Then visit http://localhost:8000 to see the welcome page.
Update
Since this is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades atleast for NOT FOR NOW, so you have to update for this app-skeleton manually.
You can update The Framework ironphp/ironphp easily:
$ composer update ironphp/ironphp
Configuration
Read and edit 'Configuraton' in config/app.php and setup the 'Datasource' in config/database.php.
Community
About Us
IronPHP development is led by the GaurangKumar.
Get Support
- GitHub Issues - Got issues? Please tell us!
Security
If you’ve found a security issue in IronPHP, please use the following procedure instead of the normal bug reporting system. Instead of using the bug tracker, mailing list or IRC please send an email to gaurangkumarp@gmail.com.
For each report, we try to first confirm the vulnerability. Once confirmed, the IronPHP will take the following actions:
- Acknowledge to the reporter that we’ve received the issue, and are working on a fix. We ask that the reporter keep the issue confidential until we announce it.
- Get a fix/patch prepared.
- Prepare a post describing the vulnerability, and the possible exploits.
- Release new versions of all affected versions.
- Prominently feature the problem in the release announcement.
Authors
ironphp/app 适用场景与选型建议
ironphp/app 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 288 次下载、GitHub Stars 达 3, 最近一次更新时间为 2018 年 11 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「php」 「mvc」 「app」 「frontcontroller」 「ironphp」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ironphp/app 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ironphp/app 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ironphp/app 相关的其它包
同方向 / 同关键字的高下载量 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
Alfabank REST API integration
Small extensible framework in PHP
Oauth 2 client for Ubiquity framework
Light, secure and intuitive PHP Framework.
统计信息
- 总下载量: 288
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-11-26