maruamyu / web-app-lib
simple and useful library for web application.
v2.2.0
2020-06-16 12:59 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- ext-json: *
- ext-openssl: *
- ext-simplexml: *
- psr/http-message: 1.*
Requires (Dev)
- phpunit/phpunit: 5.7.*
Suggests
- ext-bcmath: if used 32bit PHP (`Maruamyu\Core\Ulid`)
- ext-mcrypt: if use Rijndael (`Maruamyu\Core\Cipher\Aes`)
README
概要
まるあみゅ.ねっとで利用している, PHPのWebアプリ向けの便利ライブラリを公開しています.
master
ブランチはnightly buildの位置付けで, 破壊的な変更が行われる可能性がありますので, あしからずご了承を.
モジュール
名前空間 Maruamyu\Core\
の下に各モジュールが配置されています.
Cipher
: RSAなどデジタル署名や暗号化 (OpenSSLのラッパー)Http
: PSR-7準拠, 独自拡張ありのHTTP関連処理 (cURLのラッパー)OAuth1
: OAuth1.0 関連処理OAuth2
: OAuth2.0, OpenID Connect 関連処理 JWTなど
インストール
composer require maruamyu/web-app-lib
ライセンス
リポジトリ内のコードはMITライセンスです.