Download the PHP package errly/laravel-errly without Composer

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

โœจ Why Laravel Errly?

Note: Currently# ๐Ÿšจ Laravel Errly

Latest Version on Packagist Total Downloads GitHub Tests Action Status GitHub Code Style Action Status

Early error detection and beautiful Slack notifications for Laravel 12 applications.

Laravel Errly is the simplest way to get instant Slack notifications when critical errors occur in your Laravel application. Built specifically for Laravel 12's modern architecture with minimal setup - just one line of code and a Slack webhook.


โœจ Why Laravel Errly?

๐Ÿ“ข Currently supports Slack notifications. Discord, Teams, and email support are planned for future releases.


๐ŸŽฏ Quick Start

Get Laravel Errly running in under 2 minutes:

1. Install

2. Publish Config

3. Add Your Slack Webhook

4. Enable in Bootstrap

5. Test It!

That's it! You'll receive a beautiful Slack notification with error details.


๐Ÿ“ฑ What Your Slack Notifications Look Like

When an error occurs, you'll receive rich notifications like this:


โš™๏ธ Configuration

Laravel Errly works great out of the box, but you can customize everything:


๐Ÿš€ Usage Examples

Environment Variables

Manual Error Reporting

Testing Different Error Types


๐Ÿ›ก๏ธ Security Features

Laravel Errly automatically protects sensitive data:


โšก Performance

Laravel Errly is designed for zero performance impact:


๐ŸŽ›๏ธ Advanced Features

Severity Levels

Errors are automatically categorized:

Context Collection

Rich error context includes:

Smart Filtering

Automatically ignores noise:


๐Ÿงช Testing

Laravel Errly includes comprehensive testing tools:


๐Ÿ“‹ Requirements


๐Ÿ”ง Installation & Setup

Step 1: Install Package

Step 2: Publish Configuration

Step 3: Create Slack Webhook

  1. Go to Slack API Apps
  2. Create new app โ†’ "From scratch"
  3. Enable "Incoming Webhooks"
  4. Add webhook to your desired channel
  5. Copy the webhook URL

Step 4: Configure Environment

Step 5: Enable Exception Handling

Step 6: Test

Check your Slack channel for the test notification!


๐Ÿค Contributing

We love contributions! Please see CONTRIBUTING.md for details.

Development Setup

Running Tests


๐Ÿ“ Changelog

Please see CHANGELOG.md for recent changes.


๐Ÿ› ๏ธ Troubleshooting

Not receiving Slack notifications?

1. Check your webhook URL

2. Verify configuration

3. Check Laravel logs

4. Test manually

Too many notifications?

Enable rate limiting:

Notifications in development?

Use environment filtering:


๐Ÿ“„ License

Laravel Errly is open-sourced software licensed under the MIT license.


๐Ÿ™ Credits


๐Ÿ’ Support

If Laravel Errly helps you catch errors early, consider:


**Built with โค๏ธ for the Laravel community** [โญ Star on GitHub](https://github.com/jeromecoloma/laravel-errly) โ€ข [๐Ÿ“ฆ View on Packagist](https://packagist.org/packages/errly/laravel-errly) โ€ข [๐Ÿ› Report Issues](https://github.com/jeromecoloma/laravel-errly/issues) โ€ข [๐Ÿ’ฌ Discussions](https://github.com/jeromecoloma/laravel-errly/discussions)

All versions of laravel-errly with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^12.0
laravel/slack-notification-channel Version ^3.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 errly/laravel-errly contains the following files

Loading the files please wait ....