Download the PHP package vitexsoftware/ease-fluentpdo without Composer
On this page you can find all versions of the php package vitexsoftware/ease-fluentpdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vitexsoftware/ease-fluentpdo
More information about vitexsoftware/ease-fluentpdo
Files in vitexsoftware/ease-fluentpdo
Download vitexsoftware/ease-fluentpdo
More information about vitexsoftware/ease-fluentpdo
Files in vitexsoftware/ease-fluentpdo
Vendor vitexsoftware
Package ease-fluentpdo
Short Description SQL/PDO support for Ease Framework based on FluentPDO
License MIT
Package ease-fluentpdo
Short Description SQL/PDO support for Ease Framework based on FluentPDO
License MIT
Please rate this library. Is it a good library?
Informations about the package ease-fluentpdo
SQL Support for EasePHP Framework using FluentPDO
Installation
Download https://github.com/VitexSoftware/php-ease-fluentpdo/archive/master.zip or use
Composer
Linux
For Debian, Ubuntu & friends please use repo:
In this case please add this to your app composer.json:
Framework Constants
- DB_TYPE - pgsql|mysql|sqlsrv|sqlite
- DB_HOST - localhost is default
- DB_PORT - database port
- DB_DATABASE - database schema name
- DB_USERNAME - database user login name
- DB_PASSWORD - database user password
- DB_SETUP - database setup command (executed directly after connect)
- DB_SETTINGS - pdo connection settings
- DB_DEBUG - log sql queries
Testing
At first you need initialise create sql user & database with login and password from testing/phinx.yml and initialise testing database by phinx migrate command:
Or initalize another database and update .env file
Building
Simply run make deb
Links
Homepage: https://www.vitexsoftware.cz/ease.php
All versions of ease-fluentpdo with dependencies
PHP Build Version
Package Version
The package vitexsoftware/ease-fluentpdo contains the following files
Loading the files please wait ....