Download the PHP package marshmallow/laravel-linear without Composer

On this page you can find all versions of the php package marshmallow/laravel-linear. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-linear

Connect your Laravel application with Linear

This package will allow you to connect your Laraval application with Linear via a Linear OAuth App.

Installation

You can install the package via composer:

After you've installed the package you can run the installation command. This command will publish the mandatory migrations and publish components and assets that are needed to show the beautifull Linear pages.

Create your Linear OAuth App

Go to settings in you Linear account. In the account menu, you will find the API button. Once you click on API you will be able to create an OAuth application. Click on Create New.

Fill in all the field. The most importent part is the Callback URLs. You need to add you callback URL like your-domain.test/linear/oauth2/callback. Add the callback url for all your domains. Local, Beta and Production so it will work on all your sites.

When you've create your app, you will get a Client id and a Client secret. Copy these, we need them later!

Usage

Using this package is super easy. We just need to make two minor updates to your application.

Update your .env file

When you created your Linear OAuth Application you got a Client id and a Client secret. You need to add them to your .env file.

Update your Authenticatable model

First you need to be logged in to your application. This is so not everybody can change the connection to Linear.

On your Authenticatable model, usually the User model, you need to implement one new method to let the package know who can manage the Linear connection. Add the method below.

Go to your-domain.test/linear/auth and follow the steps to connect your Laraval application to Linear. After you've done this you will be able to connect a company, team and project.

Submit your first issue

Using the notification channel

Change the settings.

When you go to your-domain.test/linear/auth after you've connected to linear you will be able to change the config.

Updating

When you install a new version of this package via Composer it might be helpfull to run the update command so all the views and assets are up to date. This command will publish the latest assets for this package and publish new components if they are available.

Linear

Here are some documentation pages from Linear that might be helpfull.

https://developers.linear.app/docs/oauth/authentication https://developers.linear.app/docs/oauth/oauth-actor-authorization

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

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-linear with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/contracts Version ^9.0|^10.0
laravel/socialite Version ^5.5
livewire/livewire Version ^2.10
marshmallow/components Version ^1.0
motomedialab/laravel-vite-helper Version ^1.2
spatie/laravel-package-tools Version ^1.13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package marshmallow/laravel-linear contains the following files

Loading the files please wait ....