Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe committed May 31, 2024
1 parent ec99da4 commit ff12e12
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@


## Environment
* php >=5.6
* php >= 8.1
* phalcon >= 5.7
* composer


Expand All @@ -29,26 +30,25 @@


## Components
component | intro | document
--- | --- | ---
[laminas/laminas-permissions-rbac](https://packagist.org/packages/laminas/laminas-permissions-rbac) | RBAC | [docs](https://docs.laminas.dev/laminas-permissions-rbac/)
[laminas/laminas-crypt](https://packagist.org/packages/laminas/laminas-crypt) | 加密和密码HASH | [docs](https://docs.laminas.dev/laminas-crypt/)
[firebase/php-jwt](https://packagist.org/packages/firebase/php-jwt) | JWT(JSON Web Tokens) | [docs](https://github.com/firebase/php-jwt)
[endroid/qr-code](https://packagist.org/packages/endroid/qr-code) | 用于生成二维码 | [docs](https://github.com/endroid/qr-code)
[phpgangsta/googleauthenticator](https://packagist.org/packages/phpgangsta/googleauthenticator) | 令牌验证相关 | [docs](https://github.com/PHPGangsta/GoogleAuthenticator)
[overtrue/wechat](https://packagist.org/packages/overtrue/wechat) | 微信SDK | [docs](https://easywechat.org/)
[omnipay/omnipay](https://packagist.org/packages/omnipay/omnipay) | 支付Omnipay | [docs](http://omnipay.thephpleague.com/)
[xxtime/paytime](https://packagist.org/packages/xxtime/paytime) | 支付PayTime | [docs](https://github.com/xxtime/paytime)
[geoip2/geoip2](https://packagist.org/packages/geoip2/geoip2) | 地理位置分析 | [docs](http://maxmind.github.io/GeoIP2-php/)
[league/oauth2-server](https://packagist.org/packages/league/oauth2-server) | Auth2.0 Server | [docs](http://oauth2.thephpleague.com/)
[bshaffer/oauth2-server-php](https://packagist.org/packages/bshaffer/oauth2-server-php) | Auth2.0 Server | [docs](https://bshaffer.github.io/oauth2-server-php-docs/)
[league/oauth2-client](https://packagist.org/packages/league/oauth2-client) | Auth2.0 Client | [docs](http://oauth2-client.thephpleague.com/)
[mobiledetect/mobiledetectlib](https://packagist.org/packages/mobiledetect/mobiledetectlib) | 设备识别 | [docs](http://mobiledetect.net/)
[mongodb/mongodb](https://packagist.org/packages/mongodb/mongodb) | MongoDB抽象层 | [docs](https://docs.mongodb.com/php-library/)
[hashids/hashids](https://packagist.org/packages/hashids/hashids) | Hashids |[docs](http://hashids.org/php/)
[jenssegers/optimus](https://packagist.org/packages/jenssegers/optimus) | ID转换 |[docs](https://github.com/jenssegers/optimus)
[league/climate](https://packagist.org/packages/league/climate) | 命令行颜色 | [docs](http://climate.thephpleague.com/)

| component | intro | document |
|-----------------------------------------------------------------------------------------------------|----------------------|------------------------------------------------------------|
| [laminas/laminas-permissions-rbac](https://packagist.org/packages/laminas/laminas-permissions-rbac) | RBAC | [docs](https://docs.laminas.dev/laminas-permissions-rbac/) |
| [laminas/laminas-crypt](https://packagist.org/packages/laminas/laminas-crypt) | 加密和密码HASH | [docs](https://docs.laminas.dev/laminas-crypt/) |
| [firebase/php-jwt](https://packagist.org/packages/firebase/php-jwt) | JWT(JSON Web Tokens) | [docs](https://github.com/firebase/php-jwt) |
| [endroid/qr-code](https://packagist.org/packages/endroid/qr-code) | 用于生成二维码 | [docs](https://github.com/endroid/qr-code) |
| [phpgangsta/googleauthenticator](https://packagist.org/packages/phpgangsta/googleauthenticator) | 令牌验证相关 | [docs](https://github.com/PHPGangsta/GoogleAuthenticator) |
| [overtrue/wechat](https://packagist.org/packages/overtrue/wechat) | 微信SDK | [docs](https://easywechat.org/) |
| [omnipay/omnipay](https://packagist.org/packages/omnipay/omnipay) | 支付Omnipay | [docs](http://omnipay.thephpleague.com/) |
| [xxtime/paytime](https://packagist.org/packages/xxtime/paytime) | 支付PayTime | [docs](https://github.com/xxtime/paytime) |
| [geoip2/geoip2](https://packagist.org/packages/geoip2/geoip2) | 地理位置分析 | [docs](http://maxmind.github.io/GeoIP2-php/) |
| [league/oauth2-server](https://packagist.org/packages/league/oauth2-server) | Auth2.0 Server | [docs](http://oauth2.thephpleague.com/) |
| [bshaffer/oauth2-server-php](https://packagist.org/packages/bshaffer/oauth2-server-php) | Auth2.0 Server | [docs](https://bshaffer.github.io/oauth2-server-php-docs/) |
| [league/oauth2-client](https://packagist.org/packages/league/oauth2-client) | Auth2.0 Client | [docs](http://oauth2-client.thephpleague.com/) |
| [mobiledetect/mobiledetectlib](https://packagist.org/packages/mobiledetect/mobiledetectlib) | 设备识别 | [docs](http://mobiledetect.net/) |
| [mongodb/mongodb](https://packagist.org/packages/mongodb/mongodb) | MongoDB抽象层 | [docs](https://docs.mongodb.com/php-library/) |
| [hashids/hashids](https://packagist.org/packages/hashids/hashids) | Hashids | [docs](http://hashids.org/php/) |
| [jenssegers/optimus](https://packagist.org/packages/jenssegers/optimus) | ID转换 | [docs](https://github.com/jenssegers/optimus) |
| [league/climate](https://packagist.org/packages/league/climate) | 命令行颜色 | [docs](http://climate.thephpleague.com/) |

## Reference
* [Aura](http://auraphp.com/)
Expand Down

0 comments on commit ff12e12

Please sign in to comment.