Download the PHP package byjg/anydataset-nosql without Composer
On this page you can find all versions of the php package byjg/anydataset-nosql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download byjg/anydataset-nosql
More information about byjg/anydataset-nosql
Files in byjg/anydataset-nosql
Download byjg/anydataset-nosql
More information about byjg/anydataset-nosql
Files in byjg/anydataset-nosql
Vendor byjg
Package anydataset-nosql
Short Description A NoSql abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.
License MIT
Package anydataset-nosql
Short Description A NoSql abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package anydataset-nosql
AnyDataset-NoSql
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:
Datasource | Connection String |
---|---|
MongoDB | mongodb://username:password@hostname:port/database |
S3 | s3://accesskey:secretkey@region/bucket?params |
Cloudflare KV | kv://username:password@accountid/namespaceid |
AWS DynamoDB | dynamodb://accesskey:secretkey@hostname/tablename?params |
Topics
- S3-Like Storage
- MongoDB
- Cloudflare KV
- AWS DynamoDB
- Cache Store
- Running Tests
Install
Just type:
Dependencies
All versions of anydataset-nosql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1 <8.4
ext-curl Version *
aws/aws-sdk-php Version 3.*
byjg/cache-engine Version ^5.0
byjg/anydataset Version ^5.0
byjg/anydataset-array Version ^5.0
byjg/serializer Version ^5.0
byjg/webrequest Version ^5.0
ext-json Version *
ext-curl Version *
aws/aws-sdk-php Version 3.*
byjg/cache-engine Version ^5.0
byjg/anydataset Version ^5.0
byjg/anydataset-array Version ^5.0
byjg/serializer Version ^5.0
byjg/webrequest Version ^5.0
ext-json Version *
The package byjg/anydataset-nosql contains the following files
Loading the files please wait ....