chamber-orchestra/doctrine-sort-bundle
src/ contains the Symfony bundle code, organized by namespace (e.g., Sort/, Mapping/, DependencyInjection/, EventSubscriber/).src/Resources/ holds bundle resources such as service config and translations.tests/ is reserved for PHPUnit tests (currently empty).bin/phpunit and vendor/ are Composer-managed tooling and dependencies.composer install installs PHP dependencies for local development.composer test runs the PHPUnit suite via the Composer script.vendor/bin/phpunit runs PHPUnit directly using phpunit.xml.dist.ChamberOrchestra\SortBundle (PSR-4 via composer.json).StudlyCaps with one class per file under src/.tests/ and follow PHPUnit conventions (e.g., SomethingTest.php).phpunit.xml.dist as needed.composer.json).src/Resources/config/services.php.How can I help you explore Laravel packages today?