Download the PHP package dragon-code/sentriable-laravel without Composer

On this page you can find all versions of the php package dragon-code/sentriable-laravel. 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 sentriable-laravel

Sentriable Laravel

Sentriable Laravel

Stable Version Unstable Version Total Downloads

Installation

To get the latest version, simply require the project using Composer:

Or manually update require block of composer.json and run composer update.

Upgrade from andrey-helldar/sentriable-laravel

  1. Replace "andrey-helldar/sentriable-laravel": "^1.0" with "dragon-code/sentriable-laravel": "^2.0" in the composer.json file;
  2. Replace Helldar\Sentry namespace prefix with DragonCode\Sentry;
  3. Call the composer update console command.

Lumen

This package is focused on Laravel development, but it can also be used in Lumen with some workarounds. Because Lumen works a little different, as it is like a barebone version of Laravel and the main configuration parameters are instead located in bootstrap/app.php, some alterations must be made.

You can install Laravel Lang Publisher in app/Providers/AppServiceProvider.php, and uncommenting this line that registers the App Service Providers so it can properly load.

If you are not using that line, that is usually handy to manage gracefully multiple Lumen installations, you will have to add this line of code under the Register Service Providers section of your bootstrap/app.php.

How to use

Add Sentry reporting to App/Exceptions/Handler.php.

For Laravel 7.x and later

For Laravel 6.x

For more information on configuring the Sentry package, see here.

Using code elsewhere

Use in loops with flushing

Versioning

To get the current version of the application, run the command php artisan git:version.

If a tag is set on the current commit, it will be passed in the release field of the Sentry, otherwise the sha of the current commit will be taken.

It is better to do this once when deploying the application.

You also need to uncomment the release key in the config/sentry.php file and specify the following value:

License

This package is licensed under the MIT License.


All versions of sentriable-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5|^8.0
illuminate/console Version ^6.0|^7.0|^8.0|^9.0
illuminate/contracts Version ^6.0|^7.0|^8.0|^9.0
illuminate/http Version ^6.0|^7.0|^8.0|^9.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0
illuminate/validation Version ^6.0|^7.0|^8.0|^9.0
sentry/sentry-laravel Version ^2.10
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 dragon-code/sentriable-laravel contains the following files

Loading the files please wait ....