PHPackages                             erebos/dataman - 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. erebos/dataman

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

erebos/dataman
==============

Dataman is a simple database manager using PDO that simplifies back-end processing and grants with useful tools.

00PHP

Since Jun 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Apter-X/dataman)[ Packagist](https://packagist.org/packages/erebos/dataman)[ RSS](/packages/erebos-dataman/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dataman
=======

[](#dataman)

Dataman is a simple database manager using PDO that simplifies back-end processing and grants with useful tools.

Instructions
------------

[](#instructions)

- Go to the root of your php project and `git clone https://github.com/Apter-X/dataman.git`.
- Configure the connection with your database here `./database/myConfig`.

How to use
----------

[](#how-to-use)

```
  include_once './dataman/config.php';
  $dataman = new Dataman;
  $dataman->ping();
```

Example
-------

[](#example)

Let's pretend that table represents our datatable.

**users**

idusernameis\_admin1steave02pyck03bishop1---

With this method we can get a specific row in a table as an associative array :

```
  $data = $dataman->selectRow('users', 'id', '3');
  $dataman->displayRow($data);
```

Output:

idusernameis\_admin3bishop1---

With this method we can get a specific value in a table as a string :

```
  $data = $dataman->selectValue('users', 'username','is_admin', '1');
  echo $data;
```

Output: `bishop`

---

### License

[](#license)

Under **GNU General Public License v3.0**.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43287534?v=4)[Iliass Raihani](/maintainers/Apter-X)[@Apter-X](https://github.com/Apter-X)

---

Top Contributors

[![Apter-X](https://avatars.githubusercontent.com/u/43287534?v=4)](https://github.com/Apter-X "Apter-X (57 commits)")

---

Tags

databasedatabase-managerdatamanpdo

### Embed Badge

![Health badge](/badges/erebos-dataman/health.svg)

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

###  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)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

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

Reliese Components for Laravel Framework code generation.

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

PHPackages © 2026

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