ceikermann/apitalk

This package is abandoned and no longer maintained. No replacement package was suggested.

A very simple PHP 5.3 library to send HTTP request to an API

dev-master 2012-04-02 20:16 UTC

This package is not auto-updated.

Last update: 2021-03-11 08:34:09 UTC


README

Build Status

Description

apiTalk is a very simple PHP 5.3 library to send HTTP request to an API based on the Symfony BrowserKit component.

Example

<?php

$client = new apiTalk\Client();
$response = $client->get('http://www.google.com');

Contributing

If you want to change or to improve something, feel free to fork it and send me pull requests