PHPackages                             arzynik/tipsy-doctrine - 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. [Framework](/categories/framework)
4. /
5. arzynik/tipsy-doctrine

Abandoned → [https://github.com/tipsyphp/tipsy-doctrine](/?search=https%3A%2F%2Fgithub.com%2Ftipsyphp%2Ftipsy-doctrine)Library[Framework](/categories/framework)

arzynik/tipsy-doctrine
======================

An doctrine extension for Tipsy

v1.0.1(10y ago)026MITPHP

Since Dec 9Pushed 10y agoCompare

[ Source](https://github.com/arzynik/tipsy-doctrine)[ Packagist](https://packagist.org/packages/arzynik/tipsy-doctrine)[ RSS](/packages/arzynik-tipsy-doctrine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Tipsy Doctrine
--------------

[](#tipsy-doctrine)

A doctrine adapter for Tipsy

#### Installation

[](#installation)

1. `vendor/bin/doctrine orm:schema-tool:update --force --dump-sql`

#### Usage

[](#usage)

Usage is similar to using `Tipsy\Resource`.

1. Create a doctrine model, for example in `model/Product.php`
2. Specify the path

```
Tipsy\Tipsy::config([doctrine => [model => 'models']]);
```

3. Add a database config

```
Tipsy\Tipsy::config([db => [url => 'mysql://user:pass@host/dbname']]);
```

4. Set the Resource

```
Tipsy::service('Product', '\Tipsy\Doctrine\Resource\Product');
```

5. Use DI to access the object

```
Tipsy\Tipsy::router()->home(function($Product) {
  $p = $Product->create([
    name => 'test'
  ]);
});
```

See [Tipsy Doctrine Example](https://github.com/tipsyphp/tipsy-example-doctrine) for a more detailed example.

You can also access the Doctrine DB and entityManager objects using any of the following:

```
Tipsy\Tipsy::db()->db();
Tipsy\Tipsy::db()->entityManager();
$Db;
$Db->entityManager();
```

#### Info

[](#info)

See [Tipsy Documentation](https://github.com/tipsyphp/tipsy/wiki) for more information on Tipsy.

See [Getting Started](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/getting-started.html) for more info on Doctrine.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3855d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/990b8995ccfc51741731417f6fa178f2c12a239ae6633626f28f7546c91cc8cd?d=identicon)[arzynik](/maintainers/arzynik)

---

Top Contributors

[![spacedevin](https://avatars.githubusercontent.com/u/27974?v=4)](https://github.com/spacedevin "spacedevin (7 commits)")

---

Tags

phppluginframeworkdoctrineextension

### Embed Badge

![Health badge](/badges/arzynik-tipsy-doctrine/health.svg)

```
[![Health](https://phpackages.com/badges/arzynik-tipsy-doctrine/health.svg)](https://phpackages.com/packages/arzynik-tipsy-doctrine)
```

###  Alternatives

[pestphp/pest-plugin-type-coverage

The Type Coverage plugin for Pest PHP.

353.9M986](/packages/pestphp-pest-plugin-type-coverage)[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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