studiow/plates-http-factory
Composer 安装命令:
composer require studiow/plates-http-factory
包简介
Plates adapter for PSR-7 HTTP message factories
README 文档
README
Plates adapter for ResponseFactories as defined in PSR-17
Installation
The (highly) recommended way to install this package is by using Composer
composer require studiow/plates-http-factory
You will also need a package that implements PSR-17: https://packagist.org/providers/psr/http-factory-implementation
Usage
All the examples use http-interop/http-factory-guzzle.
Basic usage
$factory = new \Studiow\Plates\ResponseFactory( new \League\Plates\Engine('/path/to/templates'), //the plates engine new \Http\Factory\Guzzle\ResponseFactory() //a psr-17 compatible response factory ); //rendering the template at /path/to/templates/pages/home.php with additional data $response = $factory->createResponse( 'pages/home', ['title'=>'home'] );
Using HTTP response codes
$factory = new \Studiow\Plates\ResponseFactory( new \League\Plates\Engine('/path/to/templates'), new \Http\Factory\Guzzle\ResponseFactory() ); $response = $factory->createResponse( 'error/page-not-found', //name of the template ['title'=>'Page not found!'], //data to be passed to the template 404, //http status code 'Not Found' //http reason phrase );
studiow/plates-http-factory 适用场景与选型建议
studiow/plates-http-factory 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 24 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 11 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 studiow/plates-http-factory 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 studiow/plates-http-factory 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-28