PHPackages                             katsana/minions-polyfill - 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. katsana/minions-polyfill

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

katsana/minions-polyfill
========================

Minions Component Server (Polyfill) using Laravel Routing

v1.2.1(5y ago)242.4k↓33.3%1MITPHP

Since Jan 25Pushed 3mo ago3 watchersCompare

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

READMEChangelog (6)Dependencies (5)Versions (8)Used By (0)

Minions Component Server (Polyfill) using Laravel Routing
=========================================================

[](#minions-component-server-polyfill-using-laravel-routing)

[![tests](https://github.com/katsana/minions-polyfill/workflows/tests/badge.svg?branch=master)](https://github.com/katsana/minions-polyfill/actions?query=branch%3Amaster+workflow%3Atests)[![Latest Stable Version](https://camo.githubusercontent.com/4a7063895772b9ec2e86109b558225d42b79de68298dd49fd77a8e473385d87a/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f6d696e696f6e732d706f6c7966696c6c2f762f737461626c65)](https://packagist.org/packages/katsana/minions-polyfill)[![Total Downloads](https://camo.githubusercontent.com/a919f1757bcc49724ecb6966b78e23263b13bc674adb4e4c94c4819e4f06e20c/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f6d696e696f6e732d706f6c7966696c6c2f646f776e6c6f616473)](https://packagist.org/packages/katsana/minions-polyfill)[![Latest Unstable Version](https://camo.githubusercontent.com/5ca419d960a2c6e71f6ec7c77bc7c4876370bc49b340cc16cf3e15275ef2a267/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f6d696e696f6e732d706f6c7966696c6c2f762f756e737461626c65)](https://packagist.org/packages/katsana/minions-polyfill)[![License](https://camo.githubusercontent.com/eeff9fb38f470d353d615900e6ea0d82891303508647b3d125980d1ba724447b/68747470733a2f2f706f7365722e707567782e6f72672f6b617473616e612f6d696e696f6e732d706f6c7966696c6c2f6c6963656e7365)](https://packagist.org/packages/katsana/minions-polyfill)[![Coverage Status](https://camo.githubusercontent.com/29aa1421d542bf1936eaeb22a8cf01af2119ad33a0b0880e8c192c43a46408e3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6b617473616e612f6d696e696f6e732d706f6c7966696c6c2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/katsana/minions-polyfill?branch=master)

- [Installation](#installation)
- [Usages](#usages)

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

[](#installation)

Minions can be installed via composer:

```
composer require "katsana/minions-polyfill=^1.0"

```

Please ensure that you already install **Minions** and go through the [installation and setup documentation](https://github.com/katsana/minions).

Usages
------

[](#usages)

To use Laravel Routing to handle RPC request you just need to setup the URI and TLD domain to handle the request. To do this this package has already add a macro to `Illuminate\Routing\Router`.

It is recommended that you add the command to `App\Providers\RouteServiceProvider::map()` method.

```
