Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiisoft/yii2-framework
[READ ONLY] Yii 2 framework core code only. This is a subtree split off the "yii2" repository
https://github.com/yiisoft/yii2-framework
php yii yii-framework
Last synced: 4 days ago
JSON representation
[READ ONLY] Yii 2 framework core code only. This is a subtree split off the "yii2" repository
- Host: GitHub
- URL: https://github.com/yiisoft/yii2-framework
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2013-10-02T03:24:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:44:35.000Z (3 months ago)
- Last Synced: 2024-10-29T14:35:38.551Z (3 months ago)
- Topics: php, yii, yii-framework
- Language: PHP
- Homepage: https://www.yiiframework.com
- Size: 41.4 MB
- Stars: 237
- Watchers: 53
- Forks: 136
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii PHP Framework Version 2
===========================This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2#readme).
This repository is a read-only git subsplit of .
Please submit issue reports and pull requests to the main repository.
For license information check the [LICENSE](LICENSE.md)-file.Installation
------------The preferred way to install the Yii framework is through [composer](https://getcomposer.org/download/).
Refer to [Bower and NPM Assets installation](https://www.yiiframework.com/doc/guide/2.0/en/structure-assets#bower-npm-assets) to select an asset installation method.
Either run
```
composer require yiisoft/yii2
```or add
```json
"yiisoft/yii2": "~2.0.0",
```to the require section of your composer.json.