PHPackages                             asad/zoho-cliq - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. asad/zoho-cliq

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

asad/zoho-cliq
==============

Zoho Cliq Message Helper.

1.0.2(6y ago)0451MITPHPPHP &gt;=7.0CI failing

Since Mar 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/asadku34/zoho-cliq)[ Packagist](https://packagist.org/packages/asad/zoho-cliq)[ Docs](https://github.com/asad/zoho-cliq)[ RSS](/packages/asad-zoho-cliq/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (4)Used By (0)

Laravel Helper Package For Zoho Cliq
====================================

[](#laravel-helper-package-for-zoho-cliq)

[![Latest Version on Packagist](https://camo.githubusercontent.com/854dbf45be0be94a88fe1260ef66de0c35ed74101e0cc1282b681dd3f0e8e26f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617361642f7a6f686f2d636c69712e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asad/zoho-cliq)[![Build Status](https://camo.githubusercontent.com/2fb9470e7cc35dfdae6866298de9ec8532bd51e96e20fd9a8ce64f3ba568ea1e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f617361646b7533342f7a6f686f2d636c69712f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/asadku34/zoho-cliq)[![Quality Score](https://camo.githubusercontent.com/dfffef9b818f6d8ed87d4d854110cbb6a27625d235005ea89c8a929703765ff7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f617361646b7533342f7a6f686f2d636c69712e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/asadku34/zoho-cliq)[![Total Downloads](https://camo.githubusercontent.com/39e38773585906f7321f88a26dc77c751600be470d80e2dc9fad6b8de19d668e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617361642f7a6f686f2d636c69712e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asad/zoho-cliq)[![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/asad/zoho-cliq)

This is a simple laravel package for [Zoho Cliq](https://www.zoho.com/cliq/help/restapi/v2/#Messages). It's use token base authentication. So, you will get only message api helper method from this package.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require asad/zoho-cliq
```

Config
------

[](#config)

After executing the following command you will get zcliq.php file under config directory. Set Authtoken, Channel Name, Send to(Channel, Chat, Bot, User) in the config file.

```
php artisan vendor:publish --provider="Asad\ZohoCliq\ZohoCliqServiceProvider"
```

Usage
-----

[](#usage)

```
use Asad\ZohoCliq\ZCliq;

// Inside method
ZCliq::to('channel_name')->card([
            'title' => 'ANNOUNCEMENT',
            'theme' => 'modern-inline',
            'thumbnail' => 'https://www.zoho.com/cliq/help/restapi/images/announce_icon.png'
        ])->send("Send Message to Cliq Channel using asad/zoho-cliq package");

//Without Card
ZCliq::to('channel_name')->send("Send Message to Cliq Channel using asad/zoho-cliq package");
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Asadur Rahman](https://github.com/asadku34)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2236d ago

PHP version history (2 changes)1.0.0PHP ^7.0

1.0.1PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a463f7cafdd48b0fbcf069462ad6ee12de92052ef8230b552e4af9bbf8acc308?d=identicon)[asadku34](/maintainers/asadku34)

---

Tags

zoho-cliqasad

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/asad-zoho-cliq/health.svg)

```
[![Health](https://phpackages.com/badges/asad-zoho-cliq/health.svg)](https://phpackages.com/packages/asad-zoho-cliq)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
