{"id":15477167,"url":"https://github.com/byjg/php-anydataset-nosql","last_synced_at":"2025-04-22T14:24:04.799Z","repository":{"id":56951570,"uuid":"158228453","full_name":"byjg/php-anydataset-nosql","owner":"byjg","description":"A NoSql abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.","archived":false,"fork":false,"pushed_at":"2024-10-29T20:01:14.000Z","size":114,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T22:39:45.370Z","etag":null,"topics":["anydataset","aws-dynamodb","aws-s3","cloudflare-kv","dynamodb","mongodb","nosql","nosql-anydataset","php","s3"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byjg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"byjg"}},"created_at":"2018-11-19T13:32:56.000Z","updated_at":"2024-10-29T20:00:35.000Z","dependencies_parsed_at":"2024-09-15T21:39:50.153Z","dependency_job_id":"ce95a307-a94f-48a7-ad90-46adc3956bf8","html_url":"https://github.com/byjg/php-anydataset-nosql","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":0.02777777777777779,"last_synced_commit":"36b570605e17049f9483c4f8c04c35b9913dd9b7"},"previous_names":["byjg/php-anydataset-nosql","byjg/anydataset-nosql"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fphp-anydataset-nosql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fphp-anydataset-nosql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fphp-anydataset-nosql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjg%2Fphp-anydataset-nosql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byjg","download_url":"https://codeload.github.com/byjg/php-anydataset-nosql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250256587,"owners_count":21400551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anydataset","aws-dynamodb","aws-s3","cloudflare-kv","dynamodb","mongodb","nosql","nosql-anydataset","php","s3"],"created_at":"2024-10-02T04:00:29.321Z","updated_at":"2025-04-22T14:24:04.779Z","avatar_url":"https://github.com/byjg.png","language":"PHP","funding_links":["https://github.com/sponsors/byjg"],"categories":[],"sub_categories":[],"readme":"# AnyDataset-NoSql\n\n[![Build Status](https://github.com/byjg/php-anydataset-nosql/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/byjg/php-anydataset-nosql/actions/workflows/phpunit.yml)\n[![Opensource ByJG](https://img.shields.io/badge/opensource-byjg-success.svg)](http://opensource.byjg.com)\n[![GitHub source](https://img.shields.io/badge/Github-source-informational?logo=github)](https://github.com/byjg/php-anydataset-nosql/)\n[![GitHub license](https://img.shields.io/github/license/byjg/php-anydataset-nosql.svg)](https://opensource.byjg.com/opensource/licensing.html)\n[![GitHub release](https://img.shields.io/github/release/byjg/php-anydataset-nosql.svg)](https://github.com/byjg/php-anydataset-nosql/releases/)\n\nAnydataset NoSQL standardize the access to non-relational databases/repositories and treat them as Key/Value.\nThe implementation can work with:\n\n- S3-Like Storage\n- MongoDB\n- Cloudflare KV\n- DynamoDB\n\nAnydataset is an agnostic data source abstraction layer in PHP. See more about Anydataset [here](https://opensource.byjg.com/php/anydataset).\n\n## Features\n\n- Access as Key/Value repositories different datasource\n- Allow put and get data\n- Simplified way to connect to the datasources\n\n## Connection Based on URI\n\nThe connection string for databases is based on URL.\n\nSee below the current implemented drivers:\n\n| Datasource                                  | Connection String                                        |\n|---------------------------------------------|----------------------------------------------------------|\n| [MongoDB](docs/MongoDB.md)                  | mongodb://username:password@hostname:port/database       |\n| [S3](docs/AwsS3KeyValue.md)                 | s3://accesskey:secretkey@region/bucket?params            |\n| [Cloudflare KV](docs/CloudFlareKV.md)       | kv://username:password@accountid/namespaceid             |\n| [AWS DynamoDB](docs/AwsDynamoDbKeyValue.md) | dynamodb://accesskey:secretkey@hostname/tablename?params |\n\n\n## Topics\n\n- [S3-Like Storage](docs/AwsS3KeyValue.md)\n- [MongoDB](docs/MongoDB.md)\n- [Cloudflare KV](docs/CloudFlareKV.md)\n- [AWS DynamoDB](docs/AwsDynamoDbKeyValue.md)\n- [Cache Store](docs/cache.md)\n- [Running Tests](docs/tests.md)\n\n## Install\n\nJust type: \n\n```bash\ncomposer require \"byjg/anydataset-nosql\"\n```\n\n## Dependencies\n\n```mermaid\nflowchart TD\n   byjg/anydataset-nosql --\u003e ext-curl\n   byjg/anydataset-nosql --\u003e aws/aws-sdk-php\n   byjg/anydataset-nosql --\u003e byjg/anydataset\n   byjg/anydataset-nosql --\u003e byjg/anydataset-array\n   byjg/anydataset-nosql --\u003e byjg/serializer\n   byjg/anydataset-nosql --\u003e byjg/webrequest\n   byjg/anydataset-nosql --\u003e byjg/cache-engine\n   byjg/anydataset-nosql --\u003e ext-json\n```\n\n----\n[Open source ByJG](http://opensource.byjg.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyjg%2Fphp-anydataset-nosql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyjg%2Fphp-anydataset-nosql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyjg%2Fphp-anydataset-nosql/lists"}