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 3d 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 35% 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

3142d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)

PHPackages © 2026

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