Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 73e3f04

Browse files
geerteltinkweierophinney
authored andcommitted
Add a projects page
1 parent 7d5baa8 commit 73e3f04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

doc/book/expressive-projects.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Projects powered by zend-expressive
2+
3+
zend-expressive can be used for anything. Here are some projects, tutorials and the related source code. Have a look around and see how others have used zend-expressive.
4+
5+
## Sample Code & Tutorials
6+
- zend-expressive tutorial - *[source](https://github.com/RalfEggert/zend-expressive-tutorial)*
7+
- [AstroSplash](http://astrosplash.com/) - *[source](https://github.com/AndrewCarterUK/AstroSplash)*
8+
- [php-ddd-cargo-sample](https://codeliner.github.io/php-ddd-cargo-sample/) - *[source](https://github.com/codeliner/php-ddd-cargo-sample)*
9+
10+
## Personal Sites
11+
- [mwop.net](https://mwop.net/) - *[source](https://github.com/weierophinney/mwop.net)*
12+
- [xtreamwayz.com](https://xtreamwayz.com/) - *[source](https://github.com/xtreamwayz/xtreamwayz.com)*
13+
- [alejandrocelaya.com](http://www.alejandrocelaya.com/) - *[source](https://github.com/acelaya/website-expressive)*

doc/bookdown.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"book/helpers/bookdown.json",
1414
{"Emitters": "book/emitters.md"},
1515
{"Examples": "book/usage-examples.md"},
16-
"book/cookbook/bookdown.json"
16+
"book/cookbook/bookdown.json",
17+
{"Expressive Projects": "book/expressive-projects.md"}
1718
],
1819
"target": "./html"
1920
}

0 commit comments

Comments
 (0)