Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/websoftwares/php-multi-upload


https://github.com/websoftwares/php-multi-upload

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# php-multi-upload

## System requirements

- PHP 7+
- MySQL 5.6+
- Linux system?

## Installation

1) Execute the database queries from the sql folder.
2) Install dependencies:

```
php composer.phar install
```

4) Start php web server from root folder (not document root)

```
php -S localhost:8080 -t public/
```

## Testing
In the `/test` folder u can find several tests.

## License
The [MIT](http://opensource.org/licenses/MIT "MIT") License (MIT).