Download the PHP package integrated/poll-bundle without Composer
On this page you can find all versions of the php package integrated/poll-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/poll-bundle
More information about integrated/poll-bundle
Files in integrated/poll-bundle
Download integrated/poll-bundle
More information about integrated/poll-bundle
Files in integrated/poll-bundle
Vendor integrated
Package poll-bundle
Short Description Integrated Poll Bundle
License MIT
Homepage http://www.e-active.nl
Package poll-bundle
Short Description Integrated Poll Bundle
License MIT
Homepage http://www.e-active.nl
Keywords pollIntegrated
Please rate this library. Is it a good library?
Informations about the package poll-bundle
IntegratedPollBundle
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.
All versions of poll-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
darsyn/ip Version ^4.0
symfony/symfony Version ~3.4
sensio/framework-extra-bundle Version ~5.0
doctrine/mongodb-odm-bundle Version ~3.4
integrated/integrated Version ~0.14
darsyn/ip Version ^4.0
symfony/symfony Version ~3.4
sensio/framework-extra-bundle Version ~5.0
doctrine/mongodb-odm-bundle Version ~3.4
integrated/integrated Version ~0.14
The package integrated/poll-bundle contains the following files
Loading the files please wait ....