PHPackages                             mexoboy/alipay-sdk-php - 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. mexoboy/alipay-sdk-php

ActiveLibrary

mexoboy/alipay-sdk-php
======================

Alipay SDK for php

0139PHP

Since Dec 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mexoboy/alipay)[ Packagist](https://packagist.org/packages/mexoboy/alipay-sdk-php)[ RSS](/packages/mexoboy-alipay-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Copy of official Alipay SDK

RSA key pair generation
-----------------------

[](#rsa-key-pair-generation)

```
$ sudo apt-get install openssl

$ openssl
  OpenSSL> genrsa -out rsa_private_key.pem 2048 ##generating  private key
  OpenSSL> pkcs8 -topk8 -inform PEM -in rsa_private_key.pem  -outform PEM -nocrypt ##transform private key into PKCS8 format
  OpenSSL> rsa -in rsa_private_key.pem -pubout -out  rsa_public_key.pem ##Generate public key
  OpenSSL> exit
```

After generate keys, you need delete first and last line (keys must be without "-----BEGIN RSA PRIVATE KEY-----", "-----END RSA PRIVATE KEY----- and whitespaces)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/mexoboy-alipay-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/mexoboy-alipay-sdk-php/health.svg)](https://phpackages.com/packages/mexoboy-alipay-sdk-php)
```

PHPackages © 2026

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