2017 © Pedro Peláez
 

library dakiya

Tiny HTTP client for exchanging PSR-7 messages, built on top of curl.

image

vaibhavpandeyvpz/dakiya

Tiny HTTP client for exchanging PSR-7 messages, built on top of curl.

  • Sunday, February 5, 2017
  • by vaibhavpandeyvpz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

vaibhavpandeyvpz/dakiya

Tiny HTTP client for exchanging PSR-7 messages, based on PSR-18., (*1)

Dakiya: डाकिया (Postman), (*2)

Build status ![Code Coverage][code-coverage-image] ![Latest Version][latest-version-image] ![Downloads][downloads-image] ![PHP Version][php-version-image] ![License][license-image], (*3)

SensioLabsInsight, (*4)

Usage

<?php

$client = new Dakiya\Client(new Sandesh\ResponseFactory());

$request = (new Sandesh\RequestFactory())->createRequest('GET', 'https://example.com/');
$response = $client->sendRequest($request);
if ($response->getStatusCode() === 200) {
    // ...do as required
}

Documentation

To view installation and usage instructions, visit this Wiki., (*5)

License

See LICENSE.md file., (*6)

The Versions

05/02 2017

dev-master

9999999-dev http://vaibhavpandeyvpz.github.io/dakiya

Tiny HTTP client for exchanging PSR-7 messages, built on top of curl.

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 library http client

05/02 2017

1.0

1.0.0.0 http://vaibhavpandeyvpz.github.io/dakiya

Tiny HTTP client for exchanging PSR-7 messages, built on top of curl.

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 library http client