coccoto / select-db
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/coccoto/select-db
Requires
- php: ^7.4
README
A little support for database operations.
Prerequisites
- PHP 7.4
Installation
$ composer require coccoto/select-db
Usage
Connect to the database.
- index.php
require_once 'vendor/autoload.php'; $connInfo = [ 'host' => '', 'dbname' => '', 'user' => '', 'pass' => '', ]; coccoto\selectDb\CRUD::push($connInfo);
Example
License
MIT License