neutrino_api / neutrino_api_client
Neutrino API PHP client using the libcURL extension
Installs: 38 583
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 0
pkg:composer/neutrino_api/neutrino_api_client
Requires
- ext-curl: *
 - ext-json: *
 
README
Neutrino API PHP client using the libcURL extension
The official API client and SDK built by NeutrinoAPI
| Feature | |
|---|---|
| Platform Version | >= 7 | 
| HTTP Library | Native | 
| JSON Library | Native | 
| HTTP/2 | Yes | 
| HTTP/3 | No | 
| CodeGen Version | 4.7.1 | 
Getting started
First you will need a user ID and API key pair: SignUp
To Initialize
$neutrinoAPI = new NeutrinoAPI\NeutrinoAPIClient('<your-user-id>', '<your-api-key>');
Running Examples
$ php src/examples/IPInfo.php
You can find examples of all APIs in src/examples/
Set the 'your-user-id' and 'your-api-key' values in the example to retrieve real API responses
Install using Composer
$ composer require neutrino_api/neutrino_api_client