1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Add guide docs to main repo

This commit is contained in:
Daniel Lowrey 2015-02-06 01:19:27 -05:00
parent 913295dc6b
commit d4a6317010
2 changed files with 1135 additions and 5 deletions

View File

@ -2,6 +2,11 @@ Amp
====
Amp is a non-blocking concurrency framework for PHP applications
## The Guide
We've spent *a lot* of time compiling all the information necessary to write concurrent applications
using the Amp framework in [the Guide](http://amphp.github.io/amp/). Please use it!
**Dependencies**
- PHP 5.5+
@ -22,8 +27,3 @@ $ composer.phar install
**Community**
If you have questions stop by the [amp chat channel](https://gitter.im/amphp/amp) on Gitter.
**The Guide**
We've compiled all the information necessary to write concurrent applications using Amp in [the Guide](http://amphp.github.io/amp/).

1130
doc/guide.md Normal file

File diff suppressed because it is too large Load Diff