Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanak-michal/deepr-php
API library following Deepr specification
https://github.com/stefanak-michal/deepr-php
api deepr php rpc
Last synced: 19 days ago
JSON representation
API library following Deepr specification
- Host: GitHub
- URL: https://github.com/stefanak-michal/deepr-php
- Owner: stefanak-michal
- License: mit
- Created: 2021-07-17T14:57:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T13:33:11.000Z (over 2 years ago)
- Last Synced: 2024-10-15T05:09:03.499Z (about 1 month ago)
- Topics: api, deepr, php, rpc
- Language: PHP
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Deepr PHP
PHP API library following Deepr specification.
![phpunit](https://img.shields.io/badge/phpunit-passed-success) ![coverage](https://img.shields.io/badge/coverage-94%25-green) ![stars](https://img.shields.io/github/stars/stefanak-michal/deepr-php) ![downloads](https://img.shields.io/packagist/dt/stefanak-michal/deepr-php) ![release](https://img.shields.io/github/v/release/stefanak-michal/deepr-php) ![commits](https://img.shields.io/github/commits-since/stefanak-michal/deepr-php/latest)
## Usage
Check [wiki](https://github.com/stefanak-michal/deepr-php/wiki) for more informations about how to use this library. Check [Deepr](https://github.com/deeprjs/deepr) specification to learn how to make requests.
## Requirements
- PHP >= 7.2
## Installation
### Composer
Run the following command to install the latest applicable version of the package:
```composer require stefanak-michal/deepr-php```
### Manual
1. Download [latest release](https://github.com/stefanak-michal/deepr-php/releases/latest) or [master](https://github.com/stefanak-michal/deepr-php)
2. Unpack
3. Copy content of ```src``` directory to your project