Download the PHP package usesorane/sorane-laravel without Composer

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

Sorane: Web Application Monitoring for Laravel.

Latest Version on Packagist Total Downloads

Sorane is an all-in-one tool for Error Tracking, Website Analytics, and Website Monitoring for websites made with Laravel.

It alerts you about errors in your applications and provides the context you need to fix them.

Sorane’s Website Analytics is fully server-side, with a focus on privacy-first tracking. It only collects essential visit data without cookies, invasive fingerprinting, or intrusive scripts.

It also keeps an eye on your website’s health. Sorane monitors uptime, performance, SSL certificates, domain and DNS status, Lighthouse scores, and broken links. So when something goes wrong, you’ll know.

Check out the Sorane website for more information.

Installation

You can install the package via composer:

You can publish the config file with:

This is the contents of the published config file:

Usage

Event Tracking

Sorane makes it easy to track custom events in your Laravel application. You can track anything from e-commerce events to user interactions.

Privacy-First Approach: Event tracking uses the same privacy-focused fingerprinting as website analytics:

Basic Event Tracking

Event Name Validation

Sorane enforces strict event naming conventions to ensure consistency and prevent categorization issues:

Valid examples: user_registered, product_added_to_cart, newsletter_signup
Invalid examples: User Registered, product-added, 123_event, user@registered

E-commerce Event Tracking

Sorane provides convenient helper methods for common e-commerce events with predefined naming:

Available Event Constants

Use predefined constants to ensure consistent naming and avoid typos:

Configuration

Event tracking can be configured in your config/sorane.php file:

Testing Event Tracking

You can test your event tracking setup using the included command:

This will send various test events to your Sorane dashboard.

Centralized Logging

Sorane provides centralized logging capabilities that capture and store all your application logs in one place. This makes it easy to monitor, search, and analyze log data across your entire application.

Laravel Integration: The recommended approach is to integrate Sorane with Laravel's built-in logging system using log stacks.

Laravel Logging Integration (Recommended)

Add the Sorane driver to your config/logging.php:

Set your log channel in config/app.php or .env:

Now all your application logs will automatically be sent to both files and Sorane:

Configuration

Logging can be configured in your config/sorane.php file:

Add to your .env file:

Optional Configuration (with defaults):

All optional settings use sensible defaults, so you only need to set them if you want to customize the behavior.

Available Log Levels

Standard PSR-3 log levels are supported:

Testing Logging

You can test your logging configuration using the included command:

This will send various test logs to your Sorane dashboard and display your current configuration.

Error Tracking & Website Analytics

Please refer to the Sorane website for more information on how to use Sorane.

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 sorane-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/contracts Version ^10.0||^11.0||^12.0
jaybizzle/crawler-detect Version ^1.3
spatie/laravel-package-tools Version ^1.16
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 usesorane/sorane-laravel contains the following files

Loading the files please wait ....