integrated / poll-bundle
Integrated Poll Bundle
Installs: 406
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- darsyn/ip: ^4.0
- doctrine/mongodb-odm-bundle: ~3.4
- integrated/integrated: ~0.14
- sensio/framework-extra-bundle: ~5.0
- symfony/symfony: ~3.4
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-23 23:29:56 UTC
README
This bundle provides the frontend of polls
Requirements
- See the require section in the composer.json
Features
- Poll management
Documentation
Installation
This bundle can be installed following these steps:
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:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website.