Skip to content

RequestParaBundle is an easier way to validate request data and use auto-complete request data in your IDE.

License

Notifications You must be signed in to change notification settings

sonntagnacht/SNRequestParamBundle

Repository files navigation

SNRequestParamBundle

RequestParamBundle is an easier way to validate request data and use auto-complete request data in your IDE.

Version Travis SensioLabs Insight Coveralls

Installation

Run composer require sonntagnacht/requestparam-bundle to use SNRequestParamBundle in your Symfony Project.

Configuration

AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
            new Symfony\Bundle\SecurityBundle\SecurityBundle(),
            new Symfony\Bundle\TwigBundle\TwigBundle(),
            // ...
            new SN\RequestParamBundle\SNRequestParamBundle(),
            // ...
            
        return $bundles;
    }
    // ...
}

Examples

About

RequestParaBundle is an easier way to validate request data and use auto-complete request data in your IDE.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages