Download the PHP package selcukmart/data-store-library-y42 without Composer
On this page you can find all versions of the php package selcukmart/data-store-library-y42. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package data-store-library-y42
What does it?
It can store/get/change any data.
It manipulates the data as;
- Record inserts & batch inserts
- Record query/retrieval
- Query filters (equality operations only), limit & offset
- Update and delete operations
The code has unit tests. It can be tested after cloned.
How to use
For example we choose using Session Storage;
Insert Example;
Batch Insert Example;
Update Example;
Filter Example;
Lists Example;
Delete Example;
If you want to use other providers
PDOFactory creates own table named as "data_storage" and uses it. If you want to set your table name please add the config: 'TABLE'=>'abc_table'
If you want to create own provider
For example Aws S3;
AbstractDataStoreFactory
All versions of data-store-library-y42 with dependencies
PHP Build Version
Package Version
Requires
ext-pdo Version
*
ext-mbstring Version *
ext-mbstring Version *
The package selcukmart/data-store-library-y42 contains the following files
Loading the files please wait ....