silex-zend-cache-provider:Zend Cache 库的 Silex 服务提供者

时间:2021-07-01 18:42:32
【文件属性】:
文件名称:silex-zend-cache-provider:Zend Cache 库的 Silex 服务提供者
文件大小:13KB
文件格式:ZIP
更新时间:2021-07-01 18:42:32
PHP Zend\缓存服务提供者 这是一个准备将 Zend\Cache 库集成到 Silex 框架中的服务提供者。 安装 将以下依赖项添加到项目的composer.json文件中: { " require " : { " devsdmf/silex-zend-cache-provider " : " 1.1.0 " } } 用法 use Silex \ Application ; use Silex \ Provider \ ZendCacheServiceProvider ; $ app = new Application (); // Your application setup $ app -> register ( new ZendCacheServiceProvider (), array ( 'cache.options' => array
【文件预览】:
silex-zend-cache-provider-master
----composer.json(624B)
----.travis.yml(87B)
----composer.lock(57KB)
----tests()
--------bootstrap.php(97B)
--------Silex()
----LICENSE(1KB)
----src()
--------Silex()
----.gitignore(55B)
----phpunit.xml.dist(670B)
----README.md(2KB)

网友评论