From 73e3f042a7f9d6d3963c8590c8e178b716c1557a Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Sat, 19 Dec 2015 10:24:38 +0100 Subject: [PATCH 1/3] Add a projects page --- doc/book/expressive-projects.md | 13 +++++++++++++ doc/bookdown.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 doc/book/expressive-projects.md diff --git a/doc/book/expressive-projects.md b/doc/book/expressive-projects.md new file mode 100644 index 00000000..b7f9aaa8 --- /dev/null +++ b/doc/book/expressive-projects.md @@ -0,0 +1,13 @@ +# 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 +- zend-expressive tutorial - *[source](https://github.com/RalfEggert/zend-expressive-tutorial)* +- [AstroSplash](http://astrosplash.com/) - *[source](https://github.com/AndrewCarterUK/AstroSplash)* +- [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)* diff --git a/doc/bookdown.json b/doc/bookdown.json index e995ff14..9ff7395a 100644 --- a/doc/bookdown.json +++ b/doc/bookdown.json @@ -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" } From df696fa214c38c11ac418a191d7aa37e23cccb25 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 21 Dec 2015 14:57:02 -0600 Subject: [PATCH 2/3] Minor edits to projects page - Wrap lines. - Added link to Sitepoint article by @AndrewCarterUK - Move emphasis into link text (will still render correctly, and easier to determine where the link is) --- doc/book/expressive-projects.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/book/expressive-projects.md b/doc/book/expressive-projects.md index b7f9aaa8..2fae3d4e 100644 --- a/doc/book/expressive-projects.md +++ b/doc/book/expressive-projects.md @@ -1,13 +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. +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 -- zend-expressive tutorial - *[source](https://github.com/RalfEggert/zend-expressive-tutorial)* -- [AstroSplash](http://astrosplash.com/) - *[source](https://github.com/AndrewCarterUK/AstroSplash)* -- [php-ddd-cargo-sample](https://codeliner.github.io/php-ddd-cargo-sample/) - *[source](https://github.com/codeliner/php-ddd-cargo-sample)* +- 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)* +- [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) From fb17f2c91f2d21eefa692227dfbe66c1b3852e23 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 21 Dec 2015 14:57:51 -0600 Subject: [PATCH 3/3] Added CHANGELOG for #233 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e29b07a..ae9c7c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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