PHPackages                             klongchu/omise - 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. [Payment Processing](/categories/payments)
4. /
5. klongchu/omise

ActivePackage[Payment Processing](/categories/payments)

klongchu/omise
==============

this is a packge of omise

1.0.1(2y ago)074MITPHPPHP ^8.0

Since Mar 6Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel-Omise
=============

[](#laravel-omise)

[![Total Downloads](https://camo.githubusercontent.com/d2f02d61184e8b95b02bf13ebed70b0030927309dbd5be9e9e6beef391b92ea8/68747470733a2f2f706f7365722e707567782e6f72672f6b6c6f6e676368752f6f6d6973652f646f776e6c6f616473)](https://packagist.org/packages/klongchu/omise)[![Monthly Downloads](https://camo.githubusercontent.com/43647bd08dd499232661f1297fb03eccd33d11571d9c03ff2b2498f7bf2cf8e6/68747470733a2f2f706f7365722e707567782e6f72672f6b6c6f6e676368752f6f6d6973652f642f6d6f6e74686c79)](https://packagist.org/packages/klongchu/omise)[![Daily Downloads](https://camo.githubusercontent.com/13fd829c5fe73a6817642a38218a86a7c0ec96f1aea539ef52273f5647633021/68747470733a2f2f706f7365722e707567782e6f72672f6b6c6f6e676368752f6f6d6973652f642f6461696c79)](https://packagist.org/packages/klongchu/omise)[![License](https://camo.githubusercontent.com/b8743071a3d2ca409fc8c1796b74e6c92e02e88904ecb15dda80f8551d9c11c3/68747470733a2f2f706f7365722e707567782e6f72672f6b6c6f6e676368752f6f6d6973652f6c6963656e7365)](https://packagist.org/packages/klongchu/omise)

Docs
====

[](#docs)

[เริ่มต้นใช้งานของ omise](https://www.omise.co/th/docs/thailand)
[ตัวอย่างโค้ด](https://github.com/0x01code/Laravel-Omise-Example)

Support
=======

[](#support)

   Laravel Version     7 2.0.0  Let's Start
===========

[](#lets-start)

โหลดผ่าน composer

```
composer require klongchu/omise

```

นำไฟล์ config มาไว้ที่โปรเจค

```
php artisan vendor:publish --tag=config

```

กำหนดค่าที่ไฟล์ .env

```
OMISE_PUBLIC_KEY=
OMISE_SECRET_KEY=

```

สร้าง Source [อ่านเพิ่มเติม](https://www.omise.co/th/omise-js/thailand#createsource)

```
$response = OmiseSource::create([
   'amount' => 12345,
   'currency' => 'THB',
   'type' => 'truemoney',
   'phone_number' => '0123456789',
]);
dd($response);

```

สร้าง Charge [อ่านเพิ่มเติม](https://www.omise.co/th/charges-api/thailand)

```
$response = OmiseCharge::create([
   'amount' => 12345,
   'currency' => 'THB',
   'return_uri' => 'http://example.com/orders/345678/complete',
   'source' => 'src_*****',
]);
dd($response);

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~122 days

Total

2

Last Release

1092d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6489801?v=4)[Klongchu Dev BUDHOSP](/maintainers/klongchu)[@klongchu](https://github.com/klongchu)

---

Top Contributors

[![klongchu](https://avatars.githubusercontent.com/u/6489801?v=4)](https://github.com/klongchu "klongchu (2 commits)")

### Embed Badge

![Health badge](/badges/klongchu-omise/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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