PHPackages                             lpmatrix/laravel-fluidcoins - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. lpmatrix/laravel-fluidcoins

ActiveLibrary[Payment Processing](/categories/payments)

lpmatrix/laravel-fluidcoins
===========================

Laravel Package to seamlessly integrate with Fluidcoins

1.0.1(3y ago)012MITPHPPHP ^7.4|^8.0

Since Dec 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/LPMatrix/laravel-fluidcoins)[ Packagist](https://packagist.org/packages/lpmatrix/laravel-fluidcoins)[ Docs](https://github.com/lpmatrix/laravel-fluidcoins)[ RSS](/packages/lpmatrix-laravel-fluidcoins/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Laravel Fluidcoins
==================

[](#laravel-fluidcoins)

[![Latest Version on Packagist](https://camo.githubusercontent.com/35a9a29ae2f511d0ad814d97b834052f0c9f89c45481b230b49de8580dfa319a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c706d61747269782f6c61726176656c2d666c756964636f696e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lpmatrix/laravel-fluidcoins)[![Total Downloads](https://camo.githubusercontent.com/9bd0377351b42eb8689a52a80cb4d69119d0f03bd031c742f9be75bf70263d32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c706d61747269782f6c61726176656c2d666c756964636f696e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lpmatrix/laravel-fluidcoins)[![GitHub Actions](https://github.com/lpmatrix/laravel-fluidcoins/actions/workflows/main.yml/badge.svg)](https://github.com/lpmatrix/laravel-fluidcoins/actions/workflows/main.yml/badge.svg)

A laravel package to seamlessly integrate into fluidcoins

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require lpmatrix/laravel-fluidcoins
```

Usage
-----

[](#usage)

### create a new crypto deposit address

[](#create-a-new-crypto-deposit-address)

```
use FluidCoins;

FluidCoins::createNewAddress($data);
```

### Documentation

[](#documentation)

Documentation for the library can be found [here](https://lpmatrix.github.io/laravel-fluidcoins/#/)

### Testing

[](#testing)

```
composer test
```

Configuration
-------------

[](#configuration)

You can publish the configuration file using this command:

```
php artisan LPMatrix:publish --provider="LPMatrix\FluidCoins\FluidcoinsServiceProvider"
```

A configuration-file named `fluidcoins.php` with some sensible defaults will be placed in your `config` directory:

```
