{"id":34776572,"url":"https://github.com/asbamboo/openpay-example","last_synced_at":"2026-05-25T15:33:26.854Z","repository":{"id":56949946,"uuid":"154267131","full_name":"asbamboo/openpay-example","owner":"asbamboo","description":"asbamboo/openpay 聚合支付的使用例子","archived":false,"fork":false,"pushed_at":"2022-02-15T08:21:04.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T19:24:16.624Z","etag":null,"topics":["asbamboo","example","openpay"],"latest_commit_sha":null,"homepage":"http://www.asbamboo.com","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/asbamboo.png","metadata":{"files":{"readme":"README.rst","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":"2018-10-23T05:23:23.000Z","updated_at":"2023-03-13T09:03:38.000Z","dependencies_parsed_at":"2022-08-21T03:10:21.862Z","dependency_job_id":null,"html_url":"https://github.com/asbamboo/openpay-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asbamboo/openpay-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asbamboo%2Fopenpay-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asbamboo%2Fopenpay-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asbamboo%2Fopenpay-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asbamboo%2Fopenpay-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asbamboo","download_url":"https://codeload.github.com/asbamboo/openpay-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asbamboo%2Fopenpay-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33482111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"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":["asbamboo","example","openpay"],"created_at":"2025-12-25T08:32:51.616Z","updated_at":"2026-05-25T15:33:26.847Z","avatar_url":"https://github.com/asbamboo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"asbamboo/openpay-example\n===============================\n\n#. 简介_\n\n#. linux下运行项目示例_\n\n简介\n------------------------------------\n\nopenpay-example 是 `asbamboo/openpay`_ 项目的具体实现，是支付宝支付、微信支付等第三方支付聚合api接口的服务端代码。\n\n演示地址：http://demo.asbamboo.com/openpay-example/public/\n\nlinux下运行项目示例\n------------------------------\n\n*必要条件: 需要安装* `composer`_ *, php7.2以上版本*\n\n::\n\n    licy@licy-N501JW:/www$ composer create-project asbamboo/openpay-example -s dev\n\n    Installing asbamboo/openpay-example (dev-master e825d9f5f81cf69ed21d0dedfb39afd6391e1859)\n      - Installing asbamboo/openpay-example (dev-master master): Cloning master from cache\n    Created project in /www/openpay-example\n    Loading composer repositories with package information\n    Installing dependencies (including require-dev) from lock file\n    Package operations: 58 installs, 0 updates, 0 removals\n      - Installing psr/container (dev-master 014d250): Cloning 014d250dae from cache\n      - Installing psr/http-message (dev-master f6561bf): Cloning f6561bf28d from cache\n      - Installing asbamboo/autoload (1.0.1.x-dev 5552e41): Cloning 5552e4195e from cache\n\n    ...\n\n    licy@licy-N501JW:/www$ cd openpay-example/\n\n    licy@licy-N501JW:/www/openpay-example$ ./vendor/bin/asbamboo-database asbamboo:database:schema-create\n\n     !                                                                                                                      \n     ! [CAUTION] This operation should not be executed in a production environment!                                         \n     !                                                                                                                      \n    \n     Creating database schema...\n    \n                                                                                                                            \n     [OK] Database schema created successfully!                                                                             \n\n\n    licy@licy-N501JW:/www/openpay-example$ cd public\n    \n    licy@licy-N501JW:/www/openpay-example/public$  php -S 127.0.0.1:8000\n    \n    PHP 7.2.6 Development Server started at Sun Mar  3 15:23:03 2019\n    Listening on http://127.0.0.1:8000\n    Document root is /www/openpay-example/public\n    Press Ctrl-C to quit.\n    \n\n在浏览器访问 http://127.0.0.1:8000\n\n.. _asbamboo/openpay: https://github.com/asbamboo/openpay\n.. _composer: https://getcomposer.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasbamboo%2Fopenpay-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasbamboo%2Fopenpay-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasbamboo%2Fopenpay-example/lists"}