定制 puli/silex-provider 二次开发

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

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

puli/silex-provider

Composer 安装命令:

composer require puli/silex-provider

包简介

The Puli service provider for Silex.

README 文档

README

Build Status Build status Build Status Latest Stable Version Total Downloads Dependency Status

Latest release: none

PHP >= 5.3.9

Integrates Puli with the Silex microframework.

Just register the service provider to your app:

$app->register(new \Puli\SilexProvider\PuliServiceProvider());

This will give you the possibility to use the Puli paths instead of classic Twig paths:

$this->get('/', function () use ($app) {
    return $app['twig']->render('/app/views/index.html.twig');
});

To disable the Twig integration, use:

$app->register(new \Puli\SilexProvider\PuliServiceProvider(), array(
    'puli.enable_twig' => false,
));

Authors

Installation

Install Silex using Composer. Follow the Installation guide guide to install Puli in your project.

Finally install the PuliServiceProvider adding puli/silex-provider to your composer.json or from CLI:

$ composer require puli/silex-provider

Documentation

Read the Puli Documentation to learn more about Puli.

Contribute

Contributions to Puli are always welcome!

Support

If you are having problems, send a mail to bschussek@gmail.com or shout out to @webmozart on Twitter.

License

All contents of this package are licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固