https://github.com/bd808/moar-net-http
Moar HTTP client and utilities
https://github.com/bd808/moar-net-http
Last synced: about 2 months ago
JSON representation
Moar HTTP client and utilities
- Host: GitHub
- URL: https://github.com/bd808/moar-net-http
- Owner: bd808
- License: mit
- Created: 2013-04-04T15:35:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-03T17:46:08.000Z (about 13 years ago)
- Last Synced: 2024-04-25T23:20:23.099Z (about 2 years ago)
- Language: PHP
- Size: 379 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Moar-Net-Http
=============
cURL wrapper and utilities for making HTTP requests.
Part of the [Moar PHP Library][].
[![Build Status][ci-status]][ci-home]
[![Test Coverage][coverage-status]][coverage-home]
Installation
------------
Moar-Net-Http is available on Packagist ([moar/net-http][]) and is installable
via [Composer][].
{
"require": {
"moar/net-http": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any
PSR-0 compatible autoloader.
$ git clone https://github.com/bd808/moar-net-http.git
Run the tests
-------------
Tests are automatically performed by [Travis CI][]:
[![Build Status][ci-status]][ci-home]
[![Test Coverage][coverage-status]][coverage-home]
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
./vendor/bin/archer
[Moar PHP Library]: https://github.com/bd808/moar
[ci-status]: https://travis-ci.org/bd808/moar-net-http.png
[ci-home]: https://travis-ci.org/bd808/moar-net-http
[coverage-status]: https://raw.github.com/bd808/moar-net-http/gh-pages/artifacts/images/travis/variable-width/coverage.png
[coverage-home]: http://bd808.com/moar-net-http/artifacts/tests/coverage
[moar/net-http]: https://packagist.org/packages/moar/net-http
[Composer]: http://getcomposer.org
[Travis CI]: https://travis-ci.org