{"id":20547817,"url":"https://github.com/javiercanon/web-github-issue-reporting","last_synced_at":"2026-05-04T00:32:01.022Z","repository":{"id":98103709,"uuid":"165894627","full_name":"JavierCanon/web-github-issue-reporting","owner":"JavierCanon","description":"💻 🐞  PHP Simple (KISS) user friendly webpage to report a GitHub issue, with DB backup","archived":false,"fork":false,"pushed_at":"2020-02-12T21:18:19.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T03:55:03.870Z","etag":null,"topics":["bootstrap","bootstrap-4","bootstrap4","bug","bugreport","bugs","crash-reporting","github","github-issues","issues","php","responsive","responsive-design","responsive-web-design","sqlite","sqlite3","sqlite3-database"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/JavierCanon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-15T17:32:36.000Z","updated_at":"2023-02-19T02:16:36.000Z","dependencies_parsed_at":"2023-05-23T18:00:07.233Z","dependency_job_id":null,"html_url":"https://github.com/JavierCanon/web-github-issue-reporting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JavierCanon/web-github-issue-reporting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierCanon%2Fweb-github-issue-reporting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierCanon%2Fweb-github-issue-reporting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierCanon%2Fweb-github-issue-reporting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierCanon%2Fweb-github-issue-reporting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JavierCanon","download_url":"https://codeload.github.com/JavierCanon/web-github-issue-reporting/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavierCanon%2Fweb-github-issue-reporting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","bootstrap-4","bootstrap4","bug","bugreport","bugs","crash-reporting","github","github-issues","issues","php","responsive","responsive-design","responsive-web-design","sqlite","sqlite3","sqlite3-database"],"created_at":"2024-11-16T02:10:44.584Z","updated_at":"2026-05-04T00:32:00.990Z","avatar_url":"https://github.com/JavierCanon.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-github-issue-reporting\nSimple (KISS) user friendly webpage to report a GitHub issue,\nwith DB backup in SQlite.\n\n- Responsive with Bootstrap 4.\n- User Antispam and Google Score Antispam\n- Copy to web server, edit config vars, and run.  \n\n\n## Philosophy of Javier Cañon\n* KISS by design and programming. An acronym for \"keep it simple, stupid\" or \"keep it stupid simple\", is a design principle. The KISS principle states that most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided. Variations on the phrase include: \"Keep it simple, silly\", \"keep it short and simple\", \"keep it simple and straightforward\", \"keep it small and simple\", or \"keep it stupid simple\".\n\n* Select the best tools for the job, use tools that take less time to finish the job.\n* Productivity over complexity and avoid unnecessary complexity for elegant or beauty code.\n\n* Computers are machines, more powerful every year, give them hard work, concentrate on being productive.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\nPHP \u003e= 5.6\nSqlite 3\nGoogle Recaptcha v3 Keys\nGithub Project\n```\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\n1. Copy the folder to subdirectory/subdomain.\n2. Go to Google and register the website to get [Recaptcha](https://www.google.com/recaptcha/admin#list)\n3. Config de app:\n\n```\n3.1 put Google Recaptcha v3 keys in config.php file\n3.2 in header of index.php set Github user data:\n$GithubUsernameToken = \"YourAuthorizationToken\";\n$GithubUsername = \"YourUsername\";\n$GithubRepository = \"TheFullNameOfYourRepository\";\n```\n\n#### Screenshots\n\n![](docs/img/screenshot-localhost-37944-2019.01.17-18-42-05.png?raw=true)\n\n## Running the tests\n\nExplain how to run the automated tests for this system\n\n### Break down into end to end tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n### And coding style tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n## Deployment\n\nAdd additional notes about how to deploy this on a live system\n\n## Built With\n\n* Microsoft Visual Studio 2019\n\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). \n\n## Authors\n\n* [Javier Cañon](https://www.javiercanon.com)\n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n---\nMade with ❤️ by [Javier Cañon](https://www.javiercanon.com).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviercanon%2Fweb-github-issue-reporting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaviercanon%2Fweb-github-issue-reporting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaviercanon%2Fweb-github-issue-reporting/lists"}