saloon
v3.10.1
Click here to read the documentation
Saloon is a PHP library that gives you the tools to build beautifully simple API integrations and SDKs. Saloon moves your API requests into reusable classes so you can keep all your API configurations in one place. Saloon comes with many exciting features out of the box like recording requests in your tests, caching, OAuth2 and pagination. It's a great starting point for building simple, standardised API integrations in your application.
<?php
$forge = new ForgeConnector('api-token');
$response = $forge->send(new GetServersRequest);
$data = $response->json();
Click here to get started
Please see here for more details about contributing.
Please see here for our security policy.
And a special thanks to Caneco for the logo