{"id":23684034,"url":"https://github.com/yop-platform/yop-php-sdk","last_synced_at":"2026-03-09T02:32:22.449Z","repository":{"id":45994122,"uuid":"324939010","full_name":"yop-platform/yop-php-sdk","owner":"yop-platform","description":"YeePay Open Platform SDK for PHP","archived":false,"fork":false,"pushed_at":"2025-05-22T02:05:30.000Z","size":136,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T18:23:49.714Z","etag":null,"topics":["php","sdk","yeepay","yop"],"latest_commit_sha":null,"homepage":"https://open.yeepay.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yop-platform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-28T07:11:39.000Z","updated_at":"2025-05-27T05:28:48.000Z","dependencies_parsed_at":"2024-10-19T05:45:05.213Z","dependency_job_id":"2e00297e-28ef-4a96-9833-1f877cb906a7","html_url":"https://github.com/yop-platform/yop-php-sdk","commit_stats":{"total_commits":38,"total_committers":8,"mean_commits":4.75,"dds":0.7105263157894737,"last_synced_commit":"d4761492177a88a9e89ce356503fe04cf0fa5ec1"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/yop-platform/yop-php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yop-platform%2Fyop-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yop-platform%2Fyop-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yop-platform%2Fyop-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yop-platform%2Fyop-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yop-platform","download_url":"https://codeload.github.com/yop-platform/yop-php-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yop-platform%2Fyop-php-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:23:26.802Z","status":"ssl_error","status_checked_at":"2026-03-09T02:22:46.175Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["php","sdk","yeepay","yop"],"created_at":"2024-12-29T20:32:50.428Z","updated_at":"2026-03-09T02:32:22.420Z","avatar_url":"https://github.com/yop-platform.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyop-platform%2Fyop-php-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyop-platform%2Fyop-php-sdk?ref=badge_shield)\n\n### 环境依赖\nphp v5.5+\n安装php的mcrypt扩展 openssl，启用模块curl\n\n### 目录结构描述\n```\n├──src\n│   ├── Util                        // 工具类\n│   │   ├── AESEncrypter.php        // AES函数集\n│   │   ├── Base64Url.php           // Base64Url函数集\n│   │   ├── BlowfishEncrypter.php   // 加解密处理\n│   │   ├── HttpRequest.php         // Http请求函数集\n│   │   ├── HttpUtils.php           // Http处理共通函数集\n│   │   ├── StringBuilder.php       // 字符串创建函数集\n│   │   ├── StringUtils             // 字符串处理函数集\n│   │   └── YopSignUtils.php        // YOP签名共通函数集\n│   ├── YopClient.php               // 对称秘钥请求处理函数集\n│   ├── YopClient3.php              // 非对称秘钥请求处理函数集\n│   ├── YopConfig.php               // YOP配置信息函数集\n│   ├── YopRequest.php              // YOP请求处理函数集\n│   ├── YopResponse.php             // YOP返回处理函数集\n│   ├── test                        // 测试\n│   │   ├── Info.php                // PHP环境测试页面\n│   │   └── RsaTest.php             // 测试程序页面\n│   ├── Readme.txt                  // help\n```\n### 接口调用说明\n请求示例，参考./test/RsaTest.php\n\n## License\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyop-platform%2Fyop-php-sdk.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyop-platform%2Fyop-php-sdk?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyop-platform%2Fyop-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyop-platform%2Fyop-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyop-platform%2Fyop-php-sdk/lists"}