Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ludovicm67/php-request
Perform a request
https://github.com/ludovicm67/php-request
composer composer-package ludovicm67 php php-library php7 php8 request
Last synced: about 1 month ago
JSON representation
Perform a request
- Host: GitHub
- URL: https://github.com/ludovicm67/php-request
- Owner: ludovicm67
- License: mit
- Created: 2017-09-14T22:16:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:52:01.000Z (over 1 year ago)
- Last Synced: 2024-09-30T13:42:50.790Z (about 2 months ago)
- Topics: composer, composer-package, ludovicm67, php, php-library, php7, php8, request
- Language: PHP
- Homepage: https://packagist.org/packages/ludovicm67/request#dev-master
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Request
> Perform a request
[![Latest Stable Version](https://poser.pugx.org/ludovicm67/request/v/stable)](https://packagist.org/packages/ludovicm67/request)
[![Total Downloads](https://poser.pugx.org/ludovicm67/request/downloads)](https://packagist.org/packages/ludovicm67/request)
[![Coverage Status](https://coveralls.io/repos/github/ludovicm67/php-request/badge.svg?branch=master)](https://coveralls.io/github/ludovicm67/php-request?branch=master)
[![License](https://poser.pugx.org/ludovicm67/request/license)](https://packagist.org/packages/ludovicm67/request)## Installation
Just run the following command: `composer require ludovicm67/request`
to add it to your PHP project!