Download the PHP package 42sol/laravel-youtrack-client without Composer
On this page you can find all versions of the php package 42sol/laravel-youtrack-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-youtrack-client
Installation
Include service provider in your app
Insert library service provider YouTrackClient\Providers\YouTrackClientProvider::class
in your config/app.php
file:
Publish packages resources
This will create config/youtrack.php
configuration file.
Configure
After publishing package resources you can edit configuration in config/youtrack.php
file.
To set your YouTrack instance add to .env
variables:
Default routing
If needed, use YouTrackClient\YouTrackRoutes::apply();
to make default library routes, e.g.:
Routes:
/projects
- get all projects/projects/{id}
- get detailed project information by id/projects/{id}/issues
- get project issues/projects/{id}/timeTrackingSettings
- get project time tracking settings/agiles
- get all agile board/agiles/{id}
- get detailed agile information by id/issues?query=<filter>&offset=0&limit=50
- get issues by filter/issues/{id}
- get detailed issue information by id/organizations
- get all organizations/users
- get all users
Usage
Manually
With dependency injection:
All versions of laravel-youtrack-client with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
>=8
The package 42sol/laravel-youtrack-client contains the following files
Loading the files please wait ....