PHPackages                             zef-dev/convoworks-mypdo - 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. zef-dev/convoworks-mypdo

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

zef-dev/convoworks-mypdo
========================

Mysql service data layer implementation

1.3.1(4y ago)3401MITPHPPHP ^7.2

Since Nov 26Pushed 4y ago3 watchersCompare

[ Source](https://github.com/zef-dev/convoworks-mypdo)[ Packagist](https://packagist.org/packages/zef-dev/convoworks-mypdo)[ Docs](https://github.com/zef-dev/convoworks-mypdo)[ RSS](/packages/zef-dev-convoworks-mypdo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (11)Used By (0)

Mysql service data layer for Convoworks
=======================================

[](#mysql-service-data-layer-for-convoworks)

This library contains mysql implementations for `\Convo\Core\IServiceDataProvider`, `\Convo\Core\IServiceParamsFactory` and `\Convo\Core\IServiceParamsFactory` [Convoworks](https://github.com/zef-dev/convoworks-core) interfaces which serves for storing service related data.

Usage
-----

[](#usage)

If you are not using DI, you can initialize them like this:

```
    $pdoConnectionProvider = new \Convo\Data\Mypdo\MypdoConnectionProvider( $logger, 'host', 'dbName', 'username', 'password');
    $convoServiceParamsFactory = new \Convo\Data\Mypdo\MypdoServiceParamsFactory( $logger, $pdoConnectionProvider);
    $convoServiceDataProvider = new \Convo\Data\Mypdo\MypdoServiceDataProvider( $logger, $pdoConnectionProvider);

```

Database
--------

[](#database)

Check the docs folder for .sql create database script and Mysql Workbench database model.

---

For more information, please check out [convoworks.com](https://convoworks.com)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.1% 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 ~21 days

Total

9

Last Release

1822d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a22102a6e18bbc5cb744162af11749c2bf1d560e206b7328f5a9e3fbbc07d2ca?d=identicon)[zef-dev](/maintainers/zef-dev)

---

Top Contributors

[![tolecar](https://avatars.githubusercontent.com/u/2013455?v=4)](https://github.com/tolecar "tolecar (17 commits)")[![mmarcec007](https://avatars.githubusercontent.com/u/10289178?v=4)](https://github.com/mmarcec007 "mmarcec007 (12 commits)")[![Tefached95](https://avatars.githubusercontent.com/u/17346375?v=4)](https://github.com/Tefached95 "Tefached95 (3 commits)")

---

Tags

mysqlconvoworks

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zef-dev-convoworks-mypdo/health.svg)

```
[![Health](https://phpackages.com/badges/zef-dev-convoworks-mypdo/health.svg)](https://phpackages.com/packages/zef-dev-convoworks-mypdo)
```

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

Mutex library for exclusive code execution.

9459.6M27](/packages/malkusch-lock)[aura/sql

A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.

5632.5M43](/packages/aura-sql)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[krowinski/php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.

338118.0k10](/packages/krowinski-php-mysql-replication)[nettrine/dbal

Doctrine DBAL for Nette Framework

322.6M19](/packages/nettrine-dbal)

PHPackages © 2026

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