2017 © Pedro Peláez
 

symfony-bundle poll-bundle

Integrated Poll Bundle

image

integrated/poll-bundle

Integrated Poll Bundle

  • Wednesday, April 25, 2018
  • by integrated
  • Repository
  • 1 Watchers
  • 0 Stars
  • 109 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 9 % Grown

The README.md

IntegratedPollBundle

This bundle provides the frontend of polls, (*1)

Requirements

  • See the require section in the composer.json

Features

  • Poll management

Documentation

Installation

This bundle can be installed following these steps:, (*2)

Install using composer

$ php composer.phar require integrated/poll-bundle:~0.15

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\PollBundle\IntegratedPollBundle()
        // ...
    );
}

Import the routing

# app/config/routing.yml
integrated_poll:
    resource: @IntegratedPollBundle/Resources/config/routing.xml

Doctrine Configuration

# app/config/config.yml
doctrine:
    dbal:
        types:
            ip: Darsyn\IP\Doctrine\MultiType

License

This bundle is under the MIT license. See the complete license in the bundle:, (*3)

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide., (*4)

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website., (*5)

The Versions

10/08 2017