Libraries tagged by Basic Http Request
comodojo/httprequest
30346 Downloads
HTTP request library
skrypnet/http-utils
55845 Downloads
Basic repo with all HTTP codes, methods and headers as native PHP lacks these simple consts.
ahmedhat/unifonicnextgen
1574 Downloads
## Introduction Send SMS messages using Unifonic Messaging API. Get your dedicated Universal number, and start sending messages today. Unifonic NextGen Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email to Unifonic to create Appsid for you. ## Base URL All URLs referenced in the documentation have the following base: **basic.unifonic.com** ## Security To ensure privacy we recommend you to use HTTPS for all Unifonic API requests. you can download our HTTPS certificate. [Download] (https://api.unifonic.com/udm/https.zip) ## Formats Unifonic API only supports JSON format. All request must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).
denits/yii-apiauth
9 Downloads
HTTP authentication for automated requests
gwsn/http-request
794 Downloads
Add some functionality to Guzzle Client request with validation
solcloud/http
143 Downloads
Basic low level HTTP Request, Response envelopes
dashifen/request
65 Downloads
a basic encapsulation of an http request from a visitor to a website
webites/php-basic-tools
7 Downloads
PHP Basic Tools for any PHP projects
dotarlabs/request
811 Downloads
Another basic and simple HTTP client
pflorek/php-basic-auth
70 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.
gatorv/simple-http
0 Downloads
Simple wrapper for cURL for basic requests
izpixel/laravel-tracker
0 Downloads
Basic request & device and geolocation tracker for Laravel applications.
lightair/easycurl
91 Downloads
A basic CURL wrapper for PHP
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.
hunnomad/ravendb
0 Downloads
This class provides a simple interface for interacting with a RavenDB database using HTTP requests. It supports basic operations such as `PUT`, `GET`, `QUERY`, and `DELETE` for managing documents within a RavenDB instance. The class utilizes cURL for making HTTP requests and expects a PEM file for SSL certificate verification.