larva / easybaidu
baidu php sdk
1.0.7
2021-06-24 11:00 UTC
Requires
- php: >=7.4
- ext-fileinfo: *
- ext-json: *
- ext-openssl: *
- ext-simplexml: *
- guzzlehttp/guzzle: ^6.2 || ^7.0
- larva/easybaidu-composer: ^1.0
- monolog/monolog: ^1.22 || ^2.0
- overtrue/socialite: ^3.2
- pimple/pimple: ^3.0
- psr/simple-cache: ^1.0
- symfony/cache: ^3.3 || ^4.3 || ^5.0
- symfony/event-dispatcher: ^4.3 || ^5.0
- symfony/http-foundation: ^2.7 || ^3.0 || ^4.0 || ^5.0
- symfony/psr-http-message-bridge: ^0.3 || ^1.0 || ^2.0
Requires (Dev)
- brainmaestro/composer-git-hooks: ^2.7
- dms/phpunit-arraysubset-asserts: ^0.2.0
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.2.3
- phpstan/phpstan: ^0.12.0
- phpunit/phpunit: ^9.5.6
README
百度小程序服务端接口,拿 easywechat 改的。
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist larva/easybaidu
or add
"larva/easybaidu": "~1.0"
to the require section of your composer.json
file.