Stars: 1573
Forks: 84
Pull Requests: 165
Issues: 78
Watchers: 15
Last Updated: 2023-09-15 17:14:12
Build beautiful API integrations and SDKs with Saloon π€ (Formerly Sammyjo20/Saloon)
License: MIT License
Languages: PHP
A PHP package that helps you build beautiful API integrations and SDKs π€
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. It can be easily customised with plugins, but It comes pre-configured for you so you can get to sending API requests right away. Saloon comes with many exciting features out of the box like recording requests in your tests, caching, OAuth2 and pagination.
<?php
$forge = new ForgeConnector('api-token');
$response = $forge->send(new GetServersRequest);
$data = $response->json();
Please see here for more details about contributing.
Please see here for our security policy.
And a special thanks to Caneco for the logo β¨