Download the PHP package streply/streply-laravel without Composer
On this page you can find all versions of the php package streply/streply-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download streply/streply-laravel
More information about streply/streply-laravel
Files in streply/streply-laravel
Download streply/streply-laravel
More information about streply/streply-laravel
Files in streply/streply-laravel
Vendor streply
Package streply-laravel
Short Description Streply Laravel SDK
License MIT
Homepage https://streply.com
Package streply-laravel
Short Description Streply Laravel SDK
License MIT
Homepage https://streply.com
Please rate this library. Is it a good library?
Informations about the package streply-laravel
Streply SDK for Laravel framework
Requirements
- PHP: 8.2, 8.3, or 8.4
- Laravel: 10.x, 11.x, or 12.x
Install
Install the streply/streply-laravel
package:
Add the service provider to config/app.php
This step is needed only for Laravel versions below 11.x.
Enable capturing exception
Laravel 12.x
Enable capturing exception in bootstrap/app.php:
Laravel 11.x
Enable capturing exception in bootstrap/app.php:
Laravel 8.x, 9.x and 10.x
Enable capturing exception in App/Exceptions/Handler.php:
Configure
Configure the Streply DSN with this command:
Or manually add to your .env
file:
PHP 8.4 Compatibility
This package is fully compatible with PHP 8.4 and utilizes modern PHP features for better performance:
- Strict types for improved performance and type safety
- Enhanced error handling with better type checking
- Optimized for JIT compilation in PHP 8.4
Laravel 12 Support
This package supports Laravel 12.x with all new features:
- New application structure with bootstrap/app.php
- Modern exception handling configuration
- Full compatibility with Laravel 12 starter kits
All versions of streply-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2 || ^8.3 || ^8.4
laravel/framework Version ^10.0 || ^11.0 || ^12.0
streply/streply-php Version *
laravel/framework Version ^10.0 || ^11.0 || ^12.0
streply/streply-php Version *
The package streply/streply-laravel contains the following files
Loading the files please wait ....