/dreamhost-github-proxy

Simple proxy for the GitHub API, written in PHP, to run on my DreamHost shared host.

Primary LanguagePHPMIT LicenseMIT

GitHub Proxy on DreamHost

Simple proxy for the GitHub API, written in PHP, to run on my DreamHost shared host.

Install

You can install dependencies with composer:

$ composer install

Test

You can test that everything is working by doing something like this:

curl -d " \
 { \
   \"query\": \"query { viewer { login }}\" \
 } \
" https://github.unindented.org/graphql

Meta

Contributors

Daniel Perez Alvarez (unindented@gmail.com)

License

Copyright (c) 2020 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.