2017 © Pedro Peláez
 

symfony-bundle http-client-bundle

React http-client integration for Symfony2.

image

litgroup/http-client-bundle

React http-client integration for Symfony2.

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

The README.md

LitGroupHttpClientBundle

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

This bundle integrates React Http Client 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 LitGroupHttpClientBundle:, (*5)

"require": {
    "litgroup/http-client-bundle": "0.1.*"
}

Register LitGroupHttpClientBundle and related bundles in the AppKernel:, (*6)

<?php // AppKernel.php

use Symfony\Component\HttpKernel\Kernel;

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new LitGroup\Bundle\EventLoopBundle\LitGroupEventLoopBundle(),
            new LitGroup\Bundle\DnsBundle\LitGroupDnsBundle(),
            new LitGroup\Bundle\HttpClientBundle\LitGroupHttpClientBundle(),
        ];
        // ...

        return $bundles;
    }

    // ...
}

Configuration

No configuration needed this time., (*7)

Usage

Use litgroup_http_client.client service to receive React\HttpClient\Client., (*8)

See React Http Client library documentation for more details., (*9)

License

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

The Versions

17/01 2018

dev-master

9999999-dev

React http-client integration for Symfony2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Shamritskiy

http client async react

30/06 2014

dev-develop

dev-develop

React http-client integration for Symfony2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Shamritskiy

http client async react

30/06 2014

v0.1.0

0.1.0.0

React http-client integration for Symfony2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Roman Shamritskiy

http client async react