digitalzenworks/consumer-provider

A package providing an interface to allow a provider object to feed a consumer object.

Maintainers

Package info

github.com/jamesjohnmcguire/consumer-provider

Homepage

pkg:composer/digitalzenworks/consumer-provider

Fund package maintenance!

jamesjohnmcguire

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.2.7 2023-01-18 12:12 UTC

README

This is a useful package for copying data to and from 2 disparate data stores. It provides the connecting code, allowing the clients of this package to focus on the functionality of the consumer and provider parts. Some examples are copying data from one type of database to another database type, scraping web data into another data source.

Installation:

composer require digitalzenworks/consumer-provider

Usage:

php vendor\bin\dzwcp-process Some\Namespace\ProviderClass Some\Namespace\ConsumerClass

Example:

There is an example in the Example directory.