Download the PHP package vortechstudio/laravel-github-issues without Composer
On this page you can find all versions of the php package vortechstudio/laravel-github-issues. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vortechstudio/laravel-github-issues
More information about vortechstudio/laravel-github-issues
Files in vortechstudio/laravel-github-issues
Package laravel-github-issues
Short Description Ce package dédié à laravel permet d'ouvrir un ticket sur github quand une Exception de type Erreur, Critique ou Urgence apparait dans le code, il peut être aider d'openAI pour créer le ticket.
License MIT
Homepage https://github.com/vortechstudio/laravel-github-issues
Informations about the package laravel-github-issues
Ce package dédié à laravel permet d'ouvrir un ticket sur github quand une Exception de type Erreur, Critique ou Urgence apparait dans le code, il peut être aider d'openAI pour créer le ticket.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Ajouter les variables d'environnement suivantes dans le fichier .env
OPENAI_STATE permet d'activer ou non l'api openAI pour la création du ticket
Si vous n'avez pas de compte openAI, vous pouvez en créer un gratuitement sur https://openai.com/
Créer votre compte et ajouter votre clé API dans la variable OPENAI_API_KEY
Ajouter le service Github dans le fichier config/services.php
Ajouter le système log dans le fichier config/logging.php
Définir le LOG_CHANNEL du fichier .env sur github_issues
Usage
Le système détectera automatiquement une Erreur de type error ou supérieur et créera un ticket sur github.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Vortech Studio
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-github-issues with dependencies
illuminate/contracts Version ^10.0
illuminate/support Version ^10.0
knplabs/github-api Version ^3.0
openai-php/client Version ^0.8
spatie/laravel-package-tools Version ^1.14.0
symfony/http-client Version ^7.0