Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bennyscripts/phphaste
- Owner: bennyscripts
- License: mit
- Created: 2021-05-15T18:59:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T11:32:31.000Z (about 3 years ago)
- Last Synced: 2023-06-25T21:21:19.754Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.