{"id":33018381,"url":"https://github.com/kherge-archive/php-go","last_synced_at":"2025-11-16T14:00:35.503Z","repository":{"id":6772715,"uuid":"8019569","full_name":"kherge-archive/php-go","owner":"kherge-archive","description":"A simple PHP build tool.","archived":true,"fork":false,"pushed_at":"2014-02-02T06:20:30.000Z","size":594,"stargazers_count":68,"open_issues_count":1,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-05T19:14:25.622Z","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/kherge-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-05T00:39:44.000Z","updated_at":"2025-01-04T20:10:47.000Z","dependencies_parsed_at":"2022-08-06T20:00:34.682Z","dependency_job_id":null,"html_url":"https://github.com/kherge-archive/php-go","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/kherge-archive/php-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherge-archive%2Fphp-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherge-archive%2Fphp-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherge-archive%2Fphp-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherge-archive%2Fphp-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kherge-archive","download_url":"https://codeload.github.com/kherge-archive/php-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherge-archive%2Fphp-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284719042,"owners_count":27052182,"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-11-16T02:00:05.974Z","response_time":65,"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-11-13T18:00:39.567Z","updated_at":"2025-11-16T14:00:35.493Z","avatar_url":"https://github.com/kherge-archive.png","language":"PHP","funding_links":[],"categories":["构建工具","构建工具( Build Tools )"],"sub_categories":[],"readme":"Go\n==\n\n[![Build Status]](http://travis-ci.org/herrera-io/php-go)\n\nGo is a simple PHP build tool built on [Symfony Console][].\n\n**Gofile**:\n\n```php\n\u003c?php\n\nuse Symfony\\Component\\Console\\Input\\InputInterface;\nuse Symfony\\Component\\Console\\Output\\OutputInterface;\n\n// create our task\ntask(\n    'hello',\n    'Say hello',\n    function (InputInterface $input, OutputInterface $output) {\n        $output-\u003ewriteln(\n            sprintf(\n                'Hello, %s%s',\n                $input-\u003egetArgument('name'),\n                $input-\u003egetOption('ending')\n            )\n        );\n    }\n);\n\n// add an argument to the task\narg('name', ARG_IS_OPTIONAL, 'Your name', 'world');\n\n// add an option to the task\noption('ending', 'e', OPT_IS_OPTIONAL, 'How to end', '!');\n```\n\n```sh\n$ bin/go hello\nHello, world!\n$ bin/go hello Kevin -e .\nHello, Kevin.\n```\n\nDocumentation\n-------------\n\n- [Installing][]\n- [Usage][]\n\n[Build Status]: https://secure.travis-ci.org/herrera-io/php-go.png?branch=master\n[Symfony Console]: http://symfony.com/doc/current/components/console/introduction.html\n[Installing]: doc/00-Installing.md\n[Usage]: doc/01-Usage.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkherge-archive%2Fphp-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkherge-archive%2Fphp-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkherge-archive%2Fphp-go/lists"}