yapro/doctrine-converter

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

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

This package is not auto-updated.

Last update: 2024-05-10 03:31:41 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/*'