Download the PHP package fanatov37/spav without Composer
On this page you can find all versions of the php package fanatov37/spav. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fanatov37/spav
More information about fanatov37/spav
Files in fanatov37/spav
Download fanatov37/spav
More information about fanatov37/spav
Files in fanatov37/spav
Vendor fanatov37
Package spav
Short Description Stored Programs and Views in MySql for ZF2 or ZF3
License GNU
Package spav
Short Description Stored Programs and Views in MySql for ZF2 or ZF3
License GNU
Please rate this library. Is it a good library?
Informations about the package spav
SPAV (Stored Programs and views) library.
About library and Recommendation:
This is library wrapper for use Procedure, Function or View in MySql.
My recommendation is use business logic of data base in Stored Programs. Your MySql user must have privileges only for Stored Programs and Views. Full privileges is available only for root user.
Tips and Tricks:
- Currently this library available for zend framework 2 or 3 with MySql
- You must use php7
- You should use MySql5.7 because Stored Programs must return result as json (5.7 version available for json function). But you can use previous versions of MySql, just return string as json(use concat function for it).
Using:
Check out PHPUnit test(folder tests). You can find example of use Stored Programs (/tests/EntityExample/) or check out this repository Spav Zend Framework example.
Installation
Using Composer
All versions of spav with dependencies
PHP Build Version
Package Version
Requires
php Version
~7
The package fanatov37/spav contains the following files
Loading the files please wait ....