PHPackages                             halfnine/surveyr-laravel - 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. halfnine/surveyr-laravel

Abandoned → [cronradar/laravel](/?search=cronradar%2Flaravel)ArchivedLibrary[Framework](/categories/framework)

halfnine/surveyr-laravel
========================

Laravel integration for Surveyr

v0.1.0(2y ago)02MITPHP

Since Jun 1Pushed 2y agoCompare

[ Source](https://github.com/halfnineus/surveyr-laravel)[ Packagist](https://packagist.org/packages/halfnine/surveyr-laravel)[ RSS](/packages/halfnine-surveyr-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Surveyr
=======

[](#surveyr)

Cron schedule monitoring for Laravel. For more info see [surveyr.io](https://surveyr.io/).

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

[](#requirements)

- Laravel 5.7+

Install
-------

[](#install)

Install this package via composer using this command:

```
composer require halfnine/surveyr-laravel

```

The package will automatically register itself.

Publish the `config/surveyr.php` config file with:

```
php artisan vendor:publish --provider="HalfNine\Surveyr\SurveyrServiceProvider"

```

Add the Surveyr credentials to your `.env` file:

```
SURVEYR_APP_ID=
SURVEYR_API_TOKEN=

```

If you don't already have one, you can create an API token via the [Surveyr settings page](http://surveyr.loc/settings#/api). The App ID can be found at the bottom of the relevant app page in [Surveyr](http://surveyr.loc/).

Usage
-----

[](#usage)

To set up schedule cron job monitoring, first you need to specify which jobs you want to monitor in `app/Console/Kernel.php`. To do this simply add the `monitor()` method to any jobs you want Surveyr to monitor:

```
$schedule->command('example')
         ->everyMinute()
         ->monitor();

```

Then, to automatically create the schedule monitors in your Surveyr app, run the following command:

```
php artisan surveyr:sync-schedule-monitors

```

This command will attempt to create schedule monitors in Surveyr if they don't already exist. You can safely run this command during your deploy process to make sure that new scheduled jobs are monitored by Surveyr.

Credits
-------

[](#credits)

[Surveyr](https://surveyr.io/) is a project by [HalfNine](https://www.halfnine.com/).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1077d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e9b1fcbb2c586235b7b7d86d00b9f296fea14554c25bc4a00b43cd79a1b1f3c4?d=identicon)[cronradar](/maintainers/cronradar)

---

Top Contributors

[![ochoadan](https://avatars.githubusercontent.com/u/42155753?v=4)](https://github.com/ochoadan "ochoadan (2 commits)")

### Embed Badge

![Health badge](/badges/halfnine-surveyr-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/halfnine-surveyr-laravel/health.svg)](https://phpackages.com/packages/halfnine-surveyr-laravel)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M274](/packages/laravel-boost)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[laravel/forge-sdk

The official Laravel Forge PHP SDK.

5691.1M18](/packages/laravel-forge-sdk)

PHPackages © 2026

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