Skip to content

Commit 7043704

Browse files
authored
Merge pull request #436 from javiereguiluz/add_yii
Added Yii framework
2 parents 6840b9d + 60277f7 commit 7043704

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

projects.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ e-commerce:
3838
framework:
3939
- laravel
4040
- symfonyfs
41-
- lumen
41+
- yii
4242
- silex
43+
- lumen
4344
- flow
4445
- ppi
4546
pim-crm:

projects/yii.png

11.2 KB
Loading

projects/yii.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Yii
2+
url: http://www.yiiframework.com/
3+
dependencies:
4+
- https://github.com/yiisoft/yii2-queue/blob/master/composer.json
5+
description: |
6+
Yii is a high-performance PHP framework best for developing Web 2.0
7+
applications. Yii comes with rich features: MVC, DAO/ActiveRecord, I18N/L10N,
8+
caching, authentication and role-based access control, scaffolding, testing,
9+
etc. It can reduce your development time significantly.

0 commit comments

Comments
 (0)