Skip to content

InitPHP/HTTPFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPFactory

PSR-17 HTTP Factory Library

Requirements

Installation

composer require initphp/http-factory

Usage

require_once "vendor/autoload.php";
use InitPHP\HTTPFactory\HTTPFactory;

$http = new HTTPFactory();

$request = $http->createRequest('GET', 'https://www.muhammetsafak.com.tr');

Credits

License

Copyright © 2022 MIT License

About

PSR-17 HTTP Factory Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages