PHPackages                             tapestry-cloud/database-plugin - 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. tapestry-cloud/database-plugin

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

tapestry-cloud/database-plugin
==============================

Database plugin for Tapestry

0.5.3(8y ago)0208[3 issues](https://github.com/tapestry-cloud/database-plugin/issues)MITPHPPHP &gt;=5.6.0

Since Nov 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tapestry-cloud/database-plugin)[ Packagist](https://packagist.org/packages/tapestry-cloud/database-plugin)[ RSS](/packages/tapestry-cloud-database-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Tapestry Database Plugin
========================

[](#tapestry-database-plugin)

*Syncs project state with database*

 [![Build Status](https://camo.githubusercontent.com/b4ca48dee3c1ff84b209df4415829466f8718a8244a6bd966e91abf5aacacaac/68747470733a2f2f7472617669732d63692e6f72672f74617065737472792d636c6f75642f64617461626173652d706c7567696e2e737667)](https://travis-ci.org/tapestry-cloud/database-plugin) [![Latest Stable Version](https://camo.githubusercontent.com/576191cdbcffecd21c1b41c176540ac87336bc191857c29fbbd5f0ada25cdae3/68747470733a2f2f706f7365722e707567782e6f72672f74617065737472792d636c6f75642f64617461626173652d706c7567696e2f762f737461626c652e737667)](https://packagist.org/packages/tapestry-cloud/database-plugin) [![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](LICENSE)

This is a work in progress, which once complete will allow you to export the Tapestry project state to a database for manipulation by third party tools. In the case of Tapestry this is a precursor to the API plugin for an in browser admin panel.

### Install

[](#install)

To install run `composer require tapestry-cloud/database-plugin`

### Setup

[](#setup)

Update your site configuration to include your database configuration:

```
// ...
    'plugins' => [
        'database' => [
            'driver' => 'pdo_sqlite',
            'path' => __DIR__ . DIRECTORY_SEPARATOR . 'db.sqlite'
        ]
    ]
// ...
```

Next within your site kernel.php you will need to register the plugins service provider within its boot method:

```
public function boot(){
    // ...

    $this->tapestry->register(\TapestryCloud\Database\ServiceProvider::class);

    // ...
}
```

Upon you next running tapestry build your database will be updated with the current project state.

### Development

[](#development)

To run migrations use:

```
vendor\bin\doctrine.bat orm:schema-tool:update --force

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

3096d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/464699?v=4)[Simon Dann](/maintainers/carbontwelve)[@carbontwelve](https://github.com/carbontwelve)

---

Top Contributors

[![carbontwelve](https://avatars.githubusercontent.com/u/464699?v=4)](https://github.com/carbontwelve "carbontwelve (57 commits)")

---

Tags

work-in-progress

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tapestry-cloud-database-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/tapestry-cloud-database-plugin/health.svg)](https://phpackages.com/packages/tapestry-cloud-database-plugin)
```

###  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)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[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)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[heymoon/doctrine-psql-enum

Store PHP native enums as PostgeSQL custom enum types

254.9k](/packages/heymoon-doctrine-psql-enum)

PHPackages © 2026

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