2017 © Pedro Peláez
 

symfony-bundle dns-bundle

React DNS integration for Symfony2.

image

litgroup/dns-bundle

React DNS integration for Symfony2.

  • Wednesday, January 17, 2018
  • by Sharom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 103 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

LitGroupDnsBundle

🚫 (This project is no longer maintained.), (*1)

This bundle integrates React DNS into the Symfony 2 environment., (*2)

Latest Stable Version Total Downloads Latest Unstable Version License, (*3)

Master branch status: Build Status, (*4)

Installation

Use [composer][2] to install LitGroupDnsBundle:, (*5)

"require": {
    "litgroup/dns-bundle": "1.0.x-dev"
}

Register bundle in the AppKernel:, (*6)

<?php // AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            // LitGroupEventLoopBundle should be registered first:
            new LitGroup\Bundle\EventLoopBundle\LitGroupEventLoopBundle(),
            new LitGroup\Bundle\DnsBundle\LitGroupDnsBundle(),
        ];
        // ...

        return $bundles;
    }

    // ...
}

Configuration

lit_group_dns:
    nameserver: '8.8.8.8' // Nameserver IP address (required):
    cache: true           // Use cached DNS resolver (optional, default: false)

Usage

Use litgroup_dns.resolver service to receive React\Dns\Resolver\Resolver., (*7)

See React DNS library documentation for more details., (*8)

License

See details in the Resources/meta/LICENSE., (*9)

The Versions

17/01 2018

dev-master

9999999-dev

React DNS integration for Symfony2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Shamritskiy

async react dns

30/06 2014

dev-develop

dev-develop

React DNS integration for Symfony2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Shamritskiy

async react dns

30/06 2014

v0.1.0

0.1.0.0

React DNS integration for Symfony2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Shamritskiy

async react dns