yaococo / package-aliyun-sms
aliyun sms
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yaococo/package-aliyun-sms
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-10-12 10:33:57 UTC
README
Aliyun Sms Package
Quick Installation
Begin by installing the package through Composer.
composer require yaococo/package-aliyun-sms dev-master
Once this operation is complete, simply add both the service provider and facade classes to your project's config/app.php
file:
Service Provider
Aliyun\Providers\AliyunSmsProvider::class,
Support
- 官方网址: https://www.aliyun.com/product/sms?spm=5176.8142029.388261.339.WL7atM
- 官方API文档: https://help.aliyun.com/document_detail/55451.html?spm=5176.doc55289.6.556.pMlBIe
- composer: https://getcomposer.org/
License
MIT