PHPackages                             infw/database - 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. infw/database

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

infw/database
=============

Database connection helper for In framework

0.0.1(8y ago)011MITPHPPHP ^7.0

Since May 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/kpicaza/infw-database)[ Packagist](https://packagist.org/packages/infw/database)[ Docs](https://github.com/infw/database)[ RSS](/packages/infw-database/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

database
========

[](#database)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fd5255845de8b8c74c2f4289881c26590fba7634ccb54ba88765840f0519a254/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e66772f64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/infw/database)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/72ada9eec2e5dad83c9174a1923a8bf75264169f685e146b557fe25a096f5b5e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f696e66772f64617461626173652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/infw/database)[![Coverage Status](https://camo.githubusercontent.com/04366888ba927ae70d2860b2ffb0af13fae315ca113e01d405e753d49599abf8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f696e66772f64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/infw/database/code-structure)[![Quality Score](https://camo.githubusercontent.com/f2da6a1b52a037580878957c72cc0ce35f99be8951d9d00a3aa290d000073745/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696e66772f64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/infw/database)[![Total Downloads](https://camo.githubusercontent.com/b9fe946b3cd4b3f8365cb6dd17ad499feb846acf1447a16b43817b2e28f871ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e66772f64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/infw/database)

**Note:** Replace `kpicaza` `kpicaza` `https://github.com/kpicaza` `kpicaza@example.com` `infw` `database` `Database connection helper for In framework` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

```
bin/
config/
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require infw/database
```

Usage
-----

[](#usage)

```
$skeleton = new InFw\DB();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [kpicaza](https://github.com/kpicaza)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

2932d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ced65d52f5d7655f87644cd04f4c23df915efe9731bb37cc12f3fd9c31bf88d7?d=identicon)[kpicaza](/maintainers/kpicaza)

---

Top Contributors

[![kpicaza](https://avatars.githubusercontent.com/u/1093654?v=4)](https://github.com/kpicaza "kpicaza (3 commits)")

---

Tags

databaseinfw

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/infw-database/health.svg)

```
[![Health](https://phpackages.com/badges/infw-database/health.svg)](https://phpackages.com/packages/infw-database)
```

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[robmorgan/phinx

Phinx makes it ridiculously easy to manage the database migrations for your PHP app.

4.5k46.2M405](/packages/robmorgan-phinx)[doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

2.9k136.1M516](/packages/doctrine-data-fixtures)[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[maxmind-db/reader

MaxMind DB Reader API

69799.2M47](/packages/maxmind-db-reader)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)

PHPackages © 2026

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