PHPackages                             darkghosthunter/laraflow - 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. darkghosthunter/laraflow

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

darkghosthunter/laraflow
========================

Flow SDK integration for Laravel

v3.0.0(7y ago)491MITPHPPHP ^7.1.3

Since Dec 15Pushed 5y agoCompare

[ Source](https://github.com/DarkGhostHunter/Laraflow)[ Packagist](https://packagist.org/packages/darkghosthunter/laraflow)[ RSS](/packages/darkghosthunter-laraflow/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (9)Versions (9)Used By (0)

[![Laraflow](https://camo.githubusercontent.com/80f3746969c39b4a619f2d62270f1dd018758663ea07c8e41b381e970a99d679/68747470733a2f2f692e696d6775722e636f6d2f495463316763362e706e67)](https://camo.githubusercontent.com/80f3746969c39b4a619f2d62270f1dd018758663ea07c8e41b381e970a99d679/68747470733a2f2f692e696d6775722e636f6d2f495463316763362e706e67)

[![Latest Stable Version](https://camo.githubusercontent.com/570034e53b7cf1075f10cc2ca2ee5ee20c809ddcac64c2f8e2360d01567d0285/68747470733a2f2f706f7365722e707567782e6f72672f6461726b67686f737468756e7465722f6c617261666c6f772f762f737461626c65)](https://packagist.org/packages/darkghosthunter/laraflow) [![License](https://camo.githubusercontent.com/fcbf186e4bce127ac82b6348ab96d4dccb16431f6c2d1a751aa2af822ea762a3/68747470733a2f2f706f7365722e707567782e6f72672f6461726b67686f737468756e7465722f6c617261666c6f772f6c6963656e7365)](https://packagist.org/packages/darkghosthunter/laraflow)[![](https://camo.githubusercontent.com/7709c743f71fcaf64c99e1fd5d41ddb35dc8138173e5ec0a10bd3a8fe877e811/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6461726b67686f737468756e7465722f6c617261666c6f772e737667)](https://camo.githubusercontent.com/7709c743f71fcaf64c99e1fd5d41ddb35dc8138173e5ec0a10bd3a8fe877e811/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6461726b67686f737468756e7465722f6c617261666c6f772e737667)[![Build Status](https://camo.githubusercontent.com/48228c9a2570fa04ed5591cddacf2d52b455877c7dd4017c49cfacde3580a0da/68747470733a2f2f7472617669732d63692e636f6d2f4461726b47686f737448756e7465722f4c617261666c6f772e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/DarkGhostHunter/Laraflow) [![Coverage Status](https://camo.githubusercontent.com/d8ec819791dbde674f67593385220a4f30920999be9a9bfdf13b969e7a376156/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4461726b47686f737448756e7465722f4c617261666c6f772f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/DarkGhostHunter/Laraflow?branch=master) [![Maintainability](https://camo.githubusercontent.com/b5f1a836a2b7a8f479ac0945d3f5119ff75fc2bab071d192aa78d35b66219e08/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f35633933343930323036623564343236633834322f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/DarkGhostHunter/Laraflow/maintainability) [![Test Coverage](https://camo.githubusercontent.com/ea6e26e11769018a319a0c55900f00b43bf97a02219c284be8e36467650eeb77/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f35633933343930323036623564343236633834322f746573745f636f766572616765)](https://codeclimate.com/github/DarkGhostHunter/Laraflow/test_coverage)

Laraflow
========

[](#laraflow)

This package lets you use the unofficial [Flow SDK](https://github.com/DarkGhostHunter/FlowSdk) with Laravel.

> This package is compatible with [Laravel Cashier](https://laravel.com/docs/master/billing), so you can use both.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1.3
- Laravel 5.8

> Check older releases for older Laravel versions.

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

[](#installation)

Just fire up Composer and require it into your project.

```
composer require darkghosthunter/laraflow
```

### Database Preparation

[](#database-preparation)

If you want to use the `Billable` trait to charge customers, along with the `Subscribable` or `Multisubscribable` traits for Flow Subscriptions, you will need to run these database migrations:

```
