Download the PHP
package yiiviet/yii2-esms without Composer
On this page you can find all versions of the php package
yiiviet/yii2-esms. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Nếu như bạn thường xuyên xây dựng hệ thống có liên quan đến sms hay voice call thì chắc hẳn
eSMS là một đối tác không quá xa lạ với bạn, extension này sẽ giúp bạn tích hợp dịch vụ của eSMS
vào hệ thống của bạn.
Cài đặt thông qua composer nếu như đó là một khái niệm mới với bạn xin click vào
đây để tìm hiểu nó.
hoặc thêm
vào phần require trong file composer.json.
Thiết lập
Sau khi cài đặt hoàn tất bạn hãy vào thư mục config mở file web.php và thêm cấu hình sau
vào components:
Sau khi thiết lập xong ngay lập tức bạn đã có thể giao tiếp với eSMS thông qua cú pháp sau:
Yii::$app->eSMS.
Sử dụng cơ bản
1. Cách gửi tin nhắn:
2. Cách gửi voice call (cuộc gọi thoại):
3. Cách kiểm tra số dư tài khoản:
4. Cách kiểm tra trạng thái tin nhắn đã gửi:
$SMSID có được trong kết quả gửi sms hoặc voice call vì thế sau khi gửi tin nhắn xong bạn nên lưu lại $SMSID.
5. Cách kiểm tra trạng thái chi tiết tin nhắn đã gửi (hiển thị chi tiết từng số điện thoại):
$SMSID có được trong kết quả gửi sms hoặc voice call vì thế sau khi gửi tin nhắn xong bạn nên lưu lại $SMSID.
Sử dụng nâng cao
Nếu bạn muốn tìm hiểu sau hơn về các thành phần khi tạo lệnh gửi sms hoặc voice call hay các thành
phần kết quả mà eSMS gửi về thì mời bạn kham khảo thêm tại tài liệu của eSMS tại đây.
Tên các thành phần trong tài liệu eSMS đồng nhất với tên các thành phần (property, element key) của extension này.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package yiiviet/yii2-esms contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.