{"id":21431514,"url":"https://github.com/ecomclub/wh-echo","last_synced_at":"2026-05-21T07:43:19.542Z","repository":{"id":96380002,"uuid":"146800209","full_name":"ecomclub/wh-echo","owner":"ecomclub","description":"Heroku app to deploy a echo server for webhooks tests","archived":false,"fork":false,"pushed_at":"2018-08-31T00:50:53.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T08:33:12.435Z","etag":null,"topics":["echo-server","herokuapp","php7"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecomclub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-30T19:59:07.000Z","updated_at":"2022-02-12T08:26:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2f7d276-518b-4ab1-8b68-326efa7060f7","html_url":"https://github.com/ecomclub/wh-echo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomclub%2Fwh-echo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomclub%2Fwh-echo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomclub%2Fwh-echo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecomclub%2Fwh-echo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecomclub","download_url":"https://codeload.github.com/ecomclub/wh-echo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940379,"owners_count":20372070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["echo-server","herokuapp","php7"],"created_at":"2024-11-22T23:07:53.771Z","updated_at":"2026-05-21T07:43:19.509Z","avatar_url":"https://github.com/ecomclub.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Webhook echo\nA simple app to receive request from webhooks.\nYou can use any http method to do test; GET, POST, PUT, OPTION or DELETE.\nFor each valid request, a JSON file (named `request_id.json`)  will be created on dir `/doc`,\nthese files can be seen directly from browser to check the webhook request content.\n\n## Deploy to:\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/ecomclub/wh-echo)\n\n## Using\nAfter deploying on heroku or any host, you have to set APP_TOKEN on your `.env` file.\nThis token must be on URL of every request.\n\n### Endpoint\n\nWhen you finish deploy you will be able to make request on endpoint:\n\n`http://my-webhook-echo.herokuapp.com/wh/{token}/{request_id}/{any_content}`\n\n```\n{\n\t\"headers\": {\n\t\t\"CONTENT_LENGTH\": [\n\t\t\t\"0\"\n\t\t],\n\t\t\"HTTP_TOTAL_ROUTE_TIME\": [\n\t\t\t\"0\"\n\t\t],\n\t\t\"HTTP_X_REQUEST_START\": [\n\t\t\t\"1535655005549\"\n\t\t],\n\t\t\"HTTP_CONNECT_TIME\": [\n\t\t\t\"1\"\n\t\t],\n\t\t\"HTTP_VIA\": [\n\t\t\t\"1.1 vegur\"\n\t\t],\n\t\t\"HTTP_X_FORWARDED_PORT\": [\n\t\t\t\"443\"\n\t\t],\n\t\t\"HTTP_X_FORWARDED_PROTO\": [\n\t\t\t\"https\"\n\t\t],\n\t\t\"HTTP_X_FORWARDED_FOR\": [\n\t\t\t\"179.179.227.43\"\n\t\t],\n\t\t\"HTTP_X_REQUEST_ID\": [\n\t\t\t\"7669346f-f9f2-4d70-9840-486822d8f59e\"\n\t\t],\n\t\t\"HTTP_ACCEPT\": [\n\t\t\t\"*\\/*\"\n\t\t],\n\t\t\"HTTP_COOKIE\": [\n\t\t\t\"PHPSESSID=6a7f8f941b70fd8c6a5a60fdf2ce3f92\"\n\t\t],\n\t\t\"HTTP_USER_AGENT\": [\n\t\t\t\"insomnia\\/6.0.2\"\n\t\t],\n\t\t\"HTTP_CONNECTION\": [\n\t\t\t\"close\"\n\t\t],\n\t\t\"HTTP_HOST\": [\n\t\t\t\"my-webhook-echo.herokuapp.com\"\n\t\t]\n\t},\n\t\"body\": {\n        \"var1\": \"content var1\",\n        \"var2\": \"content var2\"\n    },\n\t\"id\": \"request_id\",\n\t\"content\": \"anything\",\n\t\"path\": \"request_id\\/anything\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomclub%2Fwh-echo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecomclub%2Fwh-echo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomclub%2Fwh-echo/lists"}