yeedomliu / workwx
企业微信php封装
dev-master
2018-04-29 09:41 UTC
This package is not auto-updated.
Last update: 2025-06-08 08:58:12 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(); ?>```