This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ Fifth release candidate.
88
99### Added
1010
11- - Nothing.
11+ - [ #233 ] ( https://github.com/zendframework/zend-expressive/pull/233 ) adds a
12+ documentation page detailing projects using and tutorials written on
13+ Expressive.
1214
1315### Deprecated
1416
Original file line number Diff line number Diff line change 1+ # Projects powered by zend-expressive
2+
3+ zend-expressive can be used for anything. Here are some projects, tutorials and
4+ the related source code. Have a look around and see how others have used
5+ zend-expressive.
6+
7+ ## Sample Code & Tutorials
8+ - Expressive Tutorial (WIP) - [ * source* ] ( https://github.com/RalfEggert/zend-expressive-tutorial )
9+ - [ AstroSplash] ( http://astrosplash.com/ ) - [ * source* ] ( https://github.com/AndrewCarterUK/AstroSplash )
10+ (Also, read the [ related article on sitepoint] ( http://www.sitepoint.com/build-nasa-photo-gallery-zend-expressive/ ) )
11+ - [ php-ddd-cargo-sample] ( https://codeliner.github.io/php-ddd-cargo-sample/ ) - [ * source* ] ( https://github.com/codeliner/php-ddd-cargo-sample )
12+
13+ ## Personal Sites
14+ - [ mwop.net] ( https://mwop.net/ ) - [ * source* ] ( https://github.com/weierophinney/mwop.net )
15+ - [ xtreamwayz.com] ( https://xtreamwayz.com/ ) - [ * source* ] ( https://github.com/xtreamwayz/xtreamwayz.com )
16+ - [ alejandrocelaya.com] ( http://www.alejandrocelaya.com/ ) - [ * source* ] ( https://github.com/acelaya/website-expressive )
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments