claraleigh/runa-api-for-laravel
Runa Connect API Laravel package
20,940
| Install | |
|---|---|
composer require claraleigh/runa-api-for-laravel |
|
| Latest Version: | v1.0.1 |
| PHP: | ^8.1 |
| Last Updated: | Jun 7, 2024 |
| Links: | GitHub · Packagist |
Maintainer: clara_leigh
Runa Connect API Laravel Package
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:
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707