Skip to content

Commit bbaebd0

Browse files
authored
Merge pull request #453 from javiereguiluz/add_zend_expressive
Added the Zend Expressive microframework
2 parents 742c74b + 8c4b1d5 commit bbaebd0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ framework:
4040
- symfonyfs
4141
- yii
4242
- cakephp
43+
- zendexpressive
4344
- silex
4445
- lumen
4546
- flow

projects/zendexpressive.png

4.97 KB
Loading

projects/zendexpressive.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Zend Expressive
2+
url: https://github.com/zendframework/zend-expressive
3+
dependencies:
4+
- https://github.com/zendframework/zend-expressive/blob/master/composer.json
5+
- https://github.com/zendframework/zend-expressive-tooling/blob/master/composer.json
6+
- https://github.com/zendframework/zend-expressive-migration/blob/master/composer.json
7+
description: |
8+
Zend Expressive builds on zend-stratigility to provide a minimalist PSR-7
9+
middleware framework for PHP. With Expressive, you can build middleware
10+
applications such as APIs, Websites, Single Page Applications and more.

0 commit comments

Comments
 (0)