Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoulgrave committed Nov 13, 2016
1 parent f57f967 commit 1f5ab90
Show file tree
Hide file tree
Showing 6 changed files with 1,194 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea
/vendor
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ahoulgrave/silex-tg-service-provider",
"description": "Silex Service Provider for the Telegram SDK",
"type": "library",
"require": {
"irazasyed/telegram-bot-sdk": "^2.1",
"silex/silex": "~2.0"
},
"authors": [
{
"name": "Agustin Houlgrave",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {
"": "src/"
}
}
}
Loading

0 comments on commit 1f5ab90

Please sign in to comment.