Skip to content

Commit

Permalink
Init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesRUS52 committed Sep 11, 2019
0 parents commit 4b30042
Show file tree
Hide file tree
Showing 15 changed files with 1,040 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nbproject

### Composer ###
composer.phar
vendor/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PHP client for Tinkoff invest (PHP клиент для Тинькофф инвестиций)
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "james.rus52/tinkoffinvest",
"description": "PHP client Tinkoff Invest",
"keywords": ["php", "rest", "client", "tinkoff", "invest"],
"license" : "MIT",
"authors" : [
{
"name": "Anton V. Davydov",
"email": "[email protected]",
"homepage": "http://www.jamesr52.ru"
}
],
"autoload" : {
"psr-4" : {
"jamesRUS52\\TinkoffInvest\\" : "src"
}
},
"require" : {
"php": "^5.6 || ^7.0"
}
}
Loading

0 comments on commit 4b30042

Please sign in to comment.