Skip to content
/ data Public

Tools to help you read data from a range of different data providers.

License

Notifications You must be signed in to change notification settings

strata/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30ff134 · Jun 24, 2024
May 5, 2021
Jun 24, 2024
Jun 24, 2024
Jun 24, 2024
Jun 24, 2024
Mar 28, 2021
Aug 4, 2021
Aug 4, 2021
Jun 24, 2024
Feb 3, 2020
Jun 24, 2024
May 5, 2021
Jun 24, 2024
Apr 8, 2021
Jun 24, 2024
Jun 24, 2024
Jun 24, 2024

Repository files navigation

Data

A simple way to manage data retrieval from APIs and other sources. This package is built using Symfony components and can be used with any PHP application, Symfony, Laravel or plain PHP.

You can:

  • Read data from REST and GraphQL APIs
  • Authenticate with APIs
  • Handle errors consistently
  • Cache requests to increase performance
  • Decode data from a variety of formats (e.g. JSON, Markdown)
  • Transform data (e.g. map a category name)
  • Work out if data has changed since the last request

See the documentation for more.

You can use this with the frontend package to help you build a frontend website.

Status

Please note this software is in development, usage may change before the 1.0 release.

Requirements

Installation

Install via Composer:

composer require strata/data:^0.9

Thanks to