PHPackages                             devphp-pmro/pdo-conection - 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. devphp-pmro/pdo-conection

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

devphp-pmro/pdo-conection
=========================

simple connect pdo

1.0.1(5y ago)05MITPHP

Since Nov 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/devphp-pmro/pdoConection)[ Packagist](https://packagist.org/packages/devphp-pmro/pdo-conection)[ RSS](/packages/devphp-pmro-pdo-conection/feed)WikiDiscussions master Synced 1w ago

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

\#simple connect pdo

To install the library, run the following command:

```
composer require devphp-pmro/pdo-conection
```

To use the library, simply require the composer to autoload, invoke the class and call the method:

```
 "host",
               "data_base" => "data_base",
               "user" => "user",
               "password"=>"password",
               "port"=>"3306"]
        );

default port 3306

in the example_connection directory, connection.php file

 use Source\pdoConection\Conection;

    require_once __DIR__."/../vendor/autoload.php";

    $com = new Conection();

    if(!$com){
        die();
    } else{
        echo "connected";
    }
```

### Developers

[](#developers)

- \[Leonardo\] - Developer of this library!
- \[devphp\] - Official website:

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

2014d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d4b642c027650ed8f7cf3ad1fb0736f7c740f75c47288601daf0c15d54fbd52?d=identicon)[devphp.pmro](/maintainers/devphp.pmro)

### Embed Badge

![Health badge](/badges/devphp-pmro-pdo-conection/health.svg)

```
[![Health](https://phpackages.com/badges/devphp-pmro-pdo-conection/health.svg)](https://phpackages.com/packages/devphp-pmro-pdo-conection)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

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