https://github.com/m42e/php-rest-store
Simple store text or other data via simple rest interface
https://github.com/m42e/php-rest-store
Last synced: 9 months ago
JSON representation
Simple store text or other data via simple rest interface
- Host: GitHub
- URL: https://github.com/m42e/php-rest-store
- Owner: m42e
- License: mit
- Created: 2015-07-11T17:55:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T20:53:50.000Z (almost 11 years ago)
- Last Synced: 2025-09-23T21:46:02.118Z (9 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP REST Store
A Simple php script which allows you to keep track of some data on your server.
It does not use databases just simple files and offers a simple as possible interface.
I use it to share some shell commands, I want to demonstate to other or transfer links that are much to complicated, snippets I don't want to send by mail, ....
There is also a small shell script for piping to this api or getting some things of it [here](https://github.com/m42e/shell-rest-store.git)