2017 © Pedro Peláez
 

library http

contain http codes and methods

image

httplib/http

contain http codes and methods

  • Wednesday, August 20, 2014
  • by madmis
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4,716 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

HttpLib - Library contain http codes and methods

Used to contain all required data in one place, (*1)

Usage

Simple example, (*2)

<?php

use HttpLib\Http;

$this->sendRequest(Http::METHOD_GET, 'http://google.com/');

$this->response(Http::CODE_OK, ['result' => ['any data']]);

The Versions

20/08 2014

dev-master

9999999-dev https://github.com/madmis/HttpLib

contain http codes and methods

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

http methods codes

20/08 2014

1.0.3

1.0.3.0 https://github.com/madmis/HttpLib

contain http codes and methods

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

http methods codes

06/07 2014

1.0.2

1.0.2.0 https://github.com/madmis/HttpLib

contain http codes and methods

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

http methods codes

28/06 2014

1.0.1

1.0.1.0 https://github.com/madmis/HttpLib

contain http codes and methods

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

http methods codes

28/06 2014

1.0.0

1.0.0.0 https://github.com/madmis/HttpLib

contain http codes and methods

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

http methods codes