PHP Feixin friends free sms api open source Edition

Source: Internet
Author: User
Apsara friends free sms api php open-source edition, supports the Group function.

Apsara friends free sms api php open-source edition, supports the Group function.

1. Website space and server space, Supporting Group Sending (if you need to group multiple numbers, separate them with commas (,) (159, 159 ..))
2. Supports data submission in POST or GET mode.
Site interface:
? Username = Feixin mobile phone number & passowrd = Feixin mobile phone password & to = recipient's number & message = SMS content
Or
? U = Feixin mobile phone number & p = Feixin mobile phone password & t = recipient's number & m = text message content

You can also download the source code to your website.

The Code is as follows:


/*
Required PHP extensions: curl and simplexml
*/
Include "libs/fetion. class. php ";
# Set the Apsara stack account password
$ Username = "15900000000 ";
$ Password = "password ";
// Receive number, website space, multiple numbers separated by "," (159..., 159 ..)
$ Sendto = "15900000000,13400000000 ";
// Message content
$ Message = "I am from heqee.com ";
// Instantiate (required)
$ Fetion = new fetion ($ username, $ password );
// Send a Boolean response
$ Sms = $ fetion-> send ($ sendto, $ message );
If ($ sms ){
Echo "OK ";
}
?>


Open source code download

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.