Saloon

Standardized Syntax for API Integrations

Creator

Sam Carré

Description

Saloon is a PHP package introducing a class-based/OOP approach to building connections to APIs. It introduces an easy to understand pattern to help you standardise the way you interact with third-party APIs, reduce repeated code (DRY) and lets you mock API requests for your tests. It's perfect for writing your next SDK, or implementing directly into an existing project to work with your APIs. It offers a Laravel package for a tight integration with the fantastic ecosystem.
Visit Site
Related Projects