{"id":18737895,"url":"https://github.com/technodelight/php-jira-domain-models","last_synced_at":"2025-11-17T20:30:17.389Z","repository":{"id":57066166,"uuid":"218535946","full_name":"technodelight/php-jira-domain-models","owner":"technodelight","description":"Domain models for entities in Jira","archived":false,"fork":false,"pushed_at":"2023-12-05T19:24:10.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T17:27:54.253Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technodelight.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-30T13:38:00.000Z","updated_at":"2022-12-06T12:41:14.000Z","dependencies_parsed_at":"2023-12-05T20:39:25.617Z","dependency_job_id":null,"html_url":"https://github.com/technodelight/php-jira-domain-models","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"51a7be72846efc89972a8467b686ccf948d6db61"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-domain-models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-domain-models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-domain-models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-domain-models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technodelight","download_url":"https://codeload.github.com/technodelight/php-jira-domain-models/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611969,"owners_count":19668276,"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-07T15:27:20.947Z","updated_at":"2025-11-17T20:30:17.232Z","avatar_url":"https://github.com/technodelight.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-jira-domain-models\nDomain models for entities in Jira\n\n## usage\n\n```php\n\u003c?php\n\nuse Technodelight\\Jira\\Domain\\Field;\n\n$field = Field::fromArray([\n  'id' =\u003e 1,\n  'key' =\u003e 'description',\n  'name' =\u003e 'Description',\n  'custom' =\u003e false,\n  'clauseNames' =\u003e [],\n  'schema' =\u003e []\n]);\n```\nThe above example is purely fictious, though it's working this way, it's not really intended \nto be used as per above in real life.\n\nThis Domain model library contains domain models for most of the entities used in JIRA API (in user scenarios).\nIt does not contains models for admin-related entities.\n\n## license\n\nGNU GPLv3\nCopyright (c) 2015-2019 Zsolt Gál\nSee LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fphp-jira-domain-models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnodelight%2Fphp-jira-domain-models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fphp-jira-domain-models/lists"}