PHPackages                             gossamer/pesedget - 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. gossamer/pesedget

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

gossamer/pesedget
=================

php database entity manager

2.0.0(9y ago)05012MITPHP

Since Oct 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dmeikle/pesedget)[ Packagist](https://packagist.org/packages/gossamer/pesedget)[ Docs](https://github.com/dmeikle/pesedget)[ RSS](/packages/gossamer-pesedget/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (8)Used By (2)

pesedget
========

[](#pesedget)

php database entity manager

Initially intended as an Entity Manager to work within the GossamerCMS framework. This allows multiple datasources to be configured from a single configuration file and requested by their Key from the Entity Manager. It abstracts the loading of the configuration with its own bootstrap so a method can call a connection from the Entity Manager at any place in the software without worrying about whether it has been instantiated yet nor what the required credentials are for it.

The Entity Manager is a Singleton. to call it:

$manager = EntityManager::getInstance(); $connection = $manager-&gt;getConnection(); //default connection

you can specify individual connections by name:

$mysqlConnection = $manager-&gt;getConnection('mysql'); $mssqlConnection = $manager-&gt;getConnection('mssql');

the yml credentials looks like this:
------------------------------------

[](#the-yml-credentials-looks-like-this)

database:
\----mysql:
\--------class: 'Gossamer\\Pesedget\\Database\\DBConnection'
\--------credentials:
\-----------host: localhost
\-----------username: user\_id
\-----------password: isnothere
\-----------dbName: db\_name\_here

```
#tell the EM which connection to use if no key specified

```

\----default: mysql

Why call it Pesedget?
---------------------

[](#why-call-it-pesedget)

The Pesedget is a group of entities in the Egyptian Pantheon. .... Group of Entities... thank you ... try the ribs...

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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

Every ~0 days

Total

6

Last Release

3393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2839039?v=4)[David Meikle](/maintainers/dmeikle)[@dmeikle](https://github.com/dmeikle)

---

Top Contributors

[![dmeikle](https://avatars.githubusercontent.com/u/2839039?v=4)](https://github.com/dmeikle "dmeikle (33 commits)")

---

Tags

phpdatabaseentity-manager

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gossamer-pesedget/health.svg)

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

###  Alternatives

[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.6k86.4k1](/packages/getgrav-grav)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1396.0k38](/packages/mahocommerce-maho)

PHPackages © 2026

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