jalismrs/symfony.bundle.middleware.api

Adds a protected controller interface and its middleware along with a JSON middleware converter

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.2 2021-03-04 10:49 UTC

This package is auto-updated.

Last update: 2024-05-04 17:52:11 UTC


README

Adds a protected controller interface and its middleware along with a JSON middleware converter

Test

phpunit or vendor/bin/phpunit

coverage reports will be available in var/coverage

Use

class SomeController implements IsApiControllerInterfac {

}