Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Doctrine !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Doctrine !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated list of amazingly awesome Doctrine ORM libraries, resources and shiny things.
@@ -26,8 +26,7 @@
⟡ Persisting Value Objects in Doctrine (http://rosstuck.com/persisting-value-objects-in-doctrine/) 2014 
⟡ Doctrine2 entity changeset for relations (http://kamiladryjanek.com/doctrine2-entity-changeset-for-relations/) on Feb 24, 2017 
⟡ Doctrine 2 Interview with Marco Pivetta, is the one of the maintainers of Doctrine 2 (http://in.relation.to/2017/02/27/meet-marco-pivetta/) Feb 27, 2017 
⟡ Auto-Increment is the Devil: using UUIDs in Symfony and Doctrine (https://medium.com/@galopintitouan/auto-increment-is-the-devil-using-uuids-in-symfony-and-doctrine-71763721b9a9) Jul 17, 
2018 
⟡ Auto-Increment is the Devil: using UUIDs in Symfony and Doctrine (https://medium.com/@galopintitouan/auto-increment-is-the-devil-using-uuids-in-symfony-and-doctrine-71763721b9a9) Jul 17, 2018 
Repositories
@@ -64,8 +63,7 @@
Books
⟡ Persistence in PHP with Doctrine ORM (http://www.amazon.com/Persistence-PHP-Doctrine-K%C3%A9vin-Dunglas/dp/1782164103) 2013 
⟡ 12. Database Management with Doctrine ORM with Zend Framework
 (https://olegkrivtsov.github.io/using-zend-framework-3-book/html/en/Database_Management_with_Doctrine_ORM.html) - This is a part of Using Zend Framework 3 book
⟡ 12. Database Management with Doctrine ORM with Zend Framework (https://olegkrivtsov.github.io/using-zend-framework-3-book/html/en/Database_Management_with_Doctrine_ORM.html) - This is a part of Using Zend Framework 3 book
Related Projects
@@ -77,14 +75,11 @@
 ⟡ Doctrine2 Spatial (https://github.com/creof/doctrine2-spatial) - Multi-platform support for spatial types and functions
 ⟡ Doctrine Specification (https://github.com/Happyr/Doctrine-Specification) - Gives you a new way for writing queries
 ⟡ DDD Embeddables (https://github.com/biberlabs/ddd-embeddables) - A collection of reusable value objects written in PHP and targeting versions 5.6 and above.
 ⟡ Integration of Consistence library with Doctrine ORM
 (https://github.com/consistence/consistence-doctrine) - This library provides integration of Consistence value objects for Doctrine ORM so that you can use them in your entities.
 ⟡ Integration of Consistence library with Doctrine ORM (https://github.com/consistence/consistence-doctrine) - This library provides integration of Consistence value objects for Doctrine ORM so that you can use them in your entities.
 ⟡ Doctrine Encrypted Column (https://github.com/carnage/doctrine-encrypted-column) - Provides a secure way to encrypt data in doctrine. Framework agnostic, Libsodium.
 ⟡ Doctrine DBAL Postgresql (https://github.com/opsway/doctrine-dbal-postgresql) - Add JSON query support to Doctrine DBAL and DQL
 ⟡ PostgreSQL enhancements for Doctrine2
 (https://github.com/martin-georgiev/postgresql-for-doctrine) - Provides support for advanced data types (json, josnb, arrays), text search, array operators and jsonb specific functions. 
 ⟡ Doctrine Spesification (https://github.com/Happyr/Doctrine-Specification) - This library gives you a new way for writing queries. Using the Specification pattern you will get small 
Specification classes that are highly reusable.
 ⟡ PostgreSQL enhancements for Doctrine2 (https://github.com/martin-georgiev/postgresql-for-doctrine) - Provides support for advanced data types (json, josnb, arrays), text search, array operators and jsonb specific functions. 
 ⟡ Doctrine Spesification (https://github.com/Happyr/Doctrine-Specification) - This library gives you a new way for writing queries. Using the Specification pattern you will get small Specification classes that are highly reusable.
 ⟡ Sonata Doctrine Extensions (https://github.com/sonata-project/sonata-doctrine-extensions)