PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
werneckbh
/
qr-code
/
docs
/
examples
/
sms
/
Editing: index.md
### SMS Did you know you can have people send SMS by scanning a QR Code? ```php <?php use QR_Code\Types\QR_Sms; $sms = new QR_Sms('+55 (31) 1234-5678', 'Text to send!'); $sms->png(); ``` Try scanning this with your smartphone! 
SAVE
CANCEL