Doctrine Bridge
The Doctrine bridge provides integration for Doctrine with various Symfony components.
The Doctrine bridge provides integration for Doctrine with various Symfony components.
SleekwareDB is a NoSQL database storage service. A database storage service that can be used for various platforms and is easy to integrate. NoSQL API
Laravel MySQL Spatial extension Laravel package to easily work with MySQL Spatial Data Types and MySQL Spatial Functions. Please check the documentati
Book Shop A POC for DDD and CQRS applications using Symfony as framework and running with php8 User Stories Come store manager voglio aggiungere/modif
Symfony with ELK and Elastic FileBeats Stack Prerequisites: Make sure that docker and docker-compose are installed in your machine and available for y
DbSaver DbSaver is an application written by Bastien LOUGHIN allowing you to make automatic daily backups (and manual backups) for your MySQL database
Doctrine Diagram Bundle 📐 Symfony Bundle to generate database diagrams.
RedisBundle About This bundle integrates Predis and PhpRedis into your Symfony 3.4+ application, providing a fast and convenient interface to Redis. U
Database Backup Manager This package provides a framework-agnostic database backup manager for dumping to and restoring databases from S3, Dropbox, FT
psr-container-doctrine: Doctrine Factories for PSR-11 Containers Doctrine factories for PSR-11 containers. This package provides a set of factories to
Hyperf 🤝 Doctrine This project provides an integration for the Doctrine ORM and the Hyperf framework. Install composer require leocavalcante/hyperf-d
Symfony Dockerise Symfony Application Install Docker Install Docker Compose Docker PHP & Nginx Create Symfony Application Debugging Install Xdebug Con
The Laravel eCommerce Image Gallery allows the admin to add/manage images into various galleries and galleries into various groups according to requirements.
Centralized dashboard to monitor various WordPress components, stats and data, including the server.
Silex, a simple Web Framework WARNING: Silex is in maintenance mode only. Ends of life is set to June 2018. Read more on Symfony's blog. Silex is a PH
Laravel Vue Commands This package adds artisan commands to create VueJS components and InertiaJS components. Installation You can install the package
Shopware 6 Fixtures Did you ever want to create and load Doctrine-like fixtures in your Shopware 6 plugin? Look no further! This plugin provides an ul
SlmMail is a module that integrates with various third-parties API to send mails. Integration is provided with the API of those services
AmiAirbrakeBundle Airbrake.io & Errbit integration for Symfony 3/4/5. This bundle plugs the Airbrake API client into Symfony project. Prerequisites Th
Tideways Middleware for Symfony Messenger This package is currently under development and might be moved into the Tideways PHP Extension or stay indep
Hi! Recently https://github.com/doctrine/orm/pull/8266 was merged in. I had made a new symfony project and wanted to use the entity attributes to generate a schema, I was able to do so but needed to allow setting a type of "attribute" in my doctrine orm mappings type configuration by changing this class (and adding the corresponding parameter for the attributes driver to DoctrineBundle (https://github.com/doctrine/DoctrineBundle/pull/1313)
I am not sure if this is useful, sorry if it is not! (I am not sure which branch this should go to, because I guess this relies on doctrine/orm 2.9.x)
thanks for all the code by the way!
Type::GUID can be used as entity ID and is Connection::PARAM_STR_ARRAY
when submitting form with required set to FALSE and empty entity with Type::GUID as entity ID, we still receive an SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for uuid: "" in the PostgreSQL Platform for example.
https://github.com/symfony/symfony/pull/14465 ???
If array index is not set - use default false
Error exception:
Executed script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! // Clearing the cache for the dev environment with debug
!! // true
!!
!!
In DoctrineLoader.php line 71:
[ErrorException]
Notice: Undefined index: unique
Exception trace:
() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php:71
Symfony\Bridge\Doctrine\Validator\DoctrineLoader->loadClassMetadata() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:54
Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:105
Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php:63
Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer->doWarmUp() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php:51
Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer->warmUp() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php:96
Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate->warmUp() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/framework-bundle/Command/CacheClearCommand.php:194
Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand->warmup() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/framework-bundle/Command/CacheClearCommand.php:129
Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand->execute() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/console/Application.php:930
Symfony\Component\Console\Application->doRunCommand() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/framework-bundle/Console/Application.php:87
Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/console/Application.php:273
Symfony\Component\Console\Application->doRun() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/framework-bundle/Console/Application.php:73
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /home/ksaveras/Projects/mokytojas.local/vendor/symfony/console/Application.php:149
Symfony\Component\Console\Application->run() at /home/ksaveras/Projects/mokytojas.local/bin/console:40
cache:clear [--no-warmup] [--no-optional-warmers] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>
./bin/console ca:cl
When inferring whether a property should be required or not, the logic makes more sense as:
This makes sense for things like:
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.2.1...v6.2.2)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.2.0-RC2...v6.2.0)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.2.0-RC1...v6.2.0-RC2)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.7...v6.1.8)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.15...v6.0.16)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v5.4.15...v5.4.16)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.2.0-BETA3...v6.2.0-RC1)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.2.0-BETA2...v6.2.0-BETA3)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.6...v6.1.7)
EventManager::getAllListeners()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.14...v6.0.15)
EventManager::getAllListeners()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v5.4.14...v5.4.15)
EventManager::getAllListeners()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v4.4.47...v4.4.48)
EventManager::getAllListeners()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.6...v6.2.0-BETA1)
ContainerAwareEventManager::getListeners()
without event name (derrabus)SensitiveParameter
attribute (GromNaN)NAME
const for UID types (marcelsiegert)Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.5...v6.1.6)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.13...v6.0.14)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v5.4.13...v5.4.14)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.4...v6.1.5)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.12...v6.0.13)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v5.4.12...v5.4.13)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v4.4.45...v4.4.46)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.2...v6.1.3)
AbstractPlatform::hasNativeGuidType()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.10...v6.0.11)
AbstractPlatform::hasNativeGuidType()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v5.4.10...v5.4.11)
AbstractPlatform::hasNativeGuidType()
(derrabus)Changelog (https://github.com/symfony/doctrine-bridge/compare/v4.4.43...v4.4.44)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.1...v6.1.2)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.9...v6.0.10)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v5.4.9...v5.4.10)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v4.4.42...v4.4.43)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.1.0-RC1...v6.1.0)
Changelog (https://github.com/symfony/doctrine-bridge/compare/v6.0.8...v6.0.9)
Spot DataMapper ORM v2.0 Spot v2.x is built on the Doctrine DBAL, and targets PHP 5.4+. The aim of Spot is to be a lightweight DataMapper alternative
?? Simple MySQLi Class This is a simple MySQL Abstraction Layer compatible with PHP 7+ that provides a simple and secure interaction with your databas
Doctrine DBAL 4.0-dev 3.0 2.13 N/A N/A Powerful database abstraction layer with many features for database schema introspection, schema management and
Laravel Doctrine ORM A drop-in Doctrine ORM 2 implementation for Laravel 5+ $scientist = new Scientist( 'Albert', 'Einstein' ); $scientist->a
Swoole Coroutine PostgreSQL Doctrine DBAL Driver A Doctrine\DBAL\Driver implementation on top of Swoole\Coroutine\PostgreSQL. Getting started Install
doctrine-mongodb-psalm-plugin A Doctrine plugin for Psalm (requires Psalm v4). Installation: $ composer require --dev runtothefather/doctrine-mongodb-
WORK IN PROGRESS! Doctrine PHP mapping driver Alternative mapping driver that allows to write mappings in PHP. Documentation Associations examples TOD
doctrine-Spatial Doctrine-spatial is a doctrine extension. It implements spatial types and functions. As exemple, this extension can help you to know
Doctrine Repository Monadic Helper Description This project provides the necessary classes and services to use Doctrine repositories in a more functio
PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.