|
1 | 1 | # Handling File Uploads |
2 | 2 |
|
3 | | -[](https://travis-ci.org/aminyazdanpanah/save-uploaded-files) |
4 | | -[](https://packagist.org/packages/aminyazdanpanah/save-uploaded-files) |
5 | | -[](https://scrutinizer-ci.com/g/aminyazdanpanah/save-uploaded-files/?branch=master) |
| 3 | +[](https://travis-ci.org/aminyazdanpanah/handling-file-uploads) |
| 4 | +[](https://packagist.org/packages/aminyazdanpanah/handling-file-uploads) |
| 5 | +[](https://scrutinizer-ci.com/g/aminyazdanpanah/handling-file-uploads/?branch=master) |
6 | 6 | [](https://github.com/aminyazdanpanah/PHP-FFmpeg-video-streaming/blob/master/LICENSE) |
7 | | -[](https://scrutinizer-ci.com/code-intelligence) |
8 | | -[](https://packagist.org/packages/aminyazdanpanah/save-uploaded-files) |
| 7 | +[](https://scrutinizer-ci.com/code-intelligence) |
| 8 | +[](https://packagist.org/packages/aminyazdanpanah/handling-file-uploads) |
9 | 9 |
|
10 | 10 |
|
11 | 11 | Handles multiple uploads with a powerful validation for images, videos, audios, and archive files. This package allows you to handle your file after your file was uploaded. You can resize, convert, extract and so many things to do after your files were uploaded. At the end, you can extract details of files into an `array`. |
@@ -80,7 +80,7 @@ $upload = $upload->file('upload_key_name') |
80 | 80 |
|
81 | 81 | var_dump("<pre>", $upload, "</pre>"); |
82 | 82 | ``` |
83 | | -**Important: Please see [examples](https://github.com/aminyazdanpanah/save-uploaded-files/blob/master/examples/) for more information. In these pages you can see complete examples of usage this package.** |
| 83 | +**Important: Please see [examples](https://github.com/aminyazdanpanah/handling-file-uploads/blob/master/examples/) for more information. In these pages you can see complete examples of usage this package.** |
84 | 84 |
|
85 | 85 | ## Documentation |
86 | 86 | It is recommended to browse the source code as it is self-documented. |
@@ -341,24 +341,24 @@ print_r($uploads->count());// Returns the number of uploads |
341 | 341 |
|
342 | 342 |
|
343 | 343 | ## Examples |
344 | | -For see complete example, please go to [examples](https://github.com/aminyazdanpanah/save-uploaded-files/blob/master/examples). |
| 344 | +For see complete example, please go to [examples](https://github.com/aminyazdanpanah/handling-file-uploads/blob/master/examples). |
345 | 345 |
|
346 | 346 | ## Contributing |
347 | 347 |
|
348 | 348 | I'd love your help in improving, correcting, adding to the specification. |
349 | | -Please [file an issue](https://github.com/aminyazdanpanah/save-uploaded-files/issues) |
350 | | -or [submit a pull request](https://github.com/aminyazdanpanah/save-uploaded-files/pulls). |
| 349 | +Please [file an issue](https://github.com/aminyazdanpanah/handling-file-uploads/issues) |
| 350 | +or [submit a pull request](https://github.com/aminyazdanpanah/handling-file-uploads/pulls). |
351 | 351 |
|
352 | | -Please see [Contributing File](https://github.com/aminyazdanpanah/save-uploaded-files/blob/master/CONTRIBUTING.md) for more information. |
| 352 | +Please see [Contributing File](https://github.com/aminyazdanpanah/handling-file-uploads/blob/master/CONTRIBUTING.md) for more information. |
353 | 353 |
|
354 | 354 | ## Security |
355 | 355 |
|
356 | 356 | If you discover a security vulnerability within this package, please send an e-mail to Amin Yazdanpanah via: |
357 | 357 | contact [AT] aminyazdanpanah • com. |
358 | 358 | ## Credits |
359 | 359 |
|
360 | | -- [Amin Yazdanpanah](http://www.aminyazdanpanah.com/?u=github.com/aminyazdanpanah/save-uploaded-files) |
| 360 | +- [Amin Yazdanpanah](http://www.aminyazdanpanah.com/?u=github.com/aminyazdanpanah/handling-file-uploads) |
361 | 361 |
|
362 | 362 | ## License |
363 | 363 |
|
364 | | -The MIT License (MIT). Please see [License File](https://github.com/aminyazdanpanah/save-uploaded-files/blob/master/LICENSE) for more information. |
| 364 | +The MIT License (MIT). Please see [License File](https://github.com/aminyazdanpanah/handling-file-uploads/blob/master/LICENSE) for more information. |
0 commit comments