This website works better with JavaScript.
Explore
Help
Sign In
gergely
/
smsgateway
Watch
1
Star
0
Fork
You've already forked smsgateway
0
Code
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80376ff566
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '80376ff566'
${ noResults }
smsgateway
/
src
/
SmsGateway
/
SenderInterface.php
6 lines
58 B
Raw
Normal View
History
Unescape
Escape
Started rewriting the new version json_sms.php already reflects that. The old class files are still around, though.
10 years ago
<?php
namespace SmsGateway;
interface SenderInterface
{
}