PHPackages                             weward/summoner - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. weward/summoner

ActiveLibrary[Queues &amp; Workers](/categories/queues)

weward/summoner
===============

Trigger jobs manually

13[2 PRs](https://github.com/weward/Summoner/pulls)PHP

Since Sep 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/weward/Summoner)[ Packagist](https://packagist.org/packages/weward/summoner)[ RSS](/packages/weward-summoner/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Trigger jobs manually
=====================

[](#trigger-jobs-manually)

[![Latest Version on Packagist](https://camo.githubusercontent.com/085eaa4cf0cc59046a9d75c506e21edd790cbc5ba51a775b50821dd65d780fca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765776172642f73756d6d6f6e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weward/summoner)[![GitHub Tests Action Status](https://camo.githubusercontent.com/121653256d2dd87fc4b34508c980f368064b982b795cf9dee8438252138f7bd2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7765776172642f73756d6d6f6e65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/weward/summoner/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bf9e3b7bb682a22986d4eb8731ddfa5a66fa5524fed9b4673f289427cc4a1d64/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7765776172642f73756d6d6f6e65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/weward/summoner/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a3cb54c7ba6fed14c1b9c4ac305cc4ead6cbe6bcd0e678d35f28fe610bf525e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7765776172642f73756d6d6f6e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/weward/summoner)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/5f53bae2f6ce703f5e1e46e176c50db97bc9707c73853df20e59b490d39ad0ce/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f53756d6d6f6e65722e6a70673f743d31)](https://spatie.be/github-ad-click/Summoner)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require weward/summoner:dev-main
```

Install all required files:

```
php artisan Summoner:install
```

Using
=====

[](#using)

```
# php artisan manual:job {job} {--param=*} {--queue=}
php artisan manual:job SendEmailNotification  --param=dev.weward@gmail.com --param="This is the subject"

```

. .
---

[](#)

Optional
========

[](#optional)

You may customize the config, migrations and views assocciated with this package while the official files are still under development --which concerns logging.

---

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="summoner-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="summoner-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="summoner-views"
```

Usage
-----

[](#usage)

```
$summoner = new Weward\Summoner();
echo $summoner->echoPhrase('Hello, Weward!');
```

Testing
-------

[](#testing)

```
composer test
```

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 Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [weward](https://github.com/weward)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/15f0dc908a60e3638f65a912204e0ccfc1f6de29af12a5df7ed6033a2f79d240?d=identicon)[weward](/maintainers/weward)

---

Top Contributors

[![weward](https://avatars.githubusercontent.com/u/4057336?v=4)](https://github.com/weward "weward (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

artisan-commandslaravellaravel-packagepackagistphp

### Embed Badge

![Health badge](/badges/weward-summoner/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M544](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[belvg/module-sqs

N/A

1544.6k](/packages/belvg-module-sqs)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.8k](/packages/bsidev-bitrix-queue)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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