From 14252abe1e7a8cf66b699d68bf3994d0386a7839 Mon Sep 17 00:00:00 2001 From: Athlon1600 Date: Sun, 8 Oct 2023 10:43:12 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b4827d8..3a526d4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![](https://img.shields.io/github/last-commit/Athlon1600/php-curl-file-downloader.svg) +![Packagist Downloads (custom server)](https://img.shields.io/packagist/dm/Athlon1600/php-curl-file-downloader) + # Download large files using PHP and cURL There's too many code snippets on the Internet on how to do this, but not enough libraries.