Home

Awesome

NeutrinoAPI PHP cURL SDK

Neutrino API PHP client using the libcURL extension

The official API client and SDK built by NeutrinoAPI

Feature
Platform Version>= 7
HTTP LibraryNative
JSON LibraryNative
HTTP/2Yes
HTTP/3No
CodeGen Version4.6.16

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

For Support

Contact us