PHPackages                             coccoto/select-db - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. coccoto/select-db

ActiveLibrary[Database &amp; ORM](/categories/database)

coccoto/select-db
=================

v1.0.0(4y ago)01MITPHPPHP ^7.4

Since Jan 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/coccoto/select-db)[ Packagist](https://packagist.org/packages/coccoto/select-db)[ RSS](/packages/coccoto-select-db/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

select-db
=========

[](#select-db)

A little support for database operations.

Prerequisites
-------------

[](#prerequisites)

- PHP 7.4

Installation
------------

[](#installation)

```
$ composer require coccoto/select-db
```

Usage
-----

[](#usage)

Connect to the database.

- index.php

```
require_once 'vendor/autoload.php';

$connInfo = [
    'host' => '',
    'dbname' => '',
    'user' => '',
    'pass' => '',
];

coccoto\selectDb\CRUD::push($connInfo);
```

Example
-------

[](#example)

- ### [SELECT.md](https://github.com/coccoto/select-db/blob/master/docs/Select.md)

    [](#selectmd)
- ### [INSERT.md](https://github.com/coccoto/select-db/blob/master/docs/Insert.md)

    [](#insertmd)
- ### [UPDATE.md](https://github.com/coccoto/select-db/blob/master/docs/Update.md)

    [](#updatemd)
- ### [DELETE.md](https://github.com/coccoto/select-db/blob/master/docs/Delete.md)

    [](#deletemd)
- ### [QUERY.md](https://github.com/coccoto/select-db/blob/master/docs/Query.md)

    [](#querymd)

License
-------

[](#license)

MIT License

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1642d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/60543825?v=4)[coccoto](/maintainers/coccoto)[@coccoto](https://github.com/coccoto)

---

Top Contributors

[![coccoto](https://avatars.githubusercontent.com/u/60543825?v=4)](https://github.com/coccoto "coccoto (11 commits)")

---

Tags

mysqlpdophp

### Embed Badge

![Health badge](/badges/coccoto-select-db/health.svg)

```
[![Health](https://phpackages.com/badges/coccoto-select-db/health.svg)](https://phpackages.com/packages/coccoto-select-db)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M117](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
