I found today in slack neo4j that it is possible to use ogm in php.
https://github.com/graphaware/neo4j-php-ogm
I use the examples demonstrated in test folder with person and movie table.
But I want to have only 10 movies, but I now have all movies.
This is my code in application :
$movies = $em->getRepository(Personne::class)->findAll();
Thanks already for responses.