kraken-php/kraken
Composer 安装命令:
composer create-project kraken-php/kraken
包简介
Kraken Framework Application Skeleton
关键字:
README 文档
README
Note: This repository contains pre-configured application skeleton for fast creation of new projects with Kraken Framework.
Description
This repository is pre-configured, clean and empty skeleton for creating a new projects using Kraken Framework.
For more information go to framework repository or official website.
You Might Also Be Interested In
To help you getting into working with Kraken, the official repository contains additional demo applications, that you might be interested in checking out:
- Distributed Chat App - this application implements simple, real-time chat in PHP using HTTP and WebSockets.
Requirements
- PHP-5.5, PHP-5.6 or PHP-7.0+,
- Pthreads extension enabled (only if you want to use threading),
- UNIX or
WindowsOS.
Installation and Official Documentation
To install this application skeleton, please go to desired location to store project, then call composer:
composer create-project --prefer-dist kraken-php/kraken .
Starting The Project
Basic Start
To start project, first run kraken.server instance.
$> php kraken.server
Then, check if connection is working in another terminal window:
$> php kraken server:ping
If everything works correctly, as final step, run the application using:
$> php kraken project:create
To close the project, use:
$> php kraken project:destroy
Alternative Start
While developing your application it might be useful for you to start containers alternatively, one by one. To do that, without console support, use:
$> php ./data/autorun/kraken.process undefined Main Main
WARNING This script is only useful for running your containers for debug purpose. Your application should never call them, but instead use proper built-in commands!
Documentation
Documentation for the framework can be found in the official documentation page.
Contributing
This library is pre-configured project application for Kraken Framework. To make contributions, please go to framework repository.
License
Kraken Framework is open-sourced software licensed under the MIT license. The documentation is provided under FDL-1.3 license.
kraken-php/kraken 适用场景与选型建议
kraken-php/kraken 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 976 次下载、GitHub Stars 达 80, 最近一次更新时间为 2016 年 09 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「kraken」 「kraken-php」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kraken-php/kraken 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kraken-php/kraken 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kraken-php/kraken 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
A minimal service provider to set up and use the Kraken API PHP library in Laravel 5
Kraken Framework Runtime Component.
Kraken Framework Config Component.
Kraken Framework Network Component.
Kraken Framework Console Component.
统计信息
- 总下载量: 976
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 80
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-16