Skip to content

Commit

Permalink
feat: Initial api
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowPhoenix18 committed Feb 17, 2021
0 parents commit e9cd0df
Show file tree
Hide file tree
Showing 6 changed files with 487 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
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "syntaxphoenix/bgpview-php",
"version": "0.0.1",
"type": "framework",
"autoload": {
"psr-4": {
"SyntaxPhoenix\\Api\\BGPView\\" : "src/"
}
},
"require": {
"guzzlehttp/guzzle": "7.0"
}
}
Loading

0 comments on commit e9cd0df

Please sign in to comment.