yeedomliu / workwx
企业微信php封装
dev-master
2018-04-29 09:41 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 15:20:39 UTC
README
企业微信php封装
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yeedomliu/workwx "*"
or add
"yeedomliu/workwx": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yeedomliu\workwx\AutoloadExample::widget(); ?>```