Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
madmages committed Jul 28, 2019
0 parents commit 7dc020d
Show file tree
Hide file tree
Showing 99 changed files with 24,901 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Telegram Types

Representaion of [telegram bot types](https://core.telegram.org/bots/api#available-types) in php classes
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "madmagestelegram/types",
"description": "Representation of telegram bot types in php classes",
"type": "library",
"license": "MIT",
"require": {
"php": "^7.2",
"ext-json": "*",
"jms/serializer": "^3.1"
},
"autoload": {
"psr-4": {
"MadmagesTelegram\\Types\\": "src/"
}
}
}
Loading

0 comments on commit 7dc020d

Please sign in to comment.