aria-php/aria-data-subscription

Data source subscription framework

1.0.8 2023-02-07 16:46 UTC

This package is auto-updated.

Last update: 2024-04-07 20:03:22 UTC


README

Data sources subscription framework for use in ARIA and related microservices.

 Installation

composer require aria-php/aria-data-subscription

 Usage

The DatasourceController handles the execution of the various plugins, this is what you execute from your cron job.

The Datasource describes the specific implementation that contacts the appropriate feed.

The various Model classes are intended to be implemented to wrap around the appropriate database / table structures that are specific to ARIA core or the microservice that actually executes the subscription query.