Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 490cedb

Browse files
release v1.0.13
1 parent c2d0016 commit 490cedb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Handling File Uploads
22

3-
[![Build Status](https://travis-ci.org/aminyazdanpanah/save-uploaded-files.svg?branch=master)](https://travis-ci.org/aminyazdanpanah/save-uploaded-files)
4-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/aminyazdanpanah/save-uploaded-files.svg?style=flat-square)](https://packagist.org/packages/aminyazdanpanah/save-uploaded-files)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aminyazdanpanah/save-uploaded-files/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aminyazdanpanah/save-uploaded-files/?branch=master)
3+
[![Build Status](https://travis-ci.org/aminyazdanpanah/handling-file-uploads.svg?branch=master)](https://travis-ci.org/aminyazdanpanah/handling-file-uploads)
4+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/aminyazdanpanah/handling-file-uploads.svg?style=flat-square)](https://packagist.org/packages/aminyazdanpanah/handling-file-uploads)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aminyazdanpanah/handling-file-uploads/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/aminyazdanpanah/handling-file-uploads/?branch=master)
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/aminyazdanpanah/PHP-FFmpeg-video-streaming/blob/master/LICENSE)
7-
[![Code Intelligence Status](https://scrutinizer-ci.com/g/aminyazdanpanah/save-uploaded-files/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
8-
[![Total Downloads](https://img.shields.io/packagist/dt/aminyazdanpanah/save-uploaded-files.svg?style=flat-square)](https://packagist.org/packages/aminyazdanpanah/save-uploaded-files)
7+
[![Code Intelligence Status](https://scrutinizer-ci.com/g/aminyazdanpanah/handling-file-uploads/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/aminyazdanpanah/handling-file-uploads.svg?style=flat-square)](https://packagist.org/packages/aminyazdanpanah/handling-file-uploads)
99

1010

1111
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')
8080

8181
var_dump("<pre>", $upload, "</pre>");
8282
```
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.**
8484

8585
## Documentation
8686
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
341341

342342

343343
## 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).
345345

346346
## Contributing
347347

348348
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).
351351

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.
353353

354354
## Security
355355

356356
If you discover a security vulnerability within this package, please send an e-mail to Amin Yazdanpanah via:
357357
contact [AT] aminyazdanpanah • com.
358358
## Credits
359359

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)
361361

362362
## License
363363

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

Comments
 (0)