PHPackages                             tbcd/doctrine-hfsql-driver - 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. tbcd/doctrine-hfsql-driver

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

tbcd/doctrine-hfsql-driver
==========================

Doctrine HFSQL Driver with ODBC

1.0.2(3y ago)0932MITPHPPHP &gt;=8.0.2

Since Aug 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ThomasBeauchataud/DoctrineHfsqlDriver)[ Packagist](https://packagist.org/packages/tbcd/doctrine-hfsql-driver)[ RSS](/packages/tbcd-doctrine-hfsql-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (9)Used By (0)

Doctrine HFSQL Driver
=====================

[](#doctrine-hfsql-driver)

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

[](#installation)

### 1. Install the doctrine driver

[](#1--install-the-doctrine-driver)

```
composer require tbcd/doctrine-hfsql-driver

```

### 2. Download and install ODBC HFSQL driver

[](#2-download-and-install-odbc-hfsql-driver)

You can find the driver on PCSOFT platform. Here is the link : [https://pcsoft.fr/st/telec/modules-communs-27/wx27\_103n.htm](https://pcsoft.fr/st/telec/modules-communs-27/wx27_103n.htm)

### 3. Create your connection

[](#3-create-your-connection)

With the DriverManager

```
$connection = DriverManager::getConnection([
    'host' => '127.0.0.1',
    'user' => 'foo',
    'password' => 'bar',
    'port' => 4900,
    'dbName' => 'DBHF_CF',
    'driverClass' => \TBCD\Doctrine\HFSQLDriver\Driver::class
]);

```

Or with doctrine bundle

```
doctrine:
    dbal:
        default_connection: my_connection
        connections:
            my_connection:
                host: '127.0.0.1'
                user: 'foo'
                password: 'bar'
                dbname: 'DBHF_CF'
                port: 4900
                driver_class: TBCD\Doctrine\HFSQLDriver\Driver

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~4 days

Total

8

Last Release

1328d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tbcd-doctrine-hfsql-driver/health.svg)

```
[![Health](https://phpackages.com/badges/tbcd-doctrine-hfsql-driver/health.svg)](https://phpackages.com/packages/tbcd-doctrine-hfsql-driver)
```

###  Alternatives

[scienta/doctrine-json-functions

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

58523.9M36](/packages/scienta-doctrine-json-functions)[martin-georgiev/postgresql-for-doctrine

Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.

4485.3M4](/packages/martin-georgiev-postgresql-for-doctrine)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[overtrue/laravel-versionable

Make Laravel model versionable.

585308.0k5](/packages/overtrue-laravel-versionable)[worksome/foggy

Foggy is a tool for making database dumps with some data removed/changed.

26571.7k1](/packages/worksome-foggy)

PHPackages © 2026

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