PHPackages                             jtrw/data-access-bridge - 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. [API Development](/categories/api)
4. /
5. jtrw/data-access-bridge

ActiveLibrary[API Development](/categories/api)

jtrw/data-access-bridge
=======================

Data Access Bridge with API and Data Base

1.0.1(4y ago)012MITPHPPHP &gt;=7.4

Since Feb 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jtrw/data-access-bridge)[ Packagist](https://packagist.org/packages/jtrw/data-access-bridge)[ Docs](https://github.com/jtrw/data-access-bridge)[ RSS](/packages/jtrw-data-access-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Data Access Bridge
==================

[](#data-access-bridge)

Bridge for DataBase and Api

Package Create endpoint for search in DB

Install
-------

[](#install)

```
composer require jtrw/data-access-bridge

```

Example JsonRPC

```
{
    "jsonrpc": "2.0",
    "method": "select",
    "params": {
        "select": [
            "pages.*"
        ],
        "table": "pages",
        "search": {
            "pages.id&>=": 1
        },
        "join": [
            "LEFT JOIN pages_types ON pages_types.id = pages.type_id"
        ],
        "order": "pages.id DESC"
    },
    "id": 3
}
```

Result:

```
[
    {
        "id": "2",
        "title": "Where does it come from?",
        "description": "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old",
        "text": "Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.",
        "type_id": "1",
        "created_at": "2021-02-12 15:27:33",
        "updated_at": "2021-02-12 15:27:35"
    },
    {
        "id": "1",
        "title": "Lorem Ipsum",
        "description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s",
        "text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum",
        "type_id": "1",
        "created_at": "2021-02-12 15:25:49",
        "updated_at": "2021-02-12 15:25:53"
    }
]
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

1636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb69a84ba4d32377e911fcda345ebe671a0a98cbd748c4cf0e3cd786ee12af37?d=identicon)[nil-bora](/maintainers/nil-bora)

---

Tags

apidbdata access objectData Access BridgeData Base Api

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jtrw-data-access-bridge/health.svg)

```
[![Health](https://phpackages.com/badges/jtrw-data-access-bridge/health.svg)](https://phpackages.com/packages/jtrw-data-access-bridge)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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