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: about 1 year 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T13:33:11.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T07:32:06.953Z (over 1 year 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.
     
## 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