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.

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-zoho-cliq

Laravel Zoho Cliq

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

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

  1. Go to Zoho API Console.
  2. If you do not have any client, click the Get Started button.
  3. A modal will appear. Select Self Client and click Create.
  4. You will be prompted with "Are you sure to enable self-client?" Click OK.
  5. Copy the Client ID and Client Secret provided.
  6. 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

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!

Buy me a coffee

License

This package is licensed under the MIT License. See License File for more information.


Made with ❤️ from Pakistan


All versions of laravel-zoho-cliq with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.1|^8.2|^8.3
laravel/framework Version ^8.0|^9.0|^10.0|^11.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 realrashid/laravel-zoho-cliq contains the following files

Loading the files please wait ....