Download the PHP package techtailor/laravel-wazirx-api without Composer
On this page you can find all versions of the php package techtailor/laravel-wazirx-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download techtailor/laravel-wazirx-api
More information about techtailor/laravel-wazirx-api
Files in techtailor/laravel-wazirx-api
Package laravel-wazirx-api
Short Description A Laravel Wrapper for the WazirX API.
License MIT
Homepage https://github.com/TechTailor/Laravel-Wazirx-Api
Informations about the package laravel-wazirx-api
This package provides a Laravel Wrapper for the WazirX API and allows you to easily communicate with it.
Important Note
This package is in early development stage. It is not advisable to use it in a production app until v1.0
is released. Feel free to open a PR to contribute to this project and help me reach a production ready build.
Installation
You can install the package via composer:
You can publish the config file with:
Open your .env
file and add the following (replace YOUR_API_KEY
and YOUR_SECRET
with the API Key & Secret you received from Wazirx) -
Or
Open the published config file available at config/wazirx-api.php
and add your API and Secret Keys:
Usage
Using this package is very simple. Just initialize the Api and call one of the available methods:
You can also set an API & Secret for a user by passing it after initalization (useful when you need to isolate api keys for individual users):
Available Methods
Available Public Methods (Security Type : NONE
) [API Keys Not Required]
Available Private Methods (Security Type : USER_DATA
) [API Keys Required]
TODO
List of features or additional functionality we are working on (in no particular order) -
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Moinuddin S. Khaja
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-wazirx-api with dependencies
illuminate/contracts Version ^7.0|^8.0
illuminate/http Version ^7.0|^8.0
illuminate/support Version ^7.0|^8.0
spatie/laravel-package-tools Version ^1.9