labrodev / rest-sdk
v1.0.2
2025-01-15 12:16 UTC
Requires
- php: >=8.1
- illuminate/contracts: >=10.0
- labrodev/php-mixed-converter: ^1.0
- spatie/laravel-package-tools: >=1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.20
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2025-03-15 12:38:42 UTC
README
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
composer test
PhpStan check
composer analyse
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.