AnyDataset-NoSql

Opensource ByJG GitHub source GitHub license GitHub release Build Status

NoSql abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.

See more about Anydataset here.

Examples

Check implementation examples on https://opensource.byjg.com/php/anydataset-nosql

Install

Just type:

composer require "byjg/anydataset-nosql=4.1.*"

Running Unit tests

vendor/bin/phpunit

Setup MongoDB for the unit test

Set the environment variable:

  • MONGODB_CONNECTION = "mongodb://127.0.0.1/test"

Setup AWS DynamoDb for the unit test

Set the environment variable:

Setup AWS S3 for the unit test

Set the environment variable:

Cloudflare KV

Set the environment variable:


Open source ByJG