{"id":19675824,"url":"https://github.com/progerxp/downwind","last_synced_at":"2025-10-27T10:33:27.656Z","repository":{"id":28865448,"uuid":"32389611","full_name":"ProgerXP/Downwind","owner":"ProgerXP","description":"Flexible remote HTTP requests using native PHP streams","archived":false,"fork":false,"pushed_at":"2015-03-17T11:37:35.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T04:25:39.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgerXP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-17T11:31:47.000Z","updated_at":"2024-03-16T20:52:15.000Z","dependencies_parsed_at":"2022-09-07T23:22:01.493Z","dependency_job_id":null,"html_url":"https://github.com/ProgerXP/Downwind","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/ProgerXP%2FDownwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgerXP%2FDownwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgerXP%2FDownwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgerXP%2FDownwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgerXP","download_url":"https://codeload.github.com/ProgerXP/Downwind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240985487,"owners_count":19889101,"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":[],"created_at":"2024-11-11T17:26:01.634Z","updated_at":"2025-10-27T10:33:22.624Z","avatar_url":"https://github.com/ProgerXP.png","language":"PHP","readme":"# Downwind\n**Flexible remote HTTP requests using native PHP streams**\n\nStandalone unless you're doing `multipart/form-data` `upload()` - in this case\nhttp://proger.i-forge.net/MiMeil class is necessary (see `encodeMultipartData()`).\nNote that you'll need to not only `require()` it but also set up as described there.\n\nReleased in public domain.\n\nIf you are going to use SOCKS proxying you will need **Phisocks** class from\nhttps://github.com/ProgerXP/Phisocks (it's standalone and also in public domain).\n\n## Usage example\n\n```PHP\n$downwind = Downwind::make('http://google.com', array(\n  'Cookie' =\u003e 'test=test',\n));\n\n$downwind-\u003eaddQuery('q' =\u003e 'search-me');\n$downwind-\u003eupload('filevar', 'original.txt', fopen('file.txt', 'r'));\n$downwind-\u003econtextOptions['ignore_errors'] = 1;\n$downwind-\u003ethruSocks('localhost', 1083);\n\necho $downwind-\u003efetchData();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogerxp%2Fdownwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogerxp%2Fdownwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogerxp%2Fdownwind/lists"}