Download the PHP package khalyomede/pulsar-php without Composer
On this page you can find all versions of the php package khalyomede/pulsar-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download khalyomede/pulsar-php
More information about khalyomede/pulsar-php
Files in khalyomede/pulsar-php
Download khalyomede/pulsar-php
More information about khalyomede/pulsar-php
Files in khalyomede/pulsar-php
Vendor khalyomede
Package pulsar-php
Short Description API request and response, without using CURL.
License MIT
Package pulsar-php
Short Description API request and response, without using CURL.
License MIT
Please rate this library. Is it a good library?
Informations about the package pulsar-php
Pulsar-php
API request and response, without using CURL.

Summary
- Installation
- PHP support
- Examples
- Credits
Installation
In your project, add the following dependency:
PHP support
To use this library for PHP 5.3+ until 5.6, use the version 1.*
of this library. Note the version 1 and 2 are no longer maintainted.
Examples
- Sending a GET request
- Sending a POST request
- Sending a PATCH request
- Sending a PUT request
- Sending a DELETE request
- Sending a request to a non existing endpoint
- Get the response as an array
- Get the HTTP status code
Sending a GET request
Sending a POST request
Sending a PATCH request
Sending a PUT request
Sending a DELETE request
Sending a request to a non existing endpoint
In this case, you will always get a 404
status code and an empty response.
Get the response as an array
You can do so by using ->toArray()
modifier:
Get the response as an array
You can use the toArray()
modifier for this purpose:
Which is the same as:
Get the HTTP status code
Credits
- Logo by Anthony Ledoux from Noun Project (the current version is modified, this is the original version)
All versions of pulsar-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package khalyomede/pulsar-php contains the following files
Loading the files please wait ....