byjg/anydataset-nosql

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

Fund package maintenance!
byjg

5.0.1 2024-12-17 15:58 UTC

This package is auto-updated.

Last update: 2024-12-17 15:59:16 UTC


README

Build Status Opensource ByJG GitHub source GitHub license GitHub release

Anydataset NoSQL standardize the access to non-relational databases/repositories and treat them as Key/Value. The implementation can work with:

  • S3-Like Storage
  • MongoDB
  • Cloudflare KV
  • DynamoDB

Anydataset is an agnostic data source abstraction layer in PHP. See more about Anydataset here.

Features

  • Access as Key/Value repositories different datasource
  • Allow put and get data
  • Simplified way to connect to the datasources

Connection Based on URI

The connection string for databases is based on URL.

See below the current implemented drivers:

Topics

Install

Just type:

composer require "byjg/anydataset-nosql"

Dependencies

Open source ByJG