2017 © Pedro Peláez
 

symfony-bundle controller-bundle

Bundle to write simple controllers

image

imatic/controller-bundle

Bundle to write simple controllers

  • Friday, July 13, 2018
  • by nenadalm
  • Repository
  • 7 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 28 Versions
  • 90 % Grown

The README.md

Build Status License: MIT, (*1)

ImaticControllerBundle

This bundle makes it easy to write simple controllers for all kinds of actions. It heavilly uses ImaticDataBundle. So you you should read it's documentation first if you didn't yet., (*2)

The bundle allows you to write simple actions in 2 forms, (*3)

  • using fluent interface
<?php

use Imatic\Bundle\ControllerBundle\Controller\Api\ApiTrait;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Routing\Annotation\Route;

/**
 * @Route("/user")
 */
class UserController extends Controller
{
    use ApiTrait;

    /**
     * @Route("", name="app_user_list", methods={"GET"})
     */
    public function listAction()
    {
        return $this
            ->listing(new UserListQuery())
            ->setTemplateName('AppImaticControllerBundle:Test:list.html.twig')
            ->getResponse();
    }
}
  • using yaml
imatic_controller:
    resources:
        app_user_list:
            config:
                route: { path: /user }
                entity: User
                query:
                    list: UserListQuery
                fields:
                    - { name: name, format: text }
                    - { age: age, format: number }
            actions:
                list: ~

Further reading

  • Visit our documentation to learn about all features of this bundle.

The Versions

26/04 2017

dev-master

9999999-dev http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

26/04 2017

v3.0.8

3.0.8.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

26/01 2017

v3.0.7

3.0.7.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

30/12 2016

v3.0.6

3.0.6.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

21/07 2016

2.6.13

2.6.13.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

21/07 2016

3.0.5

3.0.5.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

28/04 2016

3.0.4

3.0.4.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

25/04 2016

2.6.12

2.6.12.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

23/03 2016

2.6.11

2.6.11.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

21/03 2016

2.6.10

2.6.10.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

28/02 2016

3.0.3

3.0.3.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

28/02 2016

3.0.2

3.0.2.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

28/02 2016

3.0.1

3.0.1.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

28/02 2016

3.0

3.0.0.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

by Stepan Koci

04/12 2015

2.6.9

2.6.9.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

22/10 2015

2.6.8

2.6.8.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6
  • imatic/importexport-bundle ~2.6

by Stepan Koci

15/10 2015

2.6.7

2.6.7.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6
  • imatic/importexport-bundle ~2.6

by Stepan Koci

01/10 2015

2.6.6

2.6.6.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

04/08 2015

2.6.5

2.6.5.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

09/07 2015

2.6.4

2.6.4.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

03/07 2015

2.6.3

2.6.3.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

26/06 2015

2.6.2

2.6.2.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

11/06 2015

2.6.1

2.6.1.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

26/05 2015

2.6.0

2.6.0.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.6

by Stepan Koci

10/02 2015

2.4.0

2.4.0.0 http://imatic.cz

Imatic Controller Bundle

  Sources   Download

proprietary

The Requires

 

The Development Requires

  • imatic/testing-bundle ~2.4

by Stepan Koci