How to receive an SMS via Codeigniter?

1

I have a system that uses framework PHP Codeigniter and I need to receive SMS from a GPS of those car, which will give me the coordinates of the car in the style of Google Maps and from there I save in the database coordinates and date .

Is there any library, API or place I can look to help me develop this?

    
asked by anonymous 10.03.2014 / 12:31

1 answer

1

There is a library called CodeIgniter TextMagic Api in the git hub. It may be that this helps you have a starting point, or even solve your problem.

link

    
10.03.2014 / 12:42