PHPackages                             nmc/laravel-cloud-tasks - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nmc/laravel-cloud-tasks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nmc/laravel-cloud-tasks
=======================

This is my package LaravelCloudTask

v2.0.0(3mo ago)01.8kMITPHPPHP ^8.3|^8.4|^8.5

Since May 23Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/new-media-communications/laravel-cloud-tasks)[ Packagist](https://packagist.org/packages/nmc/laravel-cloud-tasks)[ Docs](https://github.com/nmc/laravel-cloud-tasks)[ RSS](/packages/nmc-laravel-cloud-tasks/feed)WikiDiscussions main Synced yesterday

READMEChangelog (7)Dependencies (8)Versions (9)Used By (0)

Google Cloud Tasks For Laravel
==============================

[](#google-cloud-tasks-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bc28c2b47552ac68574dcf474bcf6a36d32b81d1b33f8d6fab4c132a083020ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6d632f6c61726176656c2d636c6f75642d7461736b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nmc/laravel-cloud-tasks)[![Total Downloads](https://camo.githubusercontent.com/7c5247919e4e0a04cfe0ffd1e6f7c66310b48e98e174d38694319e46d6e757fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6d632f6c61726176656c2d636c6f75642d7461736b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nmc/laravel-cloud-tasks)

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

[](#installation)

You can install the package via composer:

```
composer require nmc/laravel-cloud-tasks
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Nmc\CloudTasks\CloudTasksServiceProvider" --tag="cloud-tasks-config"
```

This is the contents of the published config file:

```
use Nmc\CloudTasks\Http\Middleware\VerifyCloudTasksToken;

return [
    'middleware' => ['api', VerifyCloudTasksToken::class],
    'queue' => [
        'driver' => 'cloud-tasks',
        'project' => env('CLOUD_TASKS_PROJECT_ID'),
        'location' => env('CLOUD_TASKS_LOCATION'),
        'queue' => env('CLOUD_TASKS_QUEUE', 'default'),
        'handler_url' => env('CLOUD_TASKS_HANDLER_URL', env('APP_URL') . '/cloud-tasks-handler'),
        'credentials' => env('CLOUD_TASKS_CREDENTIALS', config_path('credentials.json')),
        'auth' => [
            'service_account_email' => env('CLOUD_TASKS_SERVICE_ACCOUNT_EMAIL'),
            'audience' => env('CLOUD_TASKS_AUDIENCE'),
        ],
        'after_commit' => false,
    ]
];
```

Credits
-------

[](#credits)

- [Fitim Vata](https://github.com/fitimvata)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance80

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

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

Every ~171 days

Recently: every ~135 days

Total

7

Last Release

106d ago

Major Versions

v1.2.2 → v2.0.02026-03-19

PHP version history (4 changes)v1.0.0PHP ^8.1|^8.2

v1.0.1PHP ^8.1|^8.2|^8.3

v1.2.0PHP ^8.1|^8.2|^8.3|^8.4

v2.0.0PHP ^8.3|^8.4|^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b3438337776ee3262782e5de2056e8a9d851a575078d741da69ba7c43e7876?d=identicon)[fitimvata](/maintainers/fitimvata)

---

Top Contributors

[![fitimvata](https://avatars.githubusercontent.com/u/12052390?v=4)](https://github.com/fitimvata "fitimvata (9 commits)")[![spiro-lesi](https://avatars.githubusercontent.com/u/65179467?v=4)](https://github.com/spiro-lesi "spiro-lesi (2 commits)")

---

Tags

laravelnmclaravel-cloud-tasks

### Embed Badge

![Health badge](/badges/nmc-laravel-cloud-tasks/health.svg)

```
[![Health](https://phpackages.com/badges/nmc-laravel-cloud-tasks/health.svg)](https://phpackages.com/packages/nmc-laravel-cloud-tasks)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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