pilcrum/flattener

Helper library to download and process information from CMS APIs and store them for static site generators and SPAs.

Maintainers

Package info

bitbucket.org/matrushka/flattener

Issues

pkg:composer/pilcrum/flattener

Statistics

Installs: 72

Dependents: 0

Suggesters: 0

v0.0.13 2023-02-22 20:49 UTC

This package is auto-updated.

Last update: 2026-03-23 03:51:59 UTC


README

This library is a helper to ease the downloading of API data, in preparation for static site generators or SPAs. Its purpose is to articulate a repeatable, well documented method to download data, additional files and doing post-processing. It provides flexible downloader configuration and invocation mechanisms.

  • For a basic, example downloader command implementation, see example.php
  • For an example Downloader class, see ExampleDownloader.inc

v0.0.12