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:
parent
913295dc6b
commit
d4a6317010
10
README.md
10
README.md
@ -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
1130
doc/guide.md
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user