pilcrum/flattener

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

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

This package is auto-updated.

Last update: 2025-04-23 01:35:31 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