bear/fastly-module
Composer 安装命令:
composer require bear/fastly-module
包简介
Fastly integration for BEAR.Sunday
README 文档
README
There are only two hard things in Computer Science: cache invalidation and naming things.
– Phil Karlton
Fastly CDN integration module for BEAR.Sunday
Example
use BEAR\FastlyModule\FastlyEnableSoftPurgeModule; use BEAR\FastlyModule\FastlyPurgeModule; // Set API key and service ID $this->install(new FastlyPurgeModule( $fastlyApiKey, $fastlyServiceId )); // Enable soft purge $this->install(new FastlyEnableSoftPurgeModule());
See more at https://bearsunday.github.io/manuals/1.0/ja/cache.html
统计信息
- 总下载量: 116k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-20