PHPackages                             phpfacile/zend-db-ext - 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. phpfacile/zend-db-ext

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

phpfacile/zend-db-ext
=====================

A zend-db extension

1.0.1(7y ago)0251MITPHP

Since Nov 14Pushed 7y agoCompare

[ Source](https://github.com/phpfacile/zend-db-ext)[ Packagist](https://packagist.org/packages/phpfacile/zend-db-ext)[ Docs](https://github.com/phpfacile/zend-db-ext)[ RSS](/packages/phpfacile-zend-db-ext/feed)WikiDiscussions master Synced today

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

PHPFacile! Zend-db-ext
======================

[](#phpfacile-zend-db-ext)

A zend-db extension.

Installation
------------

[](#installation)

At the root of your project type

```
composer require phpfacile/zend-db-ext

```

Or add "phpfacile/zend-db-ext": "^1.0" to the "require" part of your composer.json file

```
"require": {
    "phpfacile/zend-db-ext": "^1.0"
}

```

Usage
-----

[](#usage)

```
use PHPFacile\Zend\Db\Helper\ZendDbHelper;

$expression = ZendDbHelper::getUTCTimestampExpression($adapter);

```

This will return

- **new Expression('UTC\_TIMESTAMP()');** in case of **MySQL**
- **new Expression('datetime('now')');** in case of **SQLite**

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

2

Last Release

2734d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d6240c88e9505e69bf9ddcd371244851f480013df9c71c496c8d0fcd6de5357?d=identicon)[phpfacile](/maintainers/phpfacile)

---

Tags

nowextensionzend db

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/phpfacile-zend-db-ext/health.svg)

```
[![Health](https://phpackages.com/badges/phpfacile-zend-db-ext/health.svg)](https://phpackages.com/packages/phpfacile-zend-db-ext)
```

###  Alternatives

[dmstr/yii2-db

Database extensions

19618.8k6](/packages/dmstr-yii2-db)

PHPackages © 2026

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