PHPackages                             firstreef/craterrecurring - 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. firstreef/craterrecurring

ActiveLibrary[Payment Processing](/categories/payments)

firstreef/craterrecurring
=========================

Enable recurring invoices for Crater Invoicing App

412PHP

Since Jan 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/FirstReef/CraterRecurring)[ Packagist](https://packagist.org/packages/firstreef/craterrecurring)[ RSS](/packages/firstreef-craterrecurring/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

CraterRecurring
===============

[](#craterrecurring)

A package for Crater Invoicing to enable recurring invoices.

Prerequisites
-------------

[](#prerequisites)

In order for this package to run correctly, you will need to have the ability to set up Laravel Schedules (Cron). You may require SSH access in order to do this step, if you are using shared hosting.

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

[](#installation)

This package was developed for use with \[Crater\] ().

After installing Crater and running the setup, install CraterRecurring with composer

```
composer require firstreef/craterrecurring
```

Crater is built on Laravel ^8.0, which should auto-discover the service provider. Alternatively you can add the following to **config/app.php**

```
'providers' => [
    ...
    FirstReef\CraterRecurring\CraterRecurringProvider::class
    ...
],

```

After installing, run the following from the command line:

```
php artisan recurring:install
```

Finally, to allow the package to automatically generate invoices, set up the laravel schedule/cron. You have 2 options:

### 1) Using Laravel Forge, go to Server &gt; Scheduling and add a new schedule to run every minute:

[](#1-using-laravel-forge-go-to-server--scheduling-and-add-a-new-schedule-to-run-every-minute)

```
php7.4 /home/forge/{app_domain}/artisan schedule:run

```

### 2) Setup via SSH using crond

[](#2-setup-via-ssh-using-crond)

SSH into your server and run

```
crontab -e
```

In the file, paste the following (replacing path to your app)

```
* * * * * php /path/to/project/artisan schedule:run

```

Save this file, then restart crond

```
service crond restart
```

This will set a cron to run the laravel scheduler every minute.

### That's it! You're ready to start creating recurring invoices!

[](#thats-it-youre-ready-to-start-creating-recurring-invoices)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/04fcfbba7cbe6c00f049fb8d29473d3ae825d434851cdd6a050ad2466cd7494d?d=identicon)[FirstReef](/maintainers/FirstReef)

---

Top Contributors

[![first-reef-studio](https://avatars.githubusercontent.com/u/76145101?v=4)](https://github.com/first-reef-studio "first-reef-studio (5 commits)")[![OpenCopyMike](https://avatars.githubusercontent.com/u/17329652?v=4)](https://github.com/OpenCopyMike "OpenCopyMike (3 commits)")

### Embed Badge

![Health badge](/badges/firstreef-craterrecurring/health.svg)

```
[![Health](https://phpackages.com/badges/firstreef-craterrecurring/health.svg)](https://phpackages.com/packages/firstreef-craterrecurring)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
