PHPackages                             studio/novacron - 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. studio/novacron

AbandonedArchivedLibrary

studio/novacron
===============

Manage laravel schedule the nova way

12114[1 issues](https://github.com/codestudiohq/novacron/issues)PHP

Since Oct 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/codestudiohq/novacron)[ Packagist](https://packagist.org/packages/studio/novacron)[ RSS](/packages/studio-novacron/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Novacron
========

[](#novacron)

[![Build Status](https://camo.githubusercontent.com/a2dfc77bc82f8355048d4489dcf4535d6309d6fd9411a3a149524c08a8451b87/68747470733a2f2f7472617669732d63692e6f72672f636f646573747564696f68712f6e6f766163726f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/codestudiohq/novacron) [![StyleCI](https://camo.githubusercontent.com/b3745c7e30479939fcb714626aeb4b631df34b1c6cccf1d3944fab447dfa870d/68747470733a2f2f7374796c6563692e696f2f7265706f732f3135313935383337312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/99050894) [![Latest Stable Version](https://camo.githubusercontent.com/498dd7b20659951772bdc5b7f429744c30ea1f10c24d68fdde4bc78b7681049b/68747470733a2f2f706f7365722e707567782e6f72672f73747564696f2f6e6f766163726f6e2f762f737461626c65)](https://packagist.org/packages/studio/novacron) [![Total Downloads](https://camo.githubusercontent.com/296176c5711b3666969504a96875e38db5c3c3827703f540c31fb04fe21c67be/68747470733a2f2f706f7365722e707567782e6f72672f73747564696f2f6e6f766163726f6e2f646f776e6c6f616473)](https://packagist.org/packages/studio/novacron) [![License](https://camo.githubusercontent.com/e935bdba77d188f36fc03fd720813fa37fbe1edc250066d7a4ac2975edc95044/68747470733a2f2f706f7365722e707567782e6f72672f73747564696f2f6e6f766163726f6e2f6c6963656e7365)](https://packagist.org/packages/studio/novacron)

***Warning : This is an in flight alpha Version. Please use at your own risk***

Manage your `Laravel` schedule through `Nova`.

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require studio/novacron
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Studio\Novacron\Novacron(),
    ];
}
```

Usage
-----

[](#usage)

Click on the "Novacron" menu item in your Nova app to see the features provided by this package.

Testing
-------

[](#testing)

```
composer test
```

Screenshots
-----------

[](#screenshots)

##### Task Index View

[](#task-index-view)

[![](resources/img/screenshots/index.png)](resources/img/screenshots/index.png)

##### Task Details View

[](#task-details-view)

[![](resources/img/screenshots/details-view.png)](resources/img/screenshots/details-view.png)

##### Task Edit View

[](#task-edit-view)

[![](resources/img/screenshots/edit-view.png)](resources/img/screenshots/edit-view.png)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](Changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](Contributing.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Roshan Gautam](https://github.com/roshangautam)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](License.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/690f70a5cf83ed9df1dc6da35ada71a8c0e558ceafcd76091e6cb09e62ee2ed0?d=identicon)[roshangautam](/maintainers/roshangautam)

---

Top Contributors

[![roshangautam](https://avatars.githubusercontent.com/u/978347?v=4)](https://github.com/roshangautam "roshangautam (19 commits)")

---

Tags

cronlaravelnovascheduler

### Embed Badge

![Health badge](/badges/studio-novacron/health.svg)

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

PHPackages © 2026

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