11# AnyDataset
22
33[ ![ Opensource ByJG] ( https://img.shields.io/badge/opensource-byjg-success.svg )] ( http://opensource.byjg.com )
4- [ ![ Build Status] ( https://github.com/byjg/anydataset/actions/workflows/phpunit.yml/badge.svg?branch=master )] ( https://github.com/byjg/anydataset/actions/workflows/phpunit.yml )
4+ [ ![ Build Status] ( https://github.com/byjg/php- anydataset/actions/workflows/phpunit.yml/badge.svg?branch=master )] ( https://github.com/byjg/php- anydataset/actions/workflows/phpunit.yml )
55[ ![ Opensource ByJG] ( https://img.shields.io/badge/opensource-byjg-success.svg )] ( http://opensource.byjg.com )
6- [ ![ GitHub source] ( https://img.shields.io/badge/Github-source-informational?logo=github )] ( https://github.com/byjg/anydataset/ )
6+ [ ![ GitHub source] ( https://img.shields.io/badge/Github-source-informational?logo=github )] ( https://github.com/byjg/php- anydataset/ )
77[ ![ GitHub license] ( https://img.shields.io/github/license/byjg/anydataset.svg )] ( https://opensource.byjg.com/opensource/licensing.html )
8- [ ![ GitHub release] ( https://img.shields.io/github/release/byjg/anydataset.svg )] ( https://github.com/byjg/anydataset/releases/ )
9- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/byjg/anydataset/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/byjg/anydataset/?branch=master )
10- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/byjg/anydataset/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/byjg/anydataset/?branch=master )
8+ [ ![ GitHub release] ( https://img.shields.io/github/release/byjg/anydataset.svg )] ( https://github.com/byjg/php- anydataset/releases/ )
9+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/byjg/php- anydataset/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/byjg/php- anydataset/?branch=master )
10+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/byjg/php- anydataset/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/byjg/php- anydataset/?branch=master )
1111
1212Anydataset Core Module. Anydataset is an agnostic data source abstraction layer in PHP.
1313
@@ -21,18 +21,18 @@ Anydataset Core Module. Anydataset is an agnostic data source abstraction layer
2121
2222{:.table}
2323
24- | Object | Data Source | Read | Write | Reference |
25- | ---------------------- | --------------------- | :----:| :-----:| ----------------------- |
26- | DbDriverInterface | Relational DB | yes | yes | [ Github] ( https://github.com/byjg/anydataset-db ) |
27- | AnyDataSet | Anydataset | yes | yes | [ Github] ( https://github.com/byjg/anydataset ) |
28- | ArrayDataSet | Array | yes | no | [ Github] ( https://github.com/byjg/anydataset-array ) |
29- | TextFileDataSet | Delimited Fields | yes | no | [ Github] ( https://github.com/byjg/anydataset-text ) |
30- | FixedTextFileDataSet | Fixed Size fields | yes | no | [ Github] ( https://github.com/byjg/anydataset-text ) |
31- | XmlDataSet | Xml | yes | no | [ Github] ( https://github.com/byjg/anydataset-xml ) |
32- | JSONDataSet | Json | yes | no | [ Github] ( https://github.com/byjg/anydataset-json ) |
33- | SparQLDataSet | SparQl Repositories | yes | no | [ Github] ( https://github.com/byjg/anydataset-sparql ) |
34- | NoSqlDocumentInterface | NoSql Document Based | yes | yes | [ Github] ( https://github.com/byjg/anydataset-nosql ) |
35- | KeyValueInterface | NoSql Key/Value Based | yes | yes | [ Github] ( https://github.com/byjg/anydataset-nosql ) |
24+ | Object | Data Source | Read | Write | Reference |
25+ | ------------------------ | ----------------------- | :----:| :-----:| ----------------------------------------------------- |
26+ | DbDriverInterface | Relational DB | yes | yes | [ Github] ( https://github.com/byjg/anydataset-db ) |
27+ | AnyDataSet | Anydataset | yes | yes | [ Github] ( https://github.com/byjg/anydataset ) |
28+ | ArrayDataSet | Array | yes | no | [ Github] ( https://github.com/byjg/anydataset-array ) |
29+ | TextFileDataSet | Delimited Fields | yes | no | [ Github] ( https://github.com/byjg/anydataset-text ) |
30+ | FixedTextFileDataSet | Fixed Size fields | yes | no | [ Github] ( https://github.com/byjg/anydataset-text ) |
31+ | XmlDataSet | Xml | yes | no | [ Github] ( https://github.com/byjg/anydataset-xml ) |
32+ | JSONDataSet | Json | yes | no | [ Github] ( https://github.com/byjg/anydataset-json ) |
33+ | SparQLDataSet | SparQl Repositories | yes | no | [ Github] ( https://github.com/byjg/anydataset-sparql ) |
34+ | NoSqlDocumentInterface | NoSql Document Based | yes | yes | [ Github] ( https://github.com/byjg/anydataset-nosql ) |
35+ | KeyValueInterface | NoSql Key/Value Based | yes | yes | [ Github] ( https://github.com/byjg/anydataset-nosql ) |
3636
3737## Examples
3838
@@ -183,7 +183,7 @@ $formatter->saveToFile("/path/to/file.xml"); // Save the XML Text to a file.
183183## Install
184184
185185``` bash
186- composer require " byjg/anydataset=5.0.* "
186+ composer require " byjg/anydataset"
187187```
188188
189189## Running Unit tests
0 commit comments