{"id":13792995,"url":"https://github.com/php-annotations/php-annotations","last_synced_at":"2025-04-04T14:09:58.450Z","repository":{"id":40726470,"uuid":"2198561","full_name":"php-annotations/php-annotations","owner":"php-annotations","description":"Industrial-strength annotations for PHP","archived":false,"fork":false,"pushed_at":"2024-03-31T14:46:46.000Z","size":397,"stargazers_count":138,"open_issues_count":30,"forks_count":36,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T03:42:53.331Z","etag":null,"topics":["annotations","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/php-annotations.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"docs/Roadmap.rst","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-08-12T18:30:43.000Z","updated_at":"2024-09-20T05:21:40.000Z","dependencies_parsed_at":"2024-06-18T12:28:23.305Z","dependency_job_id":"40ba0ebd-f5ce-4719-a9da-8ceaad45a922","html_url":"https://github.com/php-annotations/php-annotations","commit_stats":{"total_commits":203,"total_committers":14,"mean_commits":14.5,"dds":0.5665024630541872,"last_synced_commit":"d314832b338b88299c4108361c858b0590798d2c"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-annotations%2Fphp-annotations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-annotations%2Fphp-annotations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-annotations%2Fphp-annotations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-annotations%2Fphp-annotations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-annotations","download_url":"https://codeload.github.com/php-annotations/php-annotations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245489764,"owners_count":20623789,"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":["annotations","php"],"created_at":"2024-08-03T22:01:19.822Z","updated_at":"2025-03-28T13:11:16.209Z","avatar_url":"https://github.com/php-annotations.png","language":"PHP","readme":"# php-annotations\n\n[![Join the chat at https://gitter.im/php-annotations/php-annotations](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/php-annotations/php-annotations?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![CI](https://github.com/php-annotations/php-annotations/actions/workflows/tests.yml/badge.svg)](https://github.com/php-annotations/php-annotations/actions/workflows/tests.yml)\n[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/php-annotations/php-annotations/badges/quality-score.png?s=41628593655dae3740c3a64f172438430ee26b84)](https://scrutinizer-ci.com/g/php-annotations/php-annotations/)\n[![codecov](https://codecov.io/gh/php-annotations/php-annotations/graph/badge.svg?token=iAB52dISoO)](https://codecov.io/gh/php-annotations/php-annotations)\n\n[![Latest Stable Version](https://poser.pugx.org/mindplay/annotations/v/stable.svg)](https://packagist.org/packages/mindplay/annotations) [![Total Downloads](https://poser.pugx.org/mindplay/annotations/downloads.svg)](https://packagist.org/packages/mindplay/annotations) [![Latest Unstable Version](https://poser.pugx.org/mindplay/annotations/v/unstable.svg)](https://packagist.org/packages/mindplay/annotations) [![License](https://poser.pugx.org/mindplay/annotations/license.svg)](https://packagist.org/packages/mindplay/annotations)\n\nSource-code annotations for PHP.\n\nCopyright (C) 2011-2015 Rasmus Schultz \u003crasmus@mindplay.dk\u003e\n\nhttps://github.com/php-annotations/php-annotations\n\nFor documentation and updates, please visit the project Wiki:\n\nhttp://php-annotations.readthedocs.org/\n\n\n## Project Structure\n\nThe files in this project are organized as follows:\n\n```\nphp-annotations         This README and the LGPL license\n  /src\n    /annotations        The core of the library itself\n      /standard         Standard library of annotation classes\n  /demo                 Browser-based example/demonstration\n  /docs                 Documentation files (http://php-annotations.readthedocs.org/en/latest/)\n  /test                 Unit tests for the core of the library\n    /test.php           Test suite runner\n    /annotations        Fixture Annotation types\n    /lib                Unit test library\n    /runtime            Run-time cache folder used for tests\n    /suite              Test cases\n```\n\nThe \"mindplay\" folder is the only folder required for the annotation\nframework itself - other folders contain demonstration code, tests, etc.\n\nTo run the test suite, run \"php-annotations/test/test.php\" from a\nbrowser - a summary of the test-results will be displayed on the page.\n\n\n## Code Style\n\nLargely PSR-2 compliant:\n\nhttps://raw.github.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md\n\n\n## License\n\nhttp://www.gnu.org/licenses/lgpl-3.0.txt\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License as\npublished by the Free Software Foundation; either version 3 of\nthe License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, see \u003chttp://www.gnu.org/licenses\u003e.\n\nAdditional permission under GNU GPL version 3 section 7\n\nIf you modify this Program, or any covered work, by linking or\ncombining it with php-annotations (or a modified version of that\nlibrary), containing parts covered by the terms of the LGPL, the\nlicensors of this Program grant you additional permission to convey\nthe resulting work.\n","funding_links":[],"categories":["类库"],"sub_categories":["API文档"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-annotations%2Fphp-annotations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-annotations%2Fphp-annotations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-annotations%2Fphp-annotations/lists"}