Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

madmis/HttpLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpLib - Library contain http codes and methods

Used to contain all required data in one place

Usage

Simple example

<?php

use HttpLib\Http;

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

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

About

HttpLib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages