- PHP version > 7.0
- Nginx, Apache
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.
Enter this command into Terminal:
composer require pro100rost/pdo-connect
Create file config.ini in the root directory of your project.
File input (for example):
[database]
dbms = pgsql
db_host = localhost
db_username = test
db_password = 12345678
db_name = test_db
Create object for class QueryCommand and use one of method.