claraleigh / runa-api-for-laravel
Runa Connect API Laravel package
Installs: 2 826
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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: