PHPackages                             caleeli/laravel-nayra - 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. [API Development](/categories/api)
4. /
5. caleeli/laravel-nayra

ActiveLibrary[API Development](/categories/api)

caleeli/laravel-nayra
=====================

Laravel driver for Nayra

0.6.0(2y ago)8547↓100%4[1 issues](https://github.com/caleeli/laravel-nayra/issues)1MITPHP

Since Apr 2Pushed 2y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (9)Used By (1)

HOW TO USE
----------

[](#how-to-use)

This is a package to initialize Nayra BPMN engine into a Laravel Project.

First create a Laravel application.

Configure a database Configure the Queue service

Add to composer.json
--------------------

[](#add-to-composerjson)

Add this repository to composer.json

```
    "repositories": [
        {
          "type": "vcs",
          "url": "https://github.com/caleeli/laravel-nayra.git"
        }
    ],

```

Then run:

```
composer require processmaker/laravel-nayra

```

BPMN example
------------

[](#bpmn-example)

You could find a BPMN example in this project \[./bpmp/example.bpmn\]

Copy this BPMN to your Laravel project.

Example of web routes
---------------------

[](#example-of-web-routes)

```
