coccoto/select-db

Maintainers

Package info

github.com/coccoto/select-db

pkg:composer/coccoto/select-db

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2022-01-03 12:35 UTC

This package is auto-updated.

Last update: 2026-03-29 01:12:29 UTC


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