<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>doctrine</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/1535/feed"/>
    <updated>2026-04-19T00:29:26+00:00</updated>
    <id>https://links.biapy.com/guest/tags/1535/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12012</id>
            <title type="text"><![CDATA[dama/doctrine-test-bundle]]></title>
            <link rel="alternate" href="https://github.com/dmaicher/doctrine-test-bundle" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12012"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Symfony bundle to isolate your app&amp;#039;s doctrine database tests and improve the test performance.

This bundle provides features that help you run your Symfony-framework-based App&amp;#039;s testsuite more efficiently with isolated tests.

It provides a StaticDriver that will wrap your originally configured Driver class (like DBAL\Driver\PDOMysql\Driver) and keeps a database connection statically in the current php process.

Related contents:

- [Testing - Resetting the Database Automatically Before each Test @ Symfony documentation](https://symfony.com/doc/current/testing.html#resetting-the-database-automatically-before-each-test).
- [Speed-up database refreshing in PHPUnit tests @ Locastic](https://locastic.com/blog/speed-up-database-refreshing-in-phpunit-tests).]]>
            </summary>
            <updated>2026-03-05T06:49:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10403</id>
            <title type="text"><![CDATA[Doctrine]]></title>
            <link rel="alternate" href="https://www.doctrine-project.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10403"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Doctrine Project is the home to several PHP libraries primarily focused on database storage and object mapping.

Related contents:

- [Domain specific language versus design patterns @  david duymelinck&amp;#039;s dev.to](https://dev.to/xwero/domain-specific-language-versus-design-patterns-23p4).
- [Your ORM Is Lying to You (And You&amp;#039;re Paying for It) @ HackerNoon](https://hackernoon.com/your-orm-is-lying-to-you-and-youre-paying-for-it).]]>
            </summary>
            <updated>2026-03-13T12:49:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2687</id>
            <title type="text"><![CDATA[Doctrine JSON ODM]]></title>
            <link rel="alternate" href="https://github.com/dunglas/doctrine-json-odm" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2687"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An Object-Document Mapper (ODM) for Doctrine ORM leveraging new JSON types of modern RDBMS.]]>
            </summary>
            <updated>2025-08-28T23:25:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4256</id>
            <title type="text"><![CDATA[ESQL: PHP Extended SQL]]></title>
            <link rel="alternate" href="https://github.com/soyuka/esql?tab=readme-ov-file" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4256"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PHP Extended SQL is an alternative to the also-known DQL (Doctrine Query Language). It combines the flexibility of SQL with the powerful Doctrine metadata to give you more control over queries.

- [ESQL, une alternative au DQL @ Les-Tilleuls.coop :fr:](https://les-tilleuls.coop/blog/esql-dql-alternative).]]>
            </summary>
            <updated>2025-08-29T03:46:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4425</id>
            <title type="text"><![CDATA[VichUploaderBundle]]></title>
            <link rel="alternate" href="https://github.com/dustin10/VichUploaderBundle/tree/master" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4425"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The VichUploaderBundle is a Symfony bundle that attempts to ease file uploads that are attached to ORM entities, MongoDB ODM documents, or PHPCR ODM documents.]]>
            </summary>
            <updated>2025-08-29T04:14:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4581</id>
            <title type="text"><![CDATA[DbToolsBundle]]></title>
            <link rel="alternate" href="https://dbtoolsbundle.readthedocs.io/en/stable/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4581"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A set of Symfony Console Commands to interact with your database.

- Backup: Backup your database and manage your dumps with a simple command.
- Restore: Easily restore a previous dump of your database.
- Anonymize: Set up database anonymization with PHP attributes on Doctrine Entities or with a YAML configuration file.
- Set up a GDPR-friendly workflow: Make it easier to follow GDPR best practices when importing production dump to other environments.

- [DbToolsBundle @ GitHub](https://github.com/makinacorpus/DbToolsBundle).]]>
            </summary>
            <updated>2025-08-29T04:40:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4637</id>
            <title type="text"><![CDATA[beberlei/DoctrineExtensions]]></title>
            <link rel="alternate" href="https://github.com/beberlei/DoctrineExtensions" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4637"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A set of extensions to Doctrine 2 that add support for functions available in MySQL, Oracle, PostgreSQL and SQLite.]]>
            </summary>
            <updated>2025-08-29T04:50:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4638</id>
            <title type="text"><![CDATA[postgresql-for-doctrine]]></title>
            <link rel="alternate" href="https://github.com/martin-georgiev/postgresql-for-doctrine" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4638"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions

It adds supports for `REGEXP`, `SIMILAR_TO`, `JSON_GET_FIELD` and `CONTAINS`.]]>
            </summary>
            <updated>2025-08-29T04:50:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4763</id>
            <title type="text"><![CDATA[SimpleBus]]></title>
            <link rel="alternate" href="https://docs.simplebus.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4763"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simplebus is a organization that helps you to use CQRS and event sourcing in your application. Get started by reading more about these concepts LINK or by digging in to common use cases LINK.

- [SimpleBus @ GitHub](https://github.com/SimpleBus/SimpleBus).]]>
            </summary>
            <updated>2025-08-29T05:11:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6735</id>
            <title type="text"><![CDATA[PHPCR - PHP Content Repository]]></title>
            <link rel="alternate" href="https://phpcr.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6735"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The PHP Content Repository is an adaption of the Java Content Repository (JCR) standard, an open API specification defined in JSR-283.
The API defines how to handle hierarchical semi-structured data in a consistent way.

The typical use case is content management systems. PHPCR combines the best out of document-oriented databases (weak structured data) and of XML databases (hierarchical trees). On top of that, it adds useful features like searching, versioning, access control and locking on top of it. 

- [PHP Content Repository PHPCR @ GitHub](https://github.com/phpcr/phpcr).]]>
            </summary>
            <updated>2025-08-29T10:39:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9790</id>
            <title type="text"><![CDATA[Diem]]></title>
            <link rel="alternate" href="http://diem-project.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9790"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Content Management Framework. Diem CMF CMS for symfony.

Diem is a content management framework (CMF) for PHP projects.

Diem is flexible. There is no preinstalled stuff ( blog, comments... ) : the project starts empty. The developer creates its own modules by declaring them in configuration files. Then Diem generates a code which is 100% specific to the site&amp;#039;s needs.]]>
            </summary>
            <updated>2025-08-29T19:10:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9791</id>
            <title type="text"><![CDATA[Symfony world: tips n&amp;#039;tricks about sf: Doctrine SoftDelete behavior usage]]></title>
            <link rel="alternate" href="http://symfony-world.blogspot.com/2010/10/doctrine-softdelete-behavior-usage.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9791"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T19:10:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9792</id>
            <title type="text"><![CDATA[Doctrine, ORM pour PHP. Introduction et mise en oeuvre. | The e-laboratory]]></title>
            <link rel="alternate" href="http://www.sylvainartois.fr.nf/fr/PHP/Doctrine_intro_mise_en_oeuvre" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9792"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T19:10:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9793</id>
            <title type="text"><![CDATA[sfDoctrineActAsSignablePlugin]]></title>
            <link rel="alternate" href="http://www.symfony-project.org/plugins/sfDoctrineActAsSignablePlugin" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9793"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[sfDoctrineActAsSignablePlugin provides Signable behavior to your models (&amp;amp;quot;created_by&amp;amp;quot; and &amp;amp;quot;updated_by&amp;amp;quot;columns defining user who created/updated a record)

    * Behavior
    * Model]]>
            </summary>
            <updated>2025-08-29T19:10:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9794</id>
            <title type="text"><![CDATA[Plugins | vjMoreTimestampablePlugin | 1.0.0 | symfony | Web PHP Framework]]></title>
            <link rel="alternate" href="http://www.symfony-project.org/plugins/vjMoreTimestampablePlugin" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9794"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T19:10:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9795</id>
            <title type="text"><![CDATA[vjCommentPlugin]]></title>
            <link rel="alternate" href="http://www.symfony-project.org/plugins/vjCommentPlugin" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9795"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[You want to add comments on news page, pool or anything ? Just use this plugin ! It provides a comment behavior. Now, everything is commentable !]]>
            </summary>
            <updated>2025-08-29T19:10:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9796</id>
            <title type="text"><![CDATA[Doctrine - PHP Object Persistence Libraries and More]]></title>
            <link rel="alternate" href="http://www.doctrine-project.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9796"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Doctrine Project is an open-source PHP project that is home to home to several PHP libraries primarily focused on database storage and object mapping. The core projects are the Object Relational Mapper (ORM) and the Database Abstraction Layer (DBAL) it is built upon.
]]>
            </summary>
            <updated>2025-08-29T19:10:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9957</id>
            <title type="text"><![CDATA[Doctrine - Doctrine Cookbook - Taking Advantage of Column Aggregation Inheritance]]></title>
            <link rel="alternate" href="http://www.doctrine-project.org/projects/orm/1.2/docs/cookbook/taking-advantage-of-column-aggregation-inheritance/en" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9957"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[First, let me give a brief explanation of what column aggregation inheritance is and how it works. With column aggregation inheritance all classes share the same table, and all columns must exist in the parent. Doctrine is able to know which class each row in the database belongs to by automatically setting a &amp;amp;quot;type&amp;amp;quot; column so that Doctrine can cast the correct class when hydrating data from the database. Even if you query the top level column aggregation class, the collection will return instances of the class that each row belongs to.]]>
            </summary>
            <updated>2025-08-29T19:38:44+00:00</updated>
        </entry>
    </feed>
