webid / octools-connectors
There is no license information available for the latest version (v0.1.2) of this package.
v0.1.2
2023-05-25 09:41 UTC
Requires
- illuminate/support: ^10.0
- jolicode/slack-php-api: ^4.5
- laravel/nova: ^4.0
- nyholm/psr7: ^1.5
- symfony/http-client: ^6.2
- webid/octools: ^0.1.3
This package is auto-updated.
Last update: 2024-11-07 16:06:38 UTC
README
Octools-Connectors is a collection of services for Octools.io. It's a set of connectors that can be used to connect different services.
⚙️ Requirements
- PHP >= 8.1
- Laravel >= 10.0
- Laravel Nova >= 4.0
- Octools >= 0.1
📦 Installation
-
With Composer :
composer require webid/octools-connectors
-
After installation, you must publish the necessary assets using the following command :
php artisan vendor:publish --provider="Webid\OctoolsGithub\OctoolsGithubServiceProvider "
php artisan vendor:publish --provider="Webid\OctoolsGithub\OctoolsGryzzlyServiceProvider"
php artisan vendor:publish --provider="Webid\OctoolsGithub\OctoolsSlackServiceProvider"
📝 Configuration
For each connector, you must add the necessary configuration in the .env
file. You can find the variables to add in the config/octools-<services_name>.php
file.