Giter Site home page Giter Site logo

saloon's Introduction

Logo with brown western bar doors with western scene in background and text that says: Saloon, Your Lone Star of your API integrations

Saloon – Your Lone Star of your API integrations

A Laravel/PHP package that helps you build beautiful API integrations and SDKs 🤠

Build Status

Click here to read the documentation

Introduction

Saloon is a PHP library that provides you with a beautiful API integration framework. It gives you all the tools you need to build and test API integrations for your application or SDKs. It can be easily customised with plugins, but It comes pre-configured for you so you can get to sending API requests right away. Saloon comes with many exciting features out of the box like recording requests in your tests, caching, OAuth2 and pagination.

<?php

$forge = new ForgeConnector('api-token');

$response = $forge->send(new GetServersRequest);
$data = $response->json();

Key Features

  • Provides a simple, easy-to-learn, object-oriented syntax that standardises the way you interact with APIs
  • No HTTP client configuration is required but can be completely customised if you need
  • Abstract API integrations into classes to keep your code tidy and centralised
  • Great for building your next PHP SDKs or package/library
  • Works great within a team as it provides a standard everyone can follow
  • Application/framework agnostic
  • Packed full of features like request recording, request concurrency, caching, data-transfer-object support, and full Laravel support.
  • Fully extendable and welcomes your own implementations
  • Uses Guzzle, the most popular PHP HTTP client

Getting Started

Click here to get started

Contributing

Please see here for more details about contributing.

Security

Please see here for our security policy.

Credits

And a special thanks to Caneco for the logo ✨

Support This Project

Buy Me a Coffee at ko-fi.com

saloon's People

Contributors

sammyjo20 avatar juse-less avatar yurirnascimento avatar anthonyvancauwenberghe avatar craigpotter avatar walrussoup avatar tbarn avatar ajthinking avatar ashleyhood avatar caneco avatar jonpurvis avatar ronnievisser avatar sneycampos avatar gummibeer avatar szepeviktor avatar dependabot[bot] avatar leo108 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.