1
0
Fork 0

Created basic composer project with no sources

This commit is contained in:
Gergely POLONKAI 2012-10-06 23:52:33 +02:00
commit cc3b654593
3 changed files with 25 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor

10
README.md Normal file
View File

@ -0,0 +1,10 @@
SmsSender
=========
SmsSender is a JSON-RPC based SMS Sender, which can interact with
gergelypolonkai/smsgateway.
Features
--------
* Send SMS messages through [gergelypolonkai/smsgateway](https://github.com/gergelypolonkai/smsgateway)

14
composer.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "gergelypolonkai/smssender",
"description": "SMS Sender class to interact with gergelypolonkai/smsgateway",
"minimum-stability": "dev",
"authors": [
{
"name": "Gergely Polonkai",
"email": "gergely@polonkai.eu"
}
],
"require": {
}
}