Part of the EllisLab Network
   
 
how can i send sms in codeigniter
Posted: 06 March 2010 06:00 PM   [ Ignore ]  
Grad Student
Rank
Total Posts:  56
Joined  12-08-2008

hi all

how can i send sms in codeigniter

what i need for that ?
gateway ?

plz help

thanks 4 all

Profile
 
 
Posted: 06 March 2010 07:40 PM   [ Ignore ]   [ # 1 ]  
Lab Assistant
RankRank
Total Posts:  128
Joined  01-18-2008

Sending SMS depends on a variety of factors, some technical and some legal.

Codeigniter by itself will not send SMS without a gateway or modem with the requisite SMS plan and connectivity. Also, as I mentioned, in many regions, sending SMS in a commercial sense has requirements put forth by carriers.

If I were you since you obviously are new to the field, do a search for gateways and see who/what makes the most sense in your particular region.

Profile
 
 
Posted: 07 March 2010 02:37 AM   [ Ignore ]   [ # 2 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  06-13-2007

The first thing I would do is just as 2think states first look to finding a provider that offers API access. So to shortcut that for you I normally goto http://www.programmableweb.com click the APIs link and search what I happen to be looking for then compare multiple providers of the service/s I am looking for. Hope you find this of some help for your situation.

Profile
 
 
Posted: 07 March 2010 05:08 AM   [ Ignore ]   [ # 3 ]  
Grad Student
Rank
Total Posts:  56
Joined  12-08-2008

thanks friends for helping

but
is there any libraries in codeigniter to use it ?

Profile
 
 
Posted: 07 March 2010 04:08 PM   [ Ignore ]   [ # 4 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  06-13-2007

To use SMS directly, no there is much more than just code there is hardware and other software involved. Tools for utilizing an API from a provider yes but limited and depends on the API. You have an XMLRPC Class and an XML Helper. For SOAP and curl api calls I suggest extending and adding as I did.

Profile
 
 
Posted: 08 March 2010 10:15 AM   [ Ignore ]   [ # 5 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1835
Joined  12-08-2009

Most cell carriers provide an email address that can be used to deliver SMS messages.

http://en.wikipedia.org/wiki/List_of_carriers_providing_SMS_transit

 Signature 

@basdflasjk | BitAuth: Authentication and Role-based Permissions | Session Library Replacement


Please read the User Guide! (Upgrading from a previous version?)

Profile