PHPackages                             muhammadsiyab/file\_upload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. muhammadsiyab/file\_upload

ActiveLibrary[File &amp; Storage](/categories/file-storage)

muhammadsiyab/file\_upload
==========================

A PHP library for uploading files

1.0(7y ago)012MITPHP

Since Jan 21Pushed 7y agoCompare

[ Source](https://github.com/MUHAMMADSiyab/PHP-File-Uploading-Library)[ Packagist](https://packagist.org/packages/muhammadsiyab/file_upload)[ RSS](/packages/muhammadsiyab-file-upload/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP File Uploading Library
==========================

[](#php-file-uploading-library)

A PHP library for uploading files to the server

### Downloading and implementation

[](#downloading-and-implementation)

- Download the zip file manually and include in your project directory **OR**Using [Composer](https://getcomposer.org/), run command `composer require muhammadsiyab/file_upload`
- Include library in your script ```
    require_once './vendor/autoload.php';
    ```

### Uploading file

[](#uploading-file)

```
