Download the PHP package lefuturiste/fileshoster without Composer
On this page you can find all versions of the php package lefuturiste/fileshoster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lefuturiste/fileshoster
More information about lefuturiste/fileshoster
Files in lefuturiste/fileshoster
Package fileshoster
Short Description A simple api fileshoster powered by php. Full featured and simple installation.
License MIT
Informations about the package fileshoster
Files Hoster
Simple php files hoster api based on slimframework3.
No configuration and no more code, this is like a CMS website
Installing application
Server Requirement
Require PHP 7.1 or higher
Require Mysql 5.5 or higher
Install with composer
Do a:
composer create-project lefuturiste/fileshoster
for download the project
Move in directory:
cd fileshoster
Run command line installer
php installer setup
In installer, anwser the question by your own configuration like: mysql database username, password and name of database.
Just follow the installer!
Install with git
Do a:
git https://github.com/lefuturiste/fileshoster.git
for download the project
Move in directory:
cd fileshoster
Run command line installer
php installer setup
In installer, anwser the question by your own configuration like: mysql database username, password and name of database.
Just follow the installer!
Install manualy
You can also create your own .env file and auth.yml file it's easy and simple!!
Configuration
Use .env
file for set the configuation.
Run application
You must set, in your webserver configuration the root path : public
Usage
Just simple two way:
- Use database
- Use the api (see wiki)
Please read the wiki for see all usages.
Support
Open an issue on this repository.
Enjoy !
All versions of fileshoster with dependencies
simplon/mysql Version ^2.2
vlucas/phpdotenv Version ^2.4
symfony/console Version ^3.3
uploader/uploader Version ^1.4
guzzlehttp/guzzle Version ^6.3
symfony/yaml Version ^3.3