{"id":19281498,"url":"https://github.com/coding/coding-sdk-php","last_synced_at":"2025-02-23T22:19:33.506Z","repository":{"id":45070720,"uuid":"420045973","full_name":"coding/coding-sdk-php","owner":"coding","description":"CODING.net SDK for PHP","archived":false,"fork":false,"pushed_at":"2022-01-11T02:56:53.000Z","size":111,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-05T22:04:54.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/coding/sdk","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/coding.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":"2021-10-22T09:49:59.000Z","updated_at":"2022-02-07T05:56:14.000Z","dependencies_parsed_at":"2022-08-21T08:50:32.816Z","dependency_job_id":null,"html_url":"https://github.com/coding/coding-sdk-php","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding%2Fcoding-sdk-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding%2Fcoding-sdk-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding%2Fcoding-sdk-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coding%2Fcoding-sdk-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coding","download_url":"https://codeload.github.com/coding/coding-sdk-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240385911,"owners_count":19793093,"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","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":"2024-11-09T21:22:56.905Z","updated_at":"2025-02-23T22:19:33.201Z","avatar_url":"https://github.com/coding.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CODING SDK for PHP\n\n[![codecov](https://codecov.io/gh/Coding/coding-sdk-php/branch/main/graph/badge.svg?token=aaJqvjWodd)](https://codecov.io/gh/Coding/coding-sdk-php)\n[![CI](https://github.com/Coding/coding-sdk-php/actions/workflows/ci.yml/badge.svg)](https://github.com/Coding/coding-sdk-php/actions/workflows/ci.yml)\n[![Total Downloads](http://poser.pugx.org/coding/sdk/downloads)](https://packagist.org/packages/coding/sdk)\n[![PHP Version Require](http://poser.pugx.org/coding/sdk/require/php)](https://www.php.net/supported-versions.php)\n\n## Install\n\n```shell\ncomposer require coding/sdk\n```\n\n## Examples\n\n### Create Iteration\n\n```php\n\u003c?php\n\nrequire 'vendor/autoload.php';\n\nuse Coding\\Client;\nuse Coding\\Iteration;\n\n$client = new Client();\n$projectName = 'project-foo';\n$client-\u003esetProjectName($projectName);\n$client-\u003esetProjectToken('c127894e5a851cef22dc317f882dfb9ca6054321');\n\n$iteration = new Iteration($client);\n$result = $iteration-\u003ecreate([\n    'Name' =\u003e 'Sprint 1',\n]);\n$teamDomain = 'my-team';\necho \"https://${teamDomain}.coding.net/p/{$projectName}/iterations/${result['Code']}/issues\\n\";\n```\n\n## Resources\n\n- [CODING OPEN API](https://help.coding.net/openapi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoding%2Fcoding-sdk-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoding%2Fcoding-sdk-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoding%2Fcoding-sdk-php/lists"}