PHPackages                             owlting/owlpay-laravel - 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. owlting/owlpay-laravel

ActiveLibrary[Payment Processing](/categories/payments)

owlting/owlpay-laravel
======================

Owlpay SDK.

v1.2.1(1y ago)03.3k↓29.2%PHPPHP ^7|^8.0|^8.1|^8.2

Since Sep 21Pushed 1y ago4 watchersCompare

[ Source](https://github.com/OwlTing/owlpay-laravel)[ Packagist](https://packagist.org/packages/owlting/owlpay-laravel)[ RSS](/packages/owlting-owlpay-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (46)Used By (0)

OwlPay Laravel SDK
==================

[](#owlpay-laravel-sdk)

OwlPay Laravel SDK provides ease to use APIs and internal importing for Laravel, it's provide several use cases following.

Warning
-------

[](#warning)

This package is developing now, if we have a huge changes, the semi version is going to modify.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- PHP extension required
    - curl extension
    - json extension
    - mbstring extension
- Laravel &gt;= 5.4

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

[](#installation)

Also, you need to publish and configure the environment keys in your application.

```
$ php artisan vendor:publish --provider="Owlting\OwlPay\Providers\OwlPayServiceProvider"
```

Finally, set the environment variables.

```
OWLPAY_API_URL=https://api.owlpay.com
OWLPAY_APPLICATION_SECRET=
```

Get `OWLPAY_APPLICATION_SECRET` according to the tutorial article [https://docs.owlpay.com/owlpay-guideline/zh/page-introduction/role\_company/developer.html#\_4-%E8%A8%AD%E5%AE%9A-api-key](https://docs.owlpay.com/owlpay-guideline/zh/page-introduction/role_company/developer.html#_4-%E8%A8%AD%E5%AE%9A-api-key)

### Send order to OwlPay

[](#send-order-to-owlpay)

```
use Owlting\OwlPay\Facades\OwlPay;

$order = Order::first();
$meta_data = [
  'sku' => 'SKU#1234',
];

OwlPay::createOrder([
    'application_order_uuid' => $order->order_number, // order number from your application
    'currency' => $order->currency, // TWD
    'total' => $order->total, // paid price, 100.00
    'application_vendor_uuid' => $order->vendor_number, // vendor number from your application
    'meta_data' => $meta_data, // extra information with key-value format
]);
```

### Read more

[](#read-more)

[CHANGELOG](https://github.com/OwlTing/owlpay-laravel/wiki/CHANGELOG)
[See OwlPay API Document](https://developers.owlpay.com/)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90% 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 ~33 days

Recently: every ~145 days

Total

45

Last Release

594d ago

Major Versions

v0.9.2 → v1.0.0-beta2022-08-15

PHP version history (3 changes)v0.1.1PHP ^7

v1.0.0-beta.4PHP ^7|^8.0|^8.1

v1.2.0PHP ^7|^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ea1aaf015e5b965c29ba390d0883f84d740b2b8ad8ef5ee530b6c22a91ba440?d=identicon)[Maras0830](/maintainers/Maras0830)

---

Top Contributors

[![Maras0830](https://avatars.githubusercontent.com/u/7960232?v=4)](https://github.com/Maras0830 "Maras0830 (9 commits)")[![Ryan20210419](https://avatars.githubusercontent.com/u/82793336?v=4)](https://github.com/Ryan20210419 "Ryan20210419 (1 commits)")

---

Tags

owlpay

### Embed Badge

![Health badge](/badges/owlting-owlpay-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/owlting-owlpay-laravel/health.svg)](https://phpackages.com/packages/owlting-owlpay-laravel)
```

###  Alternatives

[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[bitpay/sdk

Complete version of the PHP library for the new cryptographically secure BitPay API

42337.5k4](/packages/bitpay-sdk)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)[karson/mpesa-php-sdk

172.2k](/packages/karson-mpesa-php-sdk)

PHPackages © 2026

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