Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Doctrine Sort Bundle Laravel Package

chamber-orchestra/doctrine-sort-bundle

View on GitHub
Deep Wiki
Context7
agents/AGENTS.md

Repository Guidelines

Project Structure & Module Organization

  • 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.

Build, Test, and Development Commands

  • 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.

Coding Style & Naming Conventions

  • PHP namespace root is ChamberOrchestra\SortBundle (PSR-4 via composer.json).
  • Class files follow StudlyCaps with one class per file under src/.
  • No formatter or linter is configured in this repo; keep changes consistent with existing code style and PHP 8.4 syntax.

Testing Guidelines

  • Tests should live in tests/ and follow PHPUnit conventions (e.g., SomethingTest.php).
  • Configure test services and kernel settings via phpunit.xml.dist as needed.
  • Keep unit tests focused on sorter behavior and ORM helpers; add integration tests for bundle wiring.

Commit & Pull Request Guidelines

  • There is no commit history yet, so no established message convention.
  • Use clear, imperative commit subjects (e.g., "Add range diff helper") and include scope when helpful.
  • PRs should describe the change, list test coverage, and call out any behavior changes.

Configuration Notes

  • PHP 8.4 is required (see composer.json).
  • Bundle services are defined in src/Resources/config/services.php.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware