PHPackages                             wizzaq/rest-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. wizzaq/rest-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

wizzaq/rest-bundle
==================

Wizzaq RestBundle

0.1.0(2y ago)03MITPHPPHP ^8.0

Since Jan 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wizzaq/rest-bundle)[ Packagist](https://packagist.org/packages/wizzaq/rest-bundle)[ Docs](https://github.com/wizzaq/rest-bundle)[ RSS](/packages/wizzaq-rest-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (25)Versions (2)Used By (0)

Wizzaq Rest Bundle
==================

[](#wizzaq-rest-bundle)

Rest bundle what you always looked for.

Usage
-----

[](#usage)

- [ProcessForm argument](#processform-argument)
- [Protocols](#protocols)

### ProcessForm argument

[](#processform-argument)

Wraps typical form handling to more clean code of action.

#### Configuration

[](#configuration)

```
# config/packages/wizzaq_rest.yaml
wizzaq_rest:
   use_resolvers: true # set to false to completely disable resolvers
```

#### Simple example

[](#simple-example)

Simple example of typical controller.

```
