Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websoftwares/php-multi-upload
https://github.com/websoftwares/php-multi-upload
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/websoftwares/php-multi-upload
- Owner: websoftwares
- Created: 2017-11-14T09:02:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T08:41:01.000Z (about 7 years ago)
- Last Synced: 2024-10-12T13:22:56.601Z (4 months ago)
- Language: PHP
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).