larukedi/scabbia-framework
最新稳定版本:1.5.1
Composer 安装命令:
composer require larukedi/scabbia-framework
包简介
Scabbia PHP Framework (1.x branch)
README 文档
README
Scabbia Framework is an open source PHP framework project under GPL license. It had been under development by Eser Ozvataf for 2 years and reached version 1.5 on stable branch. Its active development is frozen but small bugfixes will be available in time.
Installation
Step 1:
On Terminal or Command Prompt:
git clone https://github.com/eserozvataf/scabbia1-skeleton project
Alternatively Scabbia Skeleton package can be downloaded directly.
Step 2:
cd project
php scabbia update
Step 3:
Make application/writable and application/locale directories writable.
chmod 0777 -R application/writable chmod 0777 -R application/locale
Step 4:
Open application/config/datasources.json file to update the database configuration parameters.
a sample mysql database configuration:
{
"datasourceList": [
{
"id": "dbconn",
"interface": "pdo",
"persistent": true,
"overrideCase": "natural",
"pdoString": "mysql:host=localhost;dbname=project",
"username": "root",
"password": "123456",
"initCommand": "SET NAMES utf8",
"errors": "exception"
}
]
}
Requirements
- PHP 5.3.3+ (http://www.php.net/)
- Composer Dependency Manager** (http://getcomposer.org/)
** Skeleton application auto-installs this requirement with other dependencies.
Dependencies
- psr/log: PSR-3 Logger Interface (http://www.php-fig.org/)
- facebook/php-sdk: Facebook PHP SDK
- dflydev/markdown: Markdown Parser
- mustache/mustache: Mustache Parser
- trekksoft/potomoco: gettext compiler
- leafo/lessphp: LESS compiler
Bundled Components
- fonts/KabobExtrabold.ttf
- twitter/bootstrap
- twitter/hogan
- twitter/typeahead
- introjs
- jquery
- cleditor
- flot
- jquery.maskedinput
- jquery.tablesorter
- jquery.validation
- laroux.js
- mapbox
- normalize.css
- reset.css
Optional PHP Extensions
- curl: http communication
- gd: image manipulation
- gettext: translation
- intl: i18n features
- mbstring: multibyte string manipulation
- memcache: caching features
- mongo: mongodb support
- soap: soap protocol
- sockets: socket communication
- tokenizer: lexical analysis
Links
Contributing
It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome. All contributions should be filed on the eserozvataf/scabbia1 repository.
larukedi/scabbia-framework 适用场景与选型建议
larukedi/scabbia-framework 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 610 次下载、GitHub Stars 达 15, 最近一次更新时间为 2013 年 02 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「scabbia」 「eserozvataf」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 larukedi/scabbia-framework 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 larukedi/scabbia-framework 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 larukedi/scabbia-framework 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Scabbia2 Helpers Component
Scabbia2 Formatters Component
Scabbia2 Tasks Component
Scabbia2 Testing Component
Scabbia2 Yaml Component
统计信息
- 总下载量: 610
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2013-02-19