Skip to content

Instantly share code, notes, and snippets.

View thomas-seres's full-sized avatar
✌️

Thomas SERES thomas-seres

✌️
View GitHub Profile
@thomas-seres
thomas-seres / coverage.json
Last active April 1, 2026 21:41
GenQuiz coverage badge
{"label":"coverage","message":"80.48%","schemaVersion":1,"color":"hsl(91, 100%, 40%)"}
@thomas-seres
thomas-seres / JsonFilter.deprecated.php
Last active February 17, 2024 20:14
API Platform - JSON Filter
<?php
/**
*
* @author Thomas Sérès <[email protected]>
*/
namespace App\Filter;
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter;
use ApiPlatform\Core\Bridge\Doctrine\Orm\Util\QueryNameGeneratorInterface;
use ApiPlatform\Core\Exception\InvalidArgumentException;