Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnvandeweghe/php-api-library-core
- Owner: johnvandeweghe
- License: mit
- Created: 2017-09-14T05:47:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T16:51:17.000Z (over 6 years ago)
- Last Synced: 2024-10-30T16:53:55.896Z (2 months ago)
- Topics: api, composer, library, php71
- Language: PHP
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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