ziming/laravel-crisp

Wrapper Library for Crisp Chat Rest Api

dev-main 2025-06-22 10:22 UTC

This package is auto-updated.

Last update: 2025-06-22 10:22:09 UTC


README

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

Just a simple wrapper for crisp php library for now

Support us

To be added later

Installation

You can install the package via composer:

composer require ziming/laravel-crisp

You can publish the config file with:

php artisan vendor:publish --tag="laravel-crisp-config"

This is the contents of the published config file:

return [
    'website_id' => env('CRISP_WEBSITE_ID'),
    'access_identifier' => env('CRISP_ACCESS_IDENTIFIER'),
    'secret_key' => env('CRISP_SECRET_KEY'),
];

Usage

$laravelCrisp = new Ziming\LaravelCrisp();

Testing

composer test

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.