Download the PHP package labrodev/rest-sdk without Composer
On this page you can find all versions of the php package labrodev/rest-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download labrodev/rest-sdk
More information about labrodev/rest-sdk
Files in labrodev/rest-sdk
Package rest-sdk
Short Description Laravel package that simplifies and standardizes communication with external REST APIs in your Laravel application
License MIT
Homepage https://github.com/labrodev/laravel-sdk
Informations about the package rest-sdk
labrodev/rest-sdk
This repository provides a Laravel package that simplifies and standardizes communication with external REST APIs in your Laravel application. It introduces a convenient “Payload” approach, which helps you:
- Track Requests and Endpoints: Easily manage all the different endpoints, request payloads, and HTTP methods used when calling external APIs. [- Improve Code Organization: Keep your integration logic clean and maintainable by centralizing API interactions in one layer.
- Enhance Debugging and Monitoring: Gain better visibility into the requests made to third-party services, making it easier to diagnose issues.
With this SDK, you can wrap any external Rest API communication under a consistent interface, ensuring your Laravel project remains flexible, readable, and easy to extend as new services are introduced.
Testing
PhpStan check
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of rest-sdk with dependencies
illuminate/contracts Version >=10.0
labrodev/php-mixed-converter Version ^1.0
spatie/laravel-package-tools Version >=1.14.0