Search by

solido / symfony

Symfony bundle/integration for solido suite

Maintainers

Package info

github.com/solid-o/symfony

pkg:composer/solido/symfony

Transparency log

Statistics

Installs: 8 352

Dependents: 1

Suggesters: 0

Stars: 5

Open Issues: 1

v0.5.0 2026-06-21 22:28 UTC

This package is auto-updated.

Last update: 2026-09-04 08:13:21 UTC


README

Provides Symfony Bundle and Symfony integrations for the solido suite.
Read more in the dedicated documentation section

Smithy model generation

When solido/smithy is installed, the bundle can expose a solido:smithy:dump command:

solido:
    dto:
        namespaces:
            - App\DTO
    smithy:
        enabled: true
        namespace: com.example.api
        service_name: ExampleService
        output: '%kernel.project_dir%/build/smithy/model.smithy'
        type_overrides:
            App\ValueObject\UserId: String
            App\DTO\v1\v1_0\User::id: smithy.api#String
bin/console solido:smithy:dump

Resources