Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
lizunstop committed Dec 7, 2021
1 parent 66719b1 commit e6cf752
Show file tree
Hide file tree
Showing 10 changed files with 3,980 additions and 3,979 deletions.
408 changes: 204 additions & 204 deletions README.md

Large diffs are not rendered by default.

408 changes: 204 additions & 204 deletions docs/README.md

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/book/README.md

Large diffs are not rendered by default.

976 changes: 488 additions & 488 deletions docs/c/README.md

Large diffs are not rendered by default.

3,134 changes: 1,567 additions & 1,567 deletions docs/go/README.md

Large diffs are not rendered by default.

598 changes: 299 additions & 299 deletions docs/java/README.md

Large diffs are not rendered by default.

1,302 changes: 651 additions & 651 deletions docs/javascript/README.md

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions docs/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A curated list of awesome Go frameworks, libraries, software and resources.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
* Last Sync Time: Mon Nov 29 2021 09:29:01 GMT+0800 (中国标准时间)
* Last Sync Time: Tue Dec 07 2021 18:04:56 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.

Expand All @@ -21,17 +21,17 @@

| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [oto](https://github.com/hajimehoshi/oto) | 899 | ♪ A low-level library to play sound on multiple platforms ♪ | 22 days ago |
| [portaudio](https://github.com/gordonklaus/portaudio) | 481 | Go bindings for the PortAudio audio I/O library | a year ago |
| [music-theory](https://github.com/go-music-theory/music-theory) | 370 | Go models of Note, Scale, Chord and Key | a year ago |
| [oto](https://github.com/hajimehoshi/oto) | 901 | ♪ A low-level library to play sound on multiple platforms ♪ | a month ago |
| [portaudio](https://github.com/gordonklaus/portaudio) | 483 | Go bindings for the PortAudio audio I/O library | a year ago |
| [music-theory](https://github.com/go-music-theory/music-theory) | 373 | Go models of Note, Scale, Chord and Key | a year ago |
| [waveform](https://github.com/mdlayher/waveform) | 346 | Go package capable of generating waveform images from audio streams. MIT Licensed. | 2 years ago |
| [portmidi](https://github.com/rakyll/portmidi) | 262 | Go bindings for libportmidi | a year ago |
| [id3v2](https://github.com/bogem/id3v2) | 197 | 🎵 ID3 decoding and encoding library for Go | 6 days ago |
| [flac](https://github.com/mewkiz/flac) | 174 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 10 months ago |
| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 172 | Go tools for audio processing & creation 🎶 | 5 days ago |
| [id3v2](https://github.com/bogem/id3v2) | 199 | 🎵 ID3 decoding and encoding library for Go | 14 days ago |
| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 177 | Go tools for audio processing & creation 🎶 | 13 days ago |
| [flac](https://github.com/mewkiz/flac) | 175 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 10 months ago |
| [malgo](https://github.com/gen2brain/malgo) | 157 | Mini audio library | 2 months ago |
| [mix](https://github.com/go-mix/mix) | 144 | Sequence-based Go-native audio mixer for music apps | 2 years ago |
| [gaad](https://github.com/Comcast/gaad) | 92 | GAAD (Go Advanced Audio Decoder) | 2 months ago |
| [gaad](https://github.com/Comcast/gaad) | 93 | GAAD (Go Advanced Audio Decoder) | 2 months ago |
| [minimp3](https://github.com/tosone/minimp3) | 64 | Decode mp3 base on https://github.com/lieff/minimp3 | 8 months ago |
| [vorbis](https://github.com/mccoyst/vorbis) | 28 | A "native" ogg vorbis decoder for Go (uses inline stb_vorbis) | 3 years ago |
| [gosamplerate](https://github.com/dh1tw/gosamplerate) | 13 | Go Bindings for libsamplerate | a year ago |
Expand All @@ -42,34 +42,34 @@

| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [casbin](https://github.com/casbin/casbin) | 10738 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 4 days ago |
| [oauth2](https://github.com/golang/oauth2) | 3913 | Go OAuth2 | 6 days ago |
| [goth](https://github.com/markbates/goth) | 3436 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 3 days ago |
| [authboss](https://github.com/volatiletech/authboss) | 2919 | The boss of http auth. | 4 months ago |
| [go-jose](https://github.com/square/go-jose) | 1839 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | a month ago |
| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1834 | A standalone, specification-compliant, OAuth2 server written in Golang. | a year ago |
| [loginsrv](https://github.com/tarent/loginsrv) | 1831 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 9 months ago |
| [osin](https://github.com/openshift/osin) | 1702 | Golang OAuth2 server library | 10 days ago |
| [gologin](https://github.com/dghubble/gologin) | 1456 | Go login handlers for authentication providers (OAuth1, OAuth2) | 21 days ago |
| [gorbac](https://github.com/mikespook/gorbac) | 1226 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 7 months ago |
| [scs](https://github.com/alexedwards/scs) | 974 | HTTP Session Management for Go | 11 hours ago |
| [paseto](https://github.com/o1egl/paseto) | 556 | Platform-Agnostic Security Tokens implementation in GO (Golang) | 2 months ago |
| [permissions2](https://github.com/xyproto/permissions2) | 438 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 4 months ago |
| [go-guardian](https://github.com/shaj13/go-guardian) | 321 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | 2 months ago |
| [jwt](https://github.com/cristalhq/jwt) | 304 | Safe, simple and fast JSON Web Tokens for Go | a month ago |
| [jwt](https://github.com/pascaldekloe/jwt) | 272 | JSON Web Token library | a month ago |
| [casbin](https://github.com/casbin/casbin) | 10794 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 3 days ago |
| [oauth2](https://github.com/golang/oauth2) | 3922 | Go OAuth2 | 15 days ago |
| [goth](https://github.com/markbates/goth) | 3440 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 12 days ago |
| [authboss](https://github.com/volatiletech/authboss) | 2931 | The boss of http auth. | 4 months ago |
| [go-jose](https://github.com/square/go-jose) | 1843 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | a month ago |
| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1837 | A standalone, specification-compliant, OAuth2 server written in Golang. | a year ago |
| [loginsrv](https://github.com/tarent/loginsrv) | 1832 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 9 months ago |
| [osin](https://github.com/openshift/osin) | 1706 | Golang OAuth2 server library | 18 days ago |
| [gologin](https://github.com/dghubble/gologin) | 1458 | Go login handlers for authentication providers (OAuth1, OAuth2) | 3 days ago |
| [gorbac](https://github.com/mikespook/gorbac) | 1227 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 7 months ago |
| [scs](https://github.com/alexedwards/scs) | 980 | HTTP Session Management for Go | 17 hours ago |
| [paseto](https://github.com/o1egl/paseto) | 559 | Platform-Agnostic Security Tokens implementation in GO (Golang) | 2 months ago |
| [permissions2](https://github.com/xyproto/permissions2) | 439 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 4 months ago |
| [go-guardian](https://github.com/shaj13/go-guardian) | 322 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | 2 months ago |
| [jwt](https://github.com/cristalhq/jwt) | 307 | Safe, simple and fast JSON Web Tokens for Go | 2 months ago |
| [jwt](https://github.com/pascaldekloe/jwt) | 274 | JSON Web Token library | a month ago |
| [jeff](https://github.com/abraithwaite/jeff) | 234 | 🍍Jeff provides the simplest way to manage web sessions in Go. | 5 months ago |
| [httpauth](https://github.com/goji/httpauth) | 211 | HTTP Authentication middlewares | 2 months ago |
| [httpauth](https://github.com/goji/httpauth) | 212 | HTTP Authentication middlewares | 2 months ago |
| [jwt-auth](https://github.com/adam-hanna/jwt-auth) | 209 | This package provides json web token (jwt) middleware for goLang http servers | 4 months ago |
| [branca](https://github.com/hako/branca) | 161 | :key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. | a year ago |
| [sessionup](https://github.com/swithek/sessionup) | 112 | Straightforward HTTP session management | 3 months ago |
| [branca](https://github.com/hako/branca) | 162 | :key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. | a year ago |
| [sessionup](https://github.com/swithek/sessionup) | 113 | Straightforward HTTP session management | 3 months ago |
| [session](https://github.com/icza/session) | 105 | Go session management for web servers (including support for Google App Engine - GAE). | 4 months ago |
| [jwt](https://github.com/robbert229/jwt) | 94 | This is an implementation of JWT in golang! | a year ago |
| [sjwt](https://github.com/brianvoe/sjwt) | 94 | Simple JWT Golang | 2 years ago |
| [rbac](https://github.com/zpatrick/rbac) | 88 | Minimalistic RBAC package for Go applications | 3 years ago |
| [sessions](https://github.com/adam-hanna/sessions) | 60 | A dead simple, highly performant, highly customizable sessions middleware for go http servers. | 2 years ago |
| [sessions](https://github.com/adam-hanna/sessions) | 61 | A dead simple, highly performant, highly customizable sessions middleware for go http servers. | 2 years ago |
| [securecookie](https://github.com/chmike/securecookie) | 54 | Fast, secure and efficient secure cookie encoder/decoder | 2 months ago |
| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 33 | Golang library for providing a canonical representation of email address. | 2 months ago |
| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 33 | Golang library for providing a canonical representation of email address. | 3 months ago |
| [otpgo](https://github.com/jltorresm/otpgo) | 26 | Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. | 9 months ago |
| [scope](https://github.com/SonicRoshan/scope) | 17 | Easily Manage OAuth2 Scopes In Go | 6 months ago |
| [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) | 9 | A driver for the SessionGate Redis module - easy session management using the Go language. | 3 years ago |
Expand Down
Loading

0 comments on commit e6cf752

Please sign in to comment.