bear/fastly-module

Fastly integration for BEAR.Sunday

Maintainers

👁 koriym

Package info

github.com/bearsunday/BEAR.FastlyModule

pkg:composer/bear/fastly-module

Statistics

Installs: 117 415

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 2

1.2.0 2025-09-24 03:02 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 4caeb867eead4bf7e5f205576958783c7877b9a0

  • Yoshitaka Jingu <yoshitaka.jingu.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-16 19:37:05 UTC


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