Simple proxy for the GitHub API, written in PHP, to run on my DreamHost shared host.
You can install dependencies with composer
:
$ composer install
You can test that everything is working by doing something like this:
curl -d " \
{ \
\"query\": \"query { viewer { login }}\" \
} \
" https://github.unindented.org/graphql
- Code:
git clone https://github.com/unindented/dreamhost-github-proxy.git
- Home: https://unindented.org/
Daniel Perez Alvarez (unindented@gmail.com)
Copyright (c) 2020 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.