This document contains the slides from a presentation on building asynchronous bots in PHP using AMPHP. The presentation discusses asynchronous I/O, event loops, and using AMPHP to build bots that can interact with Twitter's APIs asynchronously. It provides code examples of making asynchronous HTTP requests and processing a Twitter stream using an event loop. The presentation recommends AMPHP as a complete asynchronous framework for PHP that can be used for both event loop and fork/join parallelism in building high performance asynchronous applications.