Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanmai/sdk-common
Common classes for API SDKs
https://github.com/sanmai/sdk-common
Last synced: 2 months ago
JSON representation
Common classes for API SDKs
- Host: GitHub
- URL: https://github.com/sanmai/sdk-common
- Owner: sanmai
- License: mit
- Created: 2020-10-03T03:37:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T00:36:29.000Z (10 months ago)
- Last Synced: 2024-09-29T20:58:42.965Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 300 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Common classes for API SDKs
[![Latest Stable Version](https://poser.pugx.org/sanmai/sdk-common/v/stable)](https://packagist.org/packages/sanmai/sdk-common)
[![Coverage Status](https://coveralls.io/repos/github/sanmai/sdk-common/badge.svg?branch=main)](https://coveralls.io/github/sanmai/sdk-common?branch=main)## Installation
```bash
composer require sanmai/sdk-common
```This SDK-for-SDKs requires at least PHP 7.3. It was tested to work under PHP 7.3, 7.4, and 8.0.
## License
This project is licensed [under the terms of the MIT license](LICENSE).