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. Email us for help if needed.

Installs: 437

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/jalismrs/symfony.bundle.middleware.api

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 {

}