Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bennyscripts/phphaste

An open source PHP haste server created using Slim Framework
https://github.com/bennyscripts/phphaste

Last synced: 18 days ago
JSON representation

An open source PHP haste server created using Slim Framework

Awesome Lists containing this project

README

        

# phphaste
An open source PHP haste server created using Slim Framework

### about
phphaste is an open source php haste server based on the style of hastebin.
The entirety of phphaste was built with php and using slim framework for apis
and creating new hastes.

### how to install
- Download this repository
- Install 'composer' in your system (https://getcomposer.org/download/).
- In your terminal, Change Directory to the folder which contains composer.json file
- Run 'composer install'
- composer.json contains all the dependencies names that the app needs. Therefore, when you run 'install' it automatically downloads and compiles the files into a folder call 'vendor'
- That's all.