定制 ironphp/app 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ironphp/app

Composer 安装命令:

composer create-project ironphp/app

包简介

The IronPHP Framework 1.0 application skeleton

README 文档

README

Total Downloads Latest Stable Version Software License Minimum PHP Version
CircleCI Build status AppVeyor Build status TravisCI StyleCI
Average time to resolve an issue Percentage of issues still open

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

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:

  1. Download Composer-Setup.exe or download composer.phar file.
  2. 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

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 我们能提供哪些服务?
定制开发 / 二次开发

基于 ironphp/app 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 288
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2018-11-26