Skip to content

Instantly share code, notes, and snippets.

View uvulpos's full-sized avatar
🇪🇺
think european

Tim Riedl uvulpos

🇪🇺
think european
View GitHub Profile
@uvulpos
uvulpos / Lox24_SMS-Class.md
Last active September 27, 2020 16:31
This is just a small class to send SMS with lox24 and PHP!

Hey there, this is just a small class to send SMS with lox24 and PHP! A composer package is coming so this is just a temporary solution (talked to the owner) Documentation: https://doc.lox24.eu/?l=en#operation/postSmsCollection

// example
$sms = new Lox24SMS(123456, 'api-key');