Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
- Instagram pro welcome :)
  • Loading branch information
Hasokeyk committed Mar 22, 2022
1 parent fe8bf4d commit b8fcd9e
Show file tree
Hide file tree
Showing 18 changed files with 892 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

[*.{php,html,twig}]
indent_style = space
indent_size = 4

[*.md]
max_line_length = 80

[COMMIT_EDITMSG]
max_line_length = 0
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea/
vendor/
src/cache/*
src/Instagram/
index.php
register.php
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Hasan Yüksektepe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 1 addition & 0 deletions README-TR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hazırlanıyor
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# instagram-pro

Coming Soon
32 changes: 32 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name":"hasokeyk/instagram-pro",
"authors":[
{
"name":"Hasan Yüksektepe",
"email":"hasanhasokeyk@hotmail.com",
"homepage":"https://hayatikodla.net",
"role":"Developer"
}
],
"type":"library",
"keywords":[
"instagram",
"instagram user",
"instagram static",
"instagram post",
"instagram tag",
"instagram a2f disabled"
],
"homepage":"https://hayatikodla.net",
"license":"MIT",
"minimum-stability":"stable",
"require":{
"guzzlehttp/guzzle":"^7.0.1",
"ext-json":"*"
},
"autoload":{
"psr-4":{
"Hasokeyk\\InstagramPro\\":"src/InstagramPro"
}
}
}
Loading

0 comments on commit b8fcd9e

Please sign in to comment.