{"id":18386246,"url":"https://github.com/bethropolis/tinyproxy","last_synced_at":"2026-03-14T00:36:24.699Z","repository":{"id":191264944,"uuid":"684291792","full_name":"bethropolis/tinyproxy","owner":"bethropolis","description":"A lightweight PHP proxy service with caching for fetching and serving web resources.","archived":false,"fork":false,"pushed_at":"2024-08-28T18:47:03.000Z","size":58,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T00:33:22.487Z","etag":null,"topics":["curl","guzzle","guzzlehttp","offline-browsing","php","proxy","proxy-server"],"latest_commit_sha":null,"homepage":"https://bethropolis.github.io/tinyproxy/","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/bethropolis.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":"2023-08-28T20:55:55.000Z","updated_at":"2025-03-11T20:43:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"e050a922-2fb4-4fdd-93dc-ba125c41d5c9","html_url":"https://github.com/bethropolis/tinyproxy","commit_stats":null,"previous_names":["bethropolis/tiny-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bethropolis/tinyproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bethropolis%2Ftinyproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bethropolis%2Ftinyproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bethropolis%2Ftinyproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bethropolis%2Ftinyproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bethropolis","download_url":"https://codeload.github.com/bethropolis/tinyproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bethropolis%2Ftinyproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30480539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T23:57:05.347Z","status":"ssl_error","status_checked_at":"2026-03-13T23:56:58.046Z","response_time":60,"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":["curl","guzzle","guzzlehttp","offline-browsing","php","proxy","proxy-server"],"created_at":"2024-11-06T01:21:09.481Z","updated_at":"2026-03-14T00:36:24.685Z","avatar_url":"https://github.com/bethropolis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyProxy\n\ntinyproxy is a lightweight PHP proxy service with caching for fetching and serving web resources.\n\nscreenshots:\n![Screenshot 2023-09-03 00 00 25](https://github.com/bethropolis/tinyproxy/assets/66518866/7acd4764-25a7-407e-967e-d193d8165672)\n\n![Screenshot 2023-09-03 00 06 26](https://github.com/bethropolis/tinyproxy/assets/66518866/1fef1996-e96e-41f1-95dd-7f7eae89ce1c)\n\n\n## Installation\n\n1. Clone this repository to your web server:\n\n```sh\ngit clone https://github.com/bethropolis/tinyproxy.git\n\ncd tinyproxy\n```\n\n2. Install the required dependencies using Composer:\n\n```\ncomposer install\n```\n3. Run the TinyProxy service:\n```\nphp -S localhost:8080\n```\n\u003e I recommend using an `apache` server or `nginx` server.\n\nusing docker:\n```\ndocker build -t tinyproxy .\ndocker run -p 8080:80 --name tinyproxy-container tinyproxy\n```\n\n## Usage\n\nTo use TinyProxy, simply make requests to the proxy URL with the `url` parameter:\n\n```\nhttp://localhost:8080/?url=https://www.example.com\n```\ncurl:\n```bash\n$ curl http://localhost:8080/?url=https://www.example.com\n```\n\u003e replace `localhost:8080` with  your web server's address.\n\n#### parameters\n\n| parameter | description   | type  |\n| --------- | ------------- |-------|\n| `url` | The URL to proxy. |string |\n| `cache` | The cache directory. |bool|\n\n\n\u003e for more customization edit the `config.php` file.\n\n\n## Contributing\n\nContributions are welcome! If you find a bug or have an enhancement idea, please open an issue or submit a pull request.\n\n## License\n\nTinyProxy is released under the MIT License. See [LICENSE](LICENSE) for details.\n\n\nHappy proxying! 💜\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbethropolis%2Ftinyproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbethropolis%2Ftinyproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbethropolis%2Ftinyproxy/lists"}