Download the PHP package siam-yon/sms without Composer

On this page you can find all versions of the php package siam-yon/sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

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.
Please rate this library. Is it a good library?

Informations about the package sms

Siam sms

介绍

这是一个基于阿里云和腾讯云最新短信发送功能的极简包 为了更大限度兼容更低版本的php,代码实现过程中也并没有使用类型限制 如果你只想使用这两个云平台的短信发送功能,这个包是你不错的选择

使用方法

在支持composer包的框架内使用composer安装此包

在具体代码中的使用方法

在Laravel中的快捷使用

安装后发布配置文件,此命令会在你的config目录下生成一个siam-sms.php文件

在env文件中配置阿里云或腾讯云短信密钥,当然你也可以修改env使用的键名 或者 直接明文写在siam-sms.php配置文件中

在使用前,你需要在‘actions’内配置好一些动作模板,如:注册、登录等,当你认为不同的动作之间的短信应该有模板、签名等有差异时,那么你就应该在actions内配置好对应的配置 需要注意使用TencentSms作为驱动时,每个动作内应该要有应用id

使用实例化时传入你使用的键名,如果不传入,则会取配置文件中的default值作为默认键名,默认的配置文件键名有 'ali' 和 'tencent' 当然你可以任意的按照自己想法进行更改键名或添加键名

你也可以获得实际使用的驱动

当你有使用问题时可以通过以下方式联系,我会在有空闲时间后第一时间回复


All versions of sms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
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 siam-yon/sms contains the following files

Loading the files please wait ....