{"id":13398874,"url":"https://github.com/zendframework/zendframework","last_synced_at":"2025-12-16T15:44:28.303Z","repository":{"id":931800,"uuid":"702550","full_name":"zendframework/zendframework","owner":"zendframework","description":"Official Zend Framework repository","archived":true,"fork":false,"pushed_at":"2019-05-22T18:35:44.000Z","size":98962,"stargazers_count":5512,"open_issues_count":19,"forks_count":2572,"subscribers_count":524,"default_branch":"master","last_synced_at":"2024-04-14T04:07:54.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://framework.zend.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zendframework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-06-04T02:42:05.000Z","updated_at":"2024-04-09T18:24:39.000Z","dependencies_parsed_at":"2022-07-17T01:30:40.773Z","dependency_job_id":null,"html_url":"https://github.com/zendframework/zendframework","commit_stats":null,"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendframework%2Fzendframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendframework%2Fzendframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendframework%2Fzendframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendframework%2Fzendframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zendframework","download_url":"https://codeload.github.com/zendframework/zendframework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234410138,"owners_count":18828150,"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-07-30T19:00:32.377Z","updated_at":"2025-09-27T07:31:30.569Z","avatar_url":"https://github.com/zendframework.png","language":null,"readme":"![Logo](https://raw.githubusercontent.com/zendframework/zf2/234b554f2ca202095aea32e4fa557553f8849664/resources/ZendFramework-logo.png)\n\n# Welcome to the *Zend Framework 3.0* Release!\n\n## RELEASE INFORMATION\n\n*Zend Framework 3.0.1dev*\n\nThis is the first maintenance release for the Zend Framework 3 series.\n\nDD MMM YYYY\n\n### UPDATES IN 3.0.1\n\nPlease see [CHANGELOG.md](CHANGELOG.md).\n\n### SYSTEM REQUIREMENTS\n\nZend Framework 3 requires PHP 5.6 or later; we recommend using the\nlatest PHP version whenever possible.\n\n### INSTALLATION\n\nWe no longer recommend installing this package directly. The package is a\nmetapackage that aggregates all components (and/or integrations) originally\nshipped with Zend Framework; in most cases, you will want a subset, and these\nmay be installed separately; see https://docs.zendframework.com/ for a list of\navailable packages and installation instructions for each.\n\nWe recommend using either the zend-mvc skeleton application:\n\n```bash\n$ composer create-project zendframework/skeleton-application project\n```\n\nor the Expressive skeleton application:\n\n```bash\n$ composer create-project zendframework/zend-expressive-skeleton project\n```\n\nThe primary use case for installing the entire framework is when upgrading from\na version 2 release.\n\nIf you decide you still want to install the entire framework:\n\n```console\n$ composer require zendframework/zendframework\n```\n\n#### GETTING STARTED\n\nA great place to get up-to-speed quickly is the [Zend Framework\nQuickStart](https://docs.zendframework.com/tutorials/getting-started/overview/).\n\nThe QuickStart covers some of the most commonly used components of ZF.\nSince Zend Framework is designed with a use-at-will architecture and\ncomponents are loosely coupled, you can select and use only those\ncomponents that are needed for your project.\n\n#### MIGRATION\n\nFor detailed information on migration from v2 to v3, please [read our Migration\nGuide](https://docs.zendframework.com/tutorials/migration/to-v3/overview/).\n\n### COMPONENTS\n\nThis package is a metapackage aggregating the following components:\n\n- [zend-authentication](https://github.com/zendframework/zend-authentication)\n- [zend-barcode](https://github.com/zendframework/zend-barcode)\n- [zend-cache](https://github.com/zendframework/zend-cache)\n- [zend-captcha](https://github.com/zendframework/zend-captcha)\n- [zend-code](https://github.com/zendframework/zend-code)\n- [zend-config](https://github.com/zendframework/zend-config)\n- [zend-console](https://github.com/zendframework/zend-console)\n- [zend-crypt](https://github.com/zendframework/zend-crypt)\n- [zend-db](https://github.com/zendframework/zend-db)\n- [zend-debug](https://github.com/zendframework/zend-debug)\n- [zend-di](https://github.com/zendframework/zend-di)\n- [zend-diactoros](https://github.com/zendframework/zend-diactoros)\n- [zend-dom](https://github.com/zendframework/zend-dom)\n- [zend-escaper](https://github.com/zendframework/zend-escaper)\n- [zend-eventmanager](https://github.com/zendframework/zend-eventmanager)\n- [zend-feed](https://github.com/zendframework/zend-feed)\n- [zend-file](https://github.com/zendframework/zend-file)\n- [zend-filter](https://github.com/zendframework/zend-filter)\n- [zend-form](https://github.com/zendframework/zend-form)\n- [zend-http](https://github.com/zendframework/zend-http)\n- [zend-hydrator](https://github.com/zendframework/zend-hydrator)\n- [zend-i18n](https://github.com/zendframework/zend-i18n)\n- [zend-i18n-resources](https://github.com/zendframework/zend-i18n-resources)\n- [zend-inputfilter](https://github.com/zendframework/zend-inputfilter)\n- [zend-json](https://github.com/zendframework/zend-json)\n- [zend-json-server](https://github.com/zendframework/zend-json-server)\n- [zend-loader](https://github.com/zendframework/zend-loader)\n- [zend-log](https://github.com/zendframework/zend-log)\n- [zend-mail](https://github.com/zendframework/zend-mail)\n- [zend-math](https://github.com/zendframework/zend-math)\n- [zend-memory](https://github.com/zendframework/zend-memory)\n- [zend-mime](https://github.com/zendframework/zend-mime)\n- [zend-modulemanager](https://github.com/zendframework/zend-modulemanager)\n- [zend-mvc](https://github.com/zendframework/zend-mvc)\n- [zend-mvc-console](https://github.com/zendframework/zend-mvc-console)\n- [zend-mvc-form](https://github.com/zendframework/zend-mvc-form)\n- [zend-mvc-i18n](https://github.com/zendframework/zend-mvc-i18n)\n- [zend-mvc-plugins](https://github.com/zendframework/zend-mvc-plugins)\n- [zend-navigation](https://github.com/zendframework/zend-navigation)\n- [zend-paginator](https://github.com/zendframework/zend-paginator)\n- [zend-permissions-acl](https://github.com/zendframework/zend-permissions-acl)\n- [zend-permissions-rbac](https://github.com/zendframework/zend-permissions-rbac)\n- [zend-progressbar](https://github.com/zendframework/zend-progressbar)\n- [zend-psr7bridge](https://github.com/zendframework/zend-psr7bridge)\n- [zend-serializer](https://github.com/zendframework/zend-serializer)\n- [zend-server](https://github.com/zendframework/zend-server)\n- [zend-servicemanager](https://github.com/zendframework/zend-servicemanager)\n- [zend-servicemanager-di](https://github.com/zendframework/zend-servicemanager-di)\n- [zend-session](https://github.com/zendframework/zend-session)\n- [zend-soap](https://github.com/zendframework/zend-soap)\n- [zend-stdlib](https://github.com/zendframework/zend-stdlib)\n- [zend-stratigility](https://github.com/zendframework/zend-stratigility)\n- [zend-tag](https://github.com/zendframework/zend-tag)\n- [zend-test](https://github.com/zendframework/zend-test)\n- [zend-text](https://github.com/zendframework/zend-text)\n- [zend-uri](https://github.com/zendframework/zend-uri)\n- [zend-validator](https://github.com/zendframework/zend-validator)\n- [zend-view](https://github.com/zendframework/zend-view)\n- [zend-xml2json](https://github.com/zendframework/zend-xml2json)\n- [zend-xmlrpc](https://github.com/zendframework/zend-xmlrpc)\n- [zendxml](https://github.com/zendframework/zendxml)\n\n### CONTRIBUTING\n\nIf you wish to contribute to Zend Framework, please read the\n[CONTRIBUTING.md](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](.github/CODE_OF_CONDUCT.md) files.\n\n### QUESTIONS AND FEEDBACK\n\nOnline documentation can be found at https://docs.zendframework.com/.\nQuestions that are not addressed in the manual should be directed to the\nrelevant repository, as linked above.\n\nIf you find code in this release behaving in an unexpected manner or\ncontrary to its documented behavior, please create an issue with the relevant\nrepository, as linked above.\n\n## Reporting Potential Security Issues\n\nIf you have encountered a potential security vulnerability in Zend Framework,\nplease report it to us at [zf-security@zend.com](mailto:zf-security@zend.com).\nWe will work with you to verify the vulnerability and patch it.\n\nWhen reporting issues, please provide the following information:\n\n- Component(s) affected\n- A description indicating how to reproduce the issue\n- A summary of the security vulnerability and impact\n\nWe request that you contact us via the email address above and give the project\ncontributors a chance to resolve the vulnerability and issue a new release prior\nto any public exposure; this helps protect Zend Framework users and provides\nthem with a chance to upgrade and/or update in order to protect their\napplications.\n\nFor sensitive email communications, please use\n[our PGP key](https://framework.zend.com/zf-security-pgp-key.asc).\n\n### LICENSE\n\nThe files in this archive are released under the Zend Framework license.\nYou can find a copy of this license in [LICENSE.md](LICENSE.md).\n\n### ACKNOWLEDGEMENTS\n\nThe Zend Framework team would like to thank all the\n[contributors](https://github.com/zendframework/zendframework/contributors) to\nthe Zend Framework project; our corporate sponsor, Zend Technologies / Rogue\nWave Software; and you, the Zend Framework user.\n\nPlease visit us sometime soon at http://framework.zend.com.\n","funding_links":[],"categories":["Others","框架( Frameworks )","基础框架"],"sub_categories":["构建/部署"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendframework%2Fzendframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzendframework%2Fzendframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendframework%2Fzendframework/lists"}