PHPackages                             nguyenngocchinh/cakephp4-driver-bigquery - 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. nguyenngocchinh/cakephp4-driver-bigquery

ActiveCakephp-plugin[Database &amp; ORM](/categories/database)

nguyenngocchinh/cakephp4-driver-bigquery
========================================

BigQuery direver for CakePHP 4.4

04PHP

Since Jul 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NguyenNgocChinh/cakephp4-driver-bigquery)[ Packagist](https://packagist.org/packages/nguyenngocchinh/cakephp4-driver-bigquery)[ RSS](/packages/nguyenngocchinh-cakephp4-driver-bigquery/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

BigQuery Driver for Cakephp4
============================

[](#bigquery-driver-for-cakephp4)

An BigQuery for CakePHP 4.4

Installing via composer
-----------------------

[](#installing-via-composer)

Install [composer](http://getcomposer.org) and run:

```
composer require nguyenngocchinh/cakephp4-driver-bigquery
```

Defining a connection
---------------------

[](#defining-a-connection)

Now, you need to set the connection in your config/app.php file:

```
 'Datasources' => [
...
    'bigquery' => [
        'className' => 'Chinh\BigQuery\BigQueryConnection',
        'driver' => 'Chinh\BigQuery\BigQueryDriver',
        'projectId' => env('BIGQUERY_PROJECT_ID', 'project_id'),
        'dataSet' => env('BIGQUERY_DATASET', 'dataset'),
        'keyFilePath' => null, //The full path to your service account credentials .json file retrieved.
    ],
],
```

Models
------

[](#models)

...

### Table

[](#table)

...

### Entity

[](#entity)

...

Controllers
-----------

[](#controllers)

...

LICENSE
-------

[](#license)

[The MIT License (MIT) Copyright (c) 2021](http://opensource.org/licenses/MIT)

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

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/47266403?v=4)[Nguyễn Ngọc Chinh](/maintainers/NguyenNgocChinh)[@NguyenNgocChinh](https://github.com/NguyenNgocChinh)

---

Top Contributors

[![NguyenNgocChinh](https://avatars.githubusercontent.com/u/47266403?v=4)](https://github.com/NguyenNgocChinh "NguyenNgocChinh (6 commits)")

### Embed Badge

![Health badge](/badges/nguyenngocchinh-cakephp4-driver-bigquery/health.svg)

```
[![Health](https://phpackages.com/badges/nguyenngocchinh-cakephp4-driver-bigquery/health.svg)](https://phpackages.com/packages/nguyenngocchinh-cakephp4-driver-bigquery)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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