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

Commit

Permalink
Merge branch 'hotfix/233'
Browse files Browse the repository at this point in the history
Close #233
  • Loading branch information
weierophinney committed Dec 21, 2015
2 parents 7d5baa8 + fb17f2c commit f9ee4bc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Fifth release candidate.

### Added

- Nothing.
- [#233](https://github.com/zendframework/zend-expressive/pull/233) adds a
documentation page detailing projects using and tutorials written on
Expressive.

### Deprecated

Expand Down
16 changes: 16 additions & 0 deletions doc/book/expressive-projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Projects powered by zend-expressive

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.

## Sample Code & Tutorials
- Expressive Tutorial (WIP) - [*source*](https://github.com/RalfEggert/zend-expressive-tutorial)
- [AstroSplash](http://astrosplash.com/) - [*source*](https://github.com/AndrewCarterUK/AstroSplash)
(Also, read the [related article on sitepoint](http://www.sitepoint.com/build-nasa-photo-gallery-zend-expressive/))
- [php-ddd-cargo-sample](https://codeliner.github.io/php-ddd-cargo-sample/) - [*source*](https://github.com/codeliner/php-ddd-cargo-sample)

## Personal Sites
- [mwop.net](https://mwop.net/) - [*source*](https://github.com/weierophinney/mwop.net)
- [xtreamwayz.com](https://xtreamwayz.com/) - [*source*](https://github.com/xtreamwayz/xtreamwayz.com)
- [alejandrocelaya.com](http://www.alejandrocelaya.com/) - [*source*](https://github.com/acelaya/website-expressive)
3 changes: 2 additions & 1 deletion doc/bookdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"book/helpers/bookdown.json",
{"Emitters": "book/emitters.md"},
{"Examples": "book/usage-examples.md"},
"book/cookbook/bookdown.json"
"book/cookbook/bookdown.json",
{"Expressive Projects": "book/expressive-projects.md"}
],
"target": "./html"
}

0 comments on commit f9ee4bc

Please sign in to comment.