techpivot/phalcon-enterprise
Composer 安装命令:
composer require techpivot/phalcon-enterprise
包简介
Provides extended enterprise functionality for the Phalcon PHP framework.
README 文档
README
techpivot/phalcon-enterprise is a set of tools, plugins, and components that provide extended enterprise functionality for the Phalcon PHP framework.
Installation via Composer
- Add the
techpivot/phalcon-enterpriserepository into the require section of yourcomposer.jsonas follows:
"require": { "techpivot/phalcon-enterprise": "^2.1" }
-
Run the
composer updateorcomposer installas necessary for your project. -
Include in your project loader using Composer autoloading or Phalcon's autoloader:
-
Phalcon Autoloader
use Phalcon\Loader; $loader = new Loader(); $loader->registerNamespaces([ // Your custom namespaces ... // Include TechPivot\Phalcon\Enterprise 'TechPivot\Phalcon\Enterprise' => 'vendor/techpivot/phalcon-enterprise/src', ]); $loader->register();
-
Composer Autoloader
require_once 'vendor/autoload.php';
-
Plugins, Adapters, & Extensions
Dispatcher Plugins
AjaxRouteHandler
CamelizeActionName
IndexRedirector
NotFoundHandler
References
统计信息
- 总下载量: 437
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-21