mwsimple / linode-dns-manager
This bundle Linode DNS Manager
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- hampel/linode: 1.0.*
- symfony/symfony: 2.3.*
This package is auto-updated.
Last update: 2020-06-10 02:29:58 UTC
README
This bundle Linode DNS Manager
Installation
Using composer
Add following lines to your composer.json
file:
Symfony 2.3.*
"require": { ... "mwsimple/linode-dns-manager": "9999999-dev" }
Execute:
php composer.phar update "mwsimple/linode-dns-manager"
Add it to the AppKernel.php
class:
// ... new MWSimple\Bundle\CrudGeneratorBundle\MWSimpleLinodeDNSManagerBundle(),
Configuration services
You can configure config.yml
find imports:
imports: ... - { resource: "@MWSimpleLinodeDNSManagerBundle/Resources/config/services.yml" }
Configure routing
You can configure routing.yml
mw_simple_linode_dns_manager: resource: "@MWSimpleLinodeDNSManagerBundle/Controller/" type: annotation prefix: /dnsmanager/
Configure parameters
You can configure parameters.yml
api_key_linode: apikeylinode ip_server: ipserverlinode
Author
Gonzalo Alonso - gonkpo@gmail.com