pro100rost / pdo-connect
You can easy connect to PDO object in this library.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/pro100rost/pdo-connect
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-12-08 06:47:14 UTC
README
Easy connect to PDO object.
REQUIREMENTS
- PHP version > 7.0
- Nginx, Apache
INSTALLATION
The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.
Install library:
Enter this command into Terminal:
composer require pro100rost/pdo-connect
Create configuration file:
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
Using:
Create object for class QueryCommand and use one of method.