doctrine in symfony code example
Example 1: symfony install doctrine
$ composer require doctrine/doctrine-bundle
Example 2: symfony findoneby
$service = $repository->findBy(array('name' => 'Registration'),array('name' => 'ASC'),1 ,0)[0];
$ composer require doctrine/doctrine-bundle
$service = $repository->findBy(array('name' => 'Registration'),array('name' => 'ASC'),1 ,0)[0];