Skip to content
Linode DNS Manager Bundle
PHP
Find file
New pull request
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
Controller
DependencyInjection
Resources
Services
Tests/Controller
LICENSE
MWSimpleLinodeDNSManagerBundle.php
README.md
composer.json

README.md

LinodeDNSManagerBundle

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

Something went wrong with that request. Please try again.