Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwsimple/linodednsmanagerbundle
Linode DNS Manager Bundle
https://github.com/mwsimple/linodednsmanagerbundle
Last synced: about 1 month ago
JSON representation
Linode DNS Manager Bundle
- Host: GitHub
- URL: https://github.com/mwsimple/linodednsmanagerbundle
- Owner: MWSimple
- License: mit
- Created: 2013-11-13T14:32:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T12:21:25.000Z (about 11 years ago)
- Last Synced: 2024-03-27T04:01:16.019Z (9 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinodeDNSManagerBundle
This bundle Linode DNS Manager
## Installation
### Using composer
Add following lines to your `composer.json` file:
### Symfony 2.3.*
```json
"require": {
...
"mwsimple/linode-dns-manager": "9999999-dev"
}
```Execute:
```cli
php composer.phar update "mwsimple/linode-dns-manager"
```Add it to the `AppKernel.php` class:
```php
// ...
new MWSimple\Bundle\CrudGeneratorBundle\MWSimpleLinodeDNSManagerBundle(),
```### Configuration services
You can configure `config.yml` find imports:
```yaml
imports:
...
- { resource: "@MWSimpleLinodeDNSManagerBundle/Resources/config/services.yml" }
```### Configure routing
You can configure `routing.yml`
```yaml
mw_simple_linode_dns_manager:
resource: "@MWSimpleLinodeDNSManagerBundle/Controller/"
type: annotation
prefix: /dnsmanager/
```### Configure parameters
You can configure `parameters.yml`
```yaml
api_key_linode: apikeylinode
ip_server: ipserverlinode
```## Author
Gonzalo Alonso - [email protected]