alhames/apihelper
Laravel/PHP helper utilities for building API responses and common API tasks. Provides convenience methods for formatting output, handling errors, and streamlining controller/service code when creating REST-style endpoints.
Классы для работы с API различных сервисов.
$fbClient = new \ApiHelper\Client\FacebookClient(['client_id' => '...', 'client_secret' => '...']);
$user = $fbClient->request('me');
How can I help you explore Laravel packages today?