{"id":19215470,"url":"https://github.com/michabbb/php-ebay-upload-images","last_synced_at":"2026-06-22T12:31:34.077Z","repository":{"id":62521449,"uuid":"189014113","full_name":"michabbb/php-ebay-upload-images","owner":"michabbb","description":"a little helper to upload images in parallel to ebays EPS (eBay Picture Services)","archived":false,"fork":false,"pushed_at":"2024-10-30T14:08:52.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-12T01:40:35.935Z","etag":null,"topics":["ebay","eps","images","parallel","php","sdk","upload","uploadsitehostedpictures"],"latest_commit_sha":null,"homepage":"https://x.com/michabbb","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/michabbb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-28T11:20:53.000Z","updated_at":"2024-10-30T14:10:40.000Z","dependencies_parsed_at":"2022-11-02T14:00:42.141Z","dependency_job_id":null,"html_url":"https://github.com/michabbb/php-ebay-upload-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michabbb/php-ebay-upload-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabbb%2Fphp-ebay-upload-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabbb%2Fphp-ebay-upload-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabbb%2Fphp-ebay-upload-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabbb%2Fphp-ebay-upload-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michabbb","download_url":"https://codeload.github.com/michabbb/php-ebay-upload-images/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabbb%2Fphp-ebay-upload-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34649816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["ebay","eps","images","parallel","php","sdk","upload","uploadsitehostedpictures"],"created_at":"2024-11-09T14:13:47.284Z","updated_at":"2026-06-22T12:31:34.059Z","avatar_url":"https://github.com/michabbb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-ebay-upload-images\n\n### usage\n\n```php\n$images[] = file_get_contents('/tmp/img1.png');\n$images[] = file_get_contents('/tmp/img2.png');\n//$images[] = 'this should not work'; \u003c-- test this so see how things fail\n\n$EbayUploadImages = new upload_images([\n\t\t\t\t\t\t\t\t\t\t  'app-name'   =\u003e 'xxxxxxxx',\n\t\t\t\t\t\t\t\t\t\t  'cert-name'  =\u003e 'xxxxxxxx',\n\t\t\t\t\t\t\t\t\t\t  'dev-name'   =\u003e 'xxxxxxxx',\n\t\t\t\t\t\t\t\t\t\t  'siteid'     =\u003e 77,\n\t\t\t\t\t\t\t\t\t\t  'auth-token' =\u003e 'xxxxxxxx'\n\t\t\t\t\t\t\t\t\t  ]);\n$responses        = $EbayUploadImages-\u003eupload($images);\nd($responses);\n```\n\n![#f03c15](https://placehold.it/15/f03c15/000000?text=+) **notice:** `siteid` needs to be numbers, if you use letters you might get very strange SSL errors! \n\n### what you (should) get\n\n![](https://i.imgur.com/6mNud71.png)\n\n`state` should cover the result of _all_ uploads, if one failed, it will show you `FALSE` with an array key `error`. \n  \nsome more config keys you can use:\n\n- concurrency (number of parallel uploads)\n- comp-level (X-EBAY-API-COMPATIBILITY-LEVEL)\n- ExtensionInDays ([see ebay docu](https://developer.ebay.com/devzone/xml/docs/reference/ebay/UploadSiteHostedPictures.html#Request.ExtensionInDays))\n\n### You need help with the Ebay API?\n\n**hire me:** `info@macropage.de`\n\n[![Follow me](https://rawcdn.githack.com/michabbb/ebay-oauth-playground/b4eaa137aa00ff700ac18880baa0002c661857e6/docs/img/linkedin.png)](https://twitter.com/michabbb)  \n\n[![Follow me](https://rawcdn.githack.com/michabbb/ebay-oauth-playground/b4eaa137aa00ff700ac18880baa0002c661857e6/docs/img/twitter.png)](https://www.linkedin.com/in/macropage/)\n\n[![Follow me](https://rawcdn.githack.com/michabbb/ebay-oauth-playground/b4eaa137aa00ff700ac18880baa0002c661857e6/docs/img/xing.png)](https://xing.com/profile/Michael_Bladowski/cv)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichabbb%2Fphp-ebay-upload-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichabbb%2Fphp-ebay-upload-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichabbb%2Fphp-ebay-upload-images/lists"}