PhpStorm
 
Get PhpStorm

Doctrine

Last modified: 17 June 2024

Web applications read and persist data to a database. In Symfony, this can be done by using PDO or a custom framework. Many developers are using Doctrine ORM, as Symfony provides good integration for it. The Symfony Support plugin provides several code completion and navigation facilities for Doctrine.