Skip to content

Commit

Permalink
Merge pull request #12 from EwertonDaniel/development
Browse files Browse the repository at this point in the history
[FEAT] - README, USAGE update
  • Loading branch information
EwertonDaniel authored Oct 23, 2024
2 parents 954dc3a + 7fffb0b commit ad784b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
![Packagist Version](https://img.shields.io/packagist/v/ewertondaniel/bitfinex-php-sdk)
![Packagist License](https://img.shields.io/packagist/l/ewertondaniel/bitfinex-php-sdk)

## Installation

To install the package using Composer, run the following command:

```
composer require ewertondaniel/bitfinex-php-sdk
```

## Overview

The **Bitfinex PHP SDK** is a lightweight PHP library designed to simplify interaction with the Bitfinex REST API. This SDK allows developers to easily integrate advanced cryptocurrency trading functionalities into PHP applications. Whether building automated trading bots, monitoring market trends, or developing custom trading platforms, this SDK makes the integration with Bitfinex straightforward and efficient.
Expand Down
12 changes: 6 additions & 6 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

This guide describes how to use the public endpoints provided by the `bitfinex-php-sdk`.

## Requirements

- PHP 8.1 or higher.
- Guzzle HTTP client library.
- Laravel 9, 10, or 11 (optional for Laravel-based features).

## Installation

To install the package using Composer, run the following command:
Expand All @@ -16,6 +10,12 @@ To install the package using Composer, run the following command:
composer require ewertondaniel/bitfinex-php-sdk
```

## Requirements

- PHP 8.1 or higher.
- Guzzle HTTP client library.
- Laravel 9, 10, or 11 (optional for Laravel-based features).

## Public API Endpoints

### Default response structure:
Expand Down

0 comments on commit ad784b0

Please sign in to comment.