yeedomliu / workwx
企业微信php封装
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/yeedomliu/workwx
This package is not auto-updated.
Last update: 2025-10-12 10:54:06 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(); ?>```