Skip to content

Commit 3f2368c

Browse files
committed
Version 2.0 ✨
- Support for installation via composer - Option to control the content-type accepted - You can now fully configure both Curl mode and Stream mode - You can configure the location of temporary files or choose to use memory instead - You can choose to use JSONP or serve the content in the standard way - In projects with the Inphinit framework, exceptions that occur will have resources to facilitate the identification of failures - It is possible to create and implement your own download method or even extend the main class.
1 parent a3e8338 commit 3f2368c

16 files changed

+1146
-2322
lines changed

.gitignore

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,49 @@
1-
php_errors.log
2-
cache/*
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
# Folder config file
6+
Desktop.ini
7+
8+
# Recycle Bin used on file shares
9+
$RECYCLE.BIN/
10+
11+
# Windows shortcuts
12+
*.lnk
13+
14+
# =========================
15+
# Operating System Files
16+
# =========================
17+
18+
# OSX
19+
# =========================
20+
21+
.DS_Store
22+
.AppleDouble
23+
.LSOverride
24+
25+
# Thumbnails
26+
._*
27+
28+
# Files that might appear in the root of a volume
29+
.DocumentRevisions-V100
30+
.fseventsd
31+
.Spotlight-V100
32+
.TemporaryItems
33+
.Trashes
34+
.VolumeIcon.icns
35+
36+
# Directories potentially created on remote AFP share
37+
.AppleDB
38+
.AppleDesktop
39+
Network Trash Folder
40+
Temporary Items
41+
.apdisk
42+
43+
# Logs
44+
*.log
45+
46+
.phpintel/
47+
.idea/
48+
.vscode/
49+
/.*

0 commit comments

Comments
 (0)