{"id":28566836,"url":"https://github.com/salsify/multipartuploader","last_synced_at":"2025-10-15T00:48:45.009Z","repository":{"id":7317926,"uuid":"8636398","full_name":"salsify/multipartuploader","owner":"salsify","description":"Small PHP library to make sending multipart uploads a little less painful.","archived":false,"fork":false,"pushed_at":"2013-05-02T17:20:10.000Z","size":108,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-09-17T10:01:38.884Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salsify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-07T20:56:44.000Z","updated_at":"2016-03-03T11:16:30.000Z","dependencies_parsed_at":"2022-09-21T12:10:48.205Z","dependency_job_id":null,"html_url":"https://github.com/salsify/multipartuploader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salsify/multipartuploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salsify%2Fmultipartuploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salsify%2Fmultipartuploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salsify%2Fmultipartuploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salsify%2Fmultipartuploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salsify","download_url":"https://codeload.github.com/salsify/multipartuploader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salsify%2Fmultipartuploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279032534,"owners_count":26089386,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-06-10T15:39:15.412Z","updated_at":"2025-10-15T00:48:44.989Z","avatar_url":"https://github.com/salsify.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"multipart uploader\n========================\n\nIf you need to POST a multipart upload using PHP to some remote service, this will make your life much easier.\n\n\nUsage\n-----\n\n```php\n$uploader = new MultipartUploader_Uploader('http://example.com/');\n$uploader-\u003eaddPart('key', 'value');\n$uploader-\u003eaddPart('key2', 'value2');\n$uploader-\u003eaddFile('file', '/path/to/some/file.json', 'application/json');\n$uploader-\u003eaddFile('file2', '/path/to/some/sweet_image.jpg', 'image/jpeg');\n$response = $uploader-\u003epostData();\n```\n\n`$response` is an instance of [`HttpMessage`](http://www.php.net/manual/en/class.httpmessage.php).\n\n\nLimitations\n-----------\n\nThe file contents are loaded into memory, so this may not be suitable for streaming huge post bodies over the wire.\n\n\nTODO\n----\n\n* Guess the content type from the filename.\n\n\nLicense\n-------\n\n[MIT License](http://mit-license.org/) (c) Salsify, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalsify%2Fmultipartuploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalsify%2Fmultipartuploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalsify%2Fmultipartuploader/lists"}