文件名称:Buzzle:Buzz 的扩展 - 提供缓存层
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-25 20:09:48
PHP
嗡嗡声 扩展 它目前扩展了 Buzz 浏览器并添加了一个带有的缓存层。 ###Installation 将 ivoba/buzzle 添加到您的作曲家要求中,并且: composer update ivoba/buzzle ###Usage 如果要缓存 Buzz 请求,请将 Buzz/Browser 替换为 Buzzle/Browser。 $browser = new Buzzle/Browser(); $browser->setCacher(new Doctrine/Common/Cache/PhpFileCache($cacheDir), new Buzzle/Validators/CacheValidator()); $browser->call($url, $method, $headers, $content, $cacheLifetime); ###特征 由于 Doc
【文件预览】:
Buzzle-master
----.gitignore(35B)
----src()
--------Validators()
--------Browser.php(3KB)
--------Cacher.php(2KB)
--------CacherInterface.php(544B)
----.travis.yml(126B)
----LICENSE(1KB)
----composer.json(561B)
----readme.md(2KB)
----phpunit.xml.dist(599B)
----test()
--------Unit()