Download the PHP package calderawp/data-source without Composer
On this page you can find all versions of the php package calderawp/data-source. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package data-source
Caldera Data Source
This package provides a layer between the source of data and consumption. The idea is that if the database and other sources of data have the same interface, it will not matter what database -- or API -- the data comes from.
👀🌋 This Is A Module Of The Caldera Framework
-
🌋 Find Caldera Forms Here:
- 🌋 Issues and pull requests, should be submitted to the main Caldera repo.
Overview
This is used in the forms package for the database, but not for the REST API, which is a bad smell that needs corrected.
Usage
Install
- Add to your package:
composer require calderawp/http
- Install for development:
git clone [email protected]:CalderaWP/http.git && composer install
Examples
Testing
- Run unit tests and integration tests
composer tests
- Run unit tests
composer test:unit
- Run integration tests
composer test:integration
License, Copyright, etc.
Copyright 2018+ CalderaWP LLC and licensed under the terms of the GNU GPL license. Please share with your neighbor.
All versions of data-source with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package calderawp/data-source contains the following files
Loading the files please wait ....