labrodev/rest-sdk

v1.0.2 2025-01-15 12:16 UTC

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.