Download the PHP package justim/access without Composer
On this page you can find all versions of the php package justim/access. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download justim/access
More information about justim/access
Files in justim/access
Download justim/access
More information about justim/access
Files in justim/access
Vendor justim
Package access
Short Description A simple MySQL wrapper optimized for bigger data sets
License MIT
Package access
Short Description A simple MySQL wrapper optimized for bigger data sets
License MIT
Please rate this library. Is it a good library?
Informations about the package access
Access
A simple MySQL wrapper optimized for bigger data sets
Quick usage
Features
- Uses a PDO prepared statement pool for faster queries
- Optimized for bulk queries (ie. easy to fetch collections of collections)
- Easily present your entities as JSON without worrying about n+1 queries
Requirements
- PHP 8.1, or higher
- PDO extension
Installation
- Available at Packagist
composer require justim/access=dev-master
Docs
For now, see the tests for usage.
Nice to have
- For now only MySQL and SQLite is supported, it would be nice to have support for more RDMSs, like Postgres
- Tests are currently run with an in-memory SQLite database, a MySQL database would be better
Final notes
Currently used in a single production product, features are tied to this product.
All versions of access with dependencies
PHP Build Version
Package Version
The package justim/access contains the following files
Loading the files please wait ....