Download the PHP package realrashid/laravel-zoho-cliq without Composer
On this page you can find all versions of the php package realrashid/laravel-zoho-cliq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download realrashid/laravel-zoho-cliq
More information about realrashid/laravel-zoho-cliq
Files in realrashid/laravel-zoho-cliq
Package laravel-zoho-cliq
Short Description A Laravel package for integrating with Zoho Cliq, allowing you to send messages, notifications, and rich content seamlessly from your Laravel application.
License MIT
Homepage https://github.com/realrashid/laravel-zoho-cliq
Informations about the package laravel-zoho-cliq
Laravel Zoho Cliq
Introduction
Laravel Zoho Cliq is a Laravel package designed to seamlessly integrate with Zoho Cliq, allowing you to send messages and notifications directly from your Laravel application. Whether you need to communicate with individual users or broadcast messages to channels, this package provides an easy-to-use interface to interact with Zoho Cliq's API.
Installation
To get started, install the package via Composer:
Then, publish the configuration file:
Configuration
After installing the package, you need to configure the OAuth credentials and default settings.
Obtaining Client ID and Secret
- Go to Zoho API Console.
- If you do not have any client, click the Get Started button.
- A modal will appear. Select Self Client and click Create.
- You will be prompted with "Are you sure to enable self-client?" Click OK.
- Copy the Client ID and Client Secret provided.
- Add them to your
.env
file:
Usage
Here are some examples of how to use the package to interact with Zoho Cliq:
Send a Message to Multiple Users
Send a message to multiple Zoho Cliq users:
Send a Message to a Single User
Send a message to a single Zoho Cliq user:
Send a Message with a Card
Send a rich message with a card to a Zoho Cliq channel:
Send a Message to a Channel
Send a message to a specific Zoho Cliq channel:
Testing
Run the tests using Composer:
Changelog
For recent changes, see the CHANGELOG.
Contributing
We welcome contributions! Please see CONTRIBUTING for more details.
Security Vulnerabilities
If you discover a security vulnerability, please report it to us responsibly by emailing [email protected]. We will address the issue as promptly as possible.
Credits
- Rashid Ali
- All Contributors
Support My Work
If you find this package useful and would like to support my work, you can buy me a coffee. Your support helps keep this project alive and thriving. Thank you!
License
This package is licensed under the MIT License. See License File for more information.
Made with ❤️ from Pakistan