PHPackages                             shoyim/click - 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. [API Development](/categories/api)
4. /
5. shoyim/click

ActiveLibrary[API Development](/categories/api)

shoyim/click
============

Laravel click api services

07PHP

Since Jul 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/shoyimobloqulov/laravel-click)[ Packagist](https://packagist.org/packages/shoyim/click)[ RSS](/packages/shoyim-click/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/9e27f4b3e4da2fc042db8110b01b2e7762fb211d78e0eab2e39dce8955136b2b/68747470733a2f2f706f7365722e707567782e6f72672f73686f79696d2f636c69636b2f642f746f74616c2e737667)](https://packagist.org/packages/shoyim/click)[![Latest Stable Version](https://camo.githubusercontent.com/69392c483e8fabb7baab91d9e7448212832dfe83937527dc7edafa9a5ce91981/68747470733a2f2f706f7365722e707567782e6f72672f73686f79696d2f636c69636b2f762f737461626c652e737667)](https://packagist.org/packages/shoyim/click)[![Latest Unstable Version](https://camo.githubusercontent.com/2328906e4cde1173d50e9e3bdbe952580bba1a96b85ecce6dfd159f2742f67fd/68747470733a2f2f706f7365722e707567782e6f72672f73686f79696d2f636c69636b2f762f756e737461626c652e737667)](https://packagist.org/packages/shoyim/click)[![License](https://camo.githubusercontent.com/8ce07706629df24408b8229ac792bebb94156ae49ba4520d1c1d3c564e1216ff/68747470733a2f2f706f7365722e707567782e6f72672f73686f79696d2f636c69636b2f6c6963656e73652e737667)](https://packagist.org/packages/shoyim/click)

Tip

This library allows you to integrate payment acceptance using `"CLICK"` payment system into `Laravel` web applications. For the library to function properly, the user must be connected to Click Merchant using the Shop API scheme. Detailed documentation is available here ****.

Installation via Composer
-------------------------

[](#installation-via-composer)

```
composer require shoyim/click dev-main

```

#### Publish Configuration

[](#publish-configuration)

```
php artisan vendor:publish --provider="Shoyim\Click\Providers\ClickServiceProvider" --tag="config"
# db migration
php artisan migrate
```

#### Click configuration

[](#click-configuration)

```
CLICK_ENDPOINT=https://api.click.uz/v2/merchant/
CLICK_MERCHANT_ID=your-merchant-id
CLICK_SERVICE_ID=your-service-id
CLICK_USER_ID=your-user-id
CLICK_SECRET_KEY=your-secret-key
```

List of the Payments methods

- `on_invoice_creating` and `on_invoice_created` for create invoice
- `on_invoice_checking` and `on_invoice_checked` for check invoice
- `on_canceling` and `on_canceled` for cancel payment
- `on_card_token_creating` and `on_card_token_created` for create card token
- `on_card_token_verifying` and `on_card_token_verified` for verify card token
- `on_card_token_paying` and `on_card_token_payed` for payment via card token
- `on_card_token_deleting` and `on_card_token_deleted` for delete card token
- `on_payment_checking` and `on_payment_checked` for check payment status by merchant\_id
- `on_checking_with_merchant_trans_id` and `on_checked_with_merchant_trans_id` for check payment status by merchant\_trans\_id

If you want check whether the payment user exists, complete this method

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

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

---

Top Contributors

[![shoyim](https://avatars.githubusercontent.com/u/92427513?v=4)](https://github.com/shoyim "shoyim (40 commits)")

---

Tags

clickclick-apiclickuzintegrationlaravellaravel-clickuppayments

### Embed Badge

![Health badge](/badges/shoyim-click/health.svg)

```
[![Health](https://phpackages.com/badges/shoyim-click/health.svg)](https://phpackages.com/packages/shoyim-click)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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