Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Yii Framework
 Awesome Yii Framework
A curated list of awesome Yii Framework extensions, tutorials and other nice things.
Inspired by awesome-php (https://github.com/ziadoz/awesome-php) and other awesome lists (https://github.com/sindresorhus/awesome).
@@ -11,7 +11,7 @@
⟡ Yii 2. (#yii-2)
⟡ Yii 1. (#yii-1)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Official Resources
⟡ Official site (http://www.yiiframework.com/)
@@ -22,23 +22,21 @@
⟡ YiiFeed.com (http://yiifeed.com/) - community selected stream of news about Yii framework.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Yii 2.*
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Yii 2.*
Tutorials
⟡ The definive guide to Yii2: HTML (http://www.yiiframework.com/doc-2.0/guide-index.html), PDF (en) (http://stuff.cebe.cc/yii2-guide.en.pdf), PDF (ru) 
(http://stuff.cebe.cc/yii2-guide.ru.pdf) (work in progress).
⟡ The definive guide to Yii2: HTML (http://www.yiiframework.com/doc-2.0/guide-index.html), PDF (en) (http://stuff.cebe.cc/yii2-guide.en.pdf), PDF (ru) (http://stuff.cebe.cc/yii2-guide.ru.pdf) (work in progress).
⟡ Try Yii2 (https://github.com/iJackUA/try-yii2) - Vagrant VM + Ansible provisioning = Complete readymade virtual server Yii2 playground.
Project structure examples
⟡ Official basic (https://github.com/yiisoft/yii2/tree/master/apps/basic#yii-2-basic-application-template) and advanced (http://www.yiiframework.com/doc-2.0/guide-tutorial-advanced-app.html) 
structures. Code (https://github.com/yiisoft/yii2/tree/master/apps).
⟡ Official basic (https://github.com/yiisoft/yii2/tree/master/apps/basic#yii-2-basic-application-template) and advanced (http://www.yiiframework.com/doc-2.0/guide-tutorial-advanced-app.html) structures. Code 
(https://github.com/yiisoft/yii2/tree/master/apps).
⟡ Minimal Application Template (https://github.com/samdark/yii2-minimal) by samdark.
⟡ Practical Application Template (https://github.com/kartik-v/yii2-app-practical) by kartik-v (and its variations "A" (https://github.com/kartik-v/yii2-app-practical-a) and "B" 
(https://github.com/kartik-v/yii2-app-practical-b)).
⟡ Practical Application Template (https://github.com/kartik-v/yii2-app-practical) by kartik-v (and its variations "A" (https://github.com/kartik-v/yii2-app-practical-a) and "B" (https://github.com/kartik-v/yii2-app-practical-b)).
⟡ Demo blog on AngularJS with server-side Yii2 Rest API (https://github.com/githubjeka/angular-yii2) by githubjeka.
Extensions
@@ -92,8 +90,8 @@
⟡ Yii2 Cookbook (https://github.com/samdark/yii2-cookbook/blob/master/book/README.md) by samdark (work in progress).
⟡ Yii 2 For Beginners (https://leanpub.com/yii2forbeginners) by Bill Keck
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Yii 1.*
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Yii 1.*
Tutorials
@@ -166,8 +164,7 @@
⟡ EAV behavior (https://github.com/yiiext/eav-behavior) - implements entity-attribute-value pattern.
⟡ Nested Set Behavior (https://github.com/yiiext/nested-set-behavior) - AR models behavior that allows to work with nested sets tree.
⟡ Activerecord relation behavior
 (https://github.com/yiiext/activerecord-relation-behavior) - put together the awesomeness of many yii extensions that aim to improve saving of related records.
⟡ Activerecord relation behavior (https://github.com/yiiext/activerecord-relation-behavior) - put together the awesomeness of many yii extensions that aim to improve saving of related records.
CMS (Yii based)
@@ -192,8 +189,8 @@
⟡ "Yii Rapid Application Development Hotshot" (http://www.packtpub.com/web-development/yii-rapid-application-development-hotshot) by Lauren J. O'Meara, James R. Hamilton III.
⟡ "Beginning Yii *Video* " (http://www.packtpub.com/web-development/beginning-yii-video) by Chris Backhouse.
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Communities
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Communities
⟡ http://yiinewsletter.com (http://yiinewsletter.com/) - the best Yii tips, tricks, and tools delivered to your inbox.
⟡ http://yiiframework.ru (http://yiiframework.ru/) - Russian-speaking community.