claraleigh / runa-api-for-laravel
There is no license information available for the latest version (v1.0.1) of this package.
Runa Connect API Laravel package
Package info
github.com/ClaraLeigh/runa-api-for-laravel
pkg:composer/claraleigh/runa-api-for-laravel
v1.0.1
2023-05-24 01:50 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.3
- illuminate/support: ^9.0|^10.0
README
This package provides an easy-to-use integration of the Runa Connect API for Laravel applications.
Table of Contents
Installation
To install the package, run the following command:
composer require claraleigh/runa-api
Configuration
After installing the package, you need to publish the configuration file:
php artisan vendor:publish --provider="ClaraLeigh\RunaApi\RunaApiServiceProvider" --tag="config"
Then, add your Runa Connect API key to your .env file: