Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnvandeweghe/php-api-library-core

The core code for the PHP API Library
https://github.com/johnvandeweghe/php-api-library-core

api composer library php71

Last synced: 23 days ago
JSON representation

The core code for the PHP API Library

Awesome Lists containing this project

README

        

# php-api-library-core
The core code for the PHP API Library.

## Overview
The core philosophy behind the PHPAPILibrary project is to allow developers to only have to write business logic when building an API.
Whether that API is an HTTP RESTful service, an SDK that consumes an HTTP RESTful API, or something else entirely, like a binary notification API, this project seeks to provide a universal API abstraction.
Beyond having a powerful abstraction, the PHPAPILibrary project seeks to achieve that goal through a minimalistic, modular implementation. When using this library, as few external dependencies as possible should be included. For example; if you're not building an HTTP API, you shouldn't need GuzzleHTTP.

## Installation

composer require jvandeweghe/php-api-library-core

## Contribution

### Standards

### Unit Testing