PHPackages                             houseoftech/laravel-recurring - 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. [Framework](/categories/framework)
4. /
5. houseoftech/laravel-recurring

ActiveLibrary[Framework](/categories/framework)

houseoftech/laravel-recurring
=============================

simshaun/recurr integration for Laravel/Eloquent.

v2.0(6y ago)0271MITPHPPHP ^7.2

Since Nov 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/houseoftech/Laravel-Recurring)[ Packagist](https://packagist.org/packages/houseoftech/laravel-recurring)[ RSS](/packages/houseoftech-laravel-recurring/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (5)Versions (19)Used By (0)

Laravel Recurring
=================

[](#laravel-recurring)

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

[](#installation)

Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```
$ composer require houseoftech/laravel-recurring
```

Note: If using with Laravel 5.x, require version 1.

```
$ composer require houseoftech/laravel-recurring:1.5.3
```

This package includes a publishable asset. Publishing will copy the config to your project so it can be modified.

```
$ php artisan vendor:publish
```

The config file can be found at `config/laravel-recurring.php`.

Usage
-----

[](#usage)

```
