PHPackages                             nekoding/starpay-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. nekoding/starpay-laravel

ActiveLibrary

nekoding/starpay-laravel
========================

:package\_description

1.0.3(5y ago)2102MITPHP

Since Dec 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nekoding/starpay-laravel)[ Packagist](https://packagist.org/packages/nekoding/starpay-laravel)[ Docs](https://github.com/nekoding/starpay-laravel)[ RSS](/packages/nekoding-starpay-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

StarpayLaravel
==============

[](#starpaylaravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/10dd233f845f2df5c70c0b409bc726931a04f693025eaad8dfa74973cb50a5cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656b6f64696e672f737461727061792d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nekoding/starpay-laravel)[![Total Downloads](https://camo.githubusercontent.com/d3bd519fd7dcdfe425830672a21d70404cb45bf3f5b0fcf37e5c98113d90c751/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656b6f64696e672f737461727061792d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nekoding/starpay-laravel)[![Build Status](https://camo.githubusercontent.com/f168b0eaadaa5bbf4bc7c0deaed62659668bec8f99d349139a9ee9952064edf6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e656b6f64696e672f737461727061792d6c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/nekoding/starpay-laravel)[![StyleCI](https://camo.githubusercontent.com/cb005362032ce74657369d6b663523f4ab763f7208a1af2156dea50360785997/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3332303138323336312f736869656c64)](https://github.styleci.io/repos/320182361)

Unofficial star-pay API client for laravel. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require nekoding/starpay-laravel
```

Usage
-----

[](#usage)

```
use Nekoding\StarpayLaravel\StarpayLaravel;

# required parameters : sendid, money
# optional parameters : email, sendpoint, username
$parameters = array(
    "email"     => "johndoe@mail.com",
    "sendid"    => "xxxx",
    "sendpoint" => "xxxx",
    "money"     => 100,
    "username"  => "xxxx"
);

# PC version : it will redirect to star-pay page PC version
return StarpayLaravel::build($parameters)->redirect();

# Mobile version : it will redirect to star-pay page Mobile version
return StarpayLaravel::build($parameters)->mobile()->redirect();
```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [nekoding](https://github.com/nekoding)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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 ~2 days

Total

3

Last Release

1975d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/342d28637f061e1d6799603cf2a613b7abc3fc856fc81d1d4fd0e151ec848c01?d=identicon)[nekoding](/maintainers/nekoding)

---

Top Contributors

[![nekoding](https://avatars.githubusercontent.com/u/64598048?v=4)](https://github.com/nekoding "nekoding (12 commits)")

---

Tags

laravelStarpayLaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nekoding-starpay-laravel/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[glhd/linen

21135.6k](/packages/glhd-linen)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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