Created basic composer project with no sources
This commit is contained in:
commit
cc3b654593
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
vendor
|
10
README.md
Normal file
10
README.md
Normal 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
14
composer.json
Normal 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": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user