Download the PHP package obydul/lypto-api without Composer

On this page you can find all versions of the php package obydul/lypto-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package lypto-api

Lypto API

Laravel cryptocurrency trading APIs.

Installation

Requirements

Use the following command to install:

Run the following command to publish config file:

(Optional) Laravel 5.5 uses package auto-discovery, so doesn't require you to manually add the ServiceProvider. If you don't use auto-discovery,

Clear application config, cache (optional):

Installation completed.

Configuration

After installation, set API key and secret in the file.

Exchanges & Tools

Exchanges

Supported exchanges and features:

Exchange Features
Binance Spot trade only

We will add more exchanges and APIs soon.

Tools

Indicator API list: Name Features
TAAPI Provides technical analysis indicator data

Usage

Create a Lypto request:

Pass Laypto request to exchange's function:

Binance

Take a look at Binance APIs and parameters.

Pass api key, secret & mode without .env file:

Available methods:

Test server:

Title Method
Test Connectivity ping()
Check Server Time time()
Exchange Information exchangeInfo()

Account & Wallet:

Title Method
Account Status accountStatus()
Get current account information accountInfo()
Get trading status apiTradingStatus()
Get overall balance accountSnapshot()

Spot trade:

Title Method
Current price of a pair currentPrice($request)
Create order createOrder($request)
Cancel an active order cancelOrder($request)
Cancels all active orders on a symbol cancelOpenOrders($request)
Check an order's status queryOrder($request)
Get all open orders on a symbol currentOpenOrders($request)
Get all account orders; active, canceled, or filled allOrders($request)
Get trades for a specific account and symbol accountTradeList($request)
Create a new OCO createOCO($request)
Cancel an entire Order List cancelOCO($request)
Retrieves a specific OCO based on provided optional parameters queryOCO($request)
Retrieves all OCO based on provided optional parameters queryAllOCO($request)
Retrieves open OCO queryOpenOCO($request)
24hr Ticker Price Change Statistics priceChange24Hr($request
Average price of a pair (5 mins) avgPrice($request

TAAPI

TAAPI provides technical analysis (TA) indicator data.

Let's have a look at the uasge:

Pass api key without .env file:

Examples

Binance
TAAPI Output: `

Information

License

The MIT License (MIT). Please see license file for more information.

Others

In case of any issues, kindly create one on the Issues section.

Thank you for installing LyptoAPI :heart:.


All versions of lypto-api with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version 7.*|8.*|9.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package obydul/lypto-api contains the following files

Loading the files please wait ....