yapro/doctrine-converter

There is no license information available for the latest version (dev-main) of this package.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yapro/doctrine-converter

dev-main 2021-10-13 17:06 UTC

This package is not auto-updated.

Last update: 2025-10-10 09:47:16 UTC


README

Run tests:

vendor/bin/phpunit tests/Functional/

How to configure Symfony

Add to config/services.yaml

    YaPro\DoctrineConverter\:
        resource: '../vendor/yapro/doctrine-converter/src/*'
    YaPro\Helper\:
        resource: '../vendor/yapro/helpers/src/*'