Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# clue/ami-react [![Build Status](https://travis-ci.org/clue/php-ami-react.svg?branch=master)](https://travis-ci.org/clue/php-ami-react)
# clue/reactphp-ami [![Build Status](https://travis-ci.org/clue/reactphp-ami.svg?branch=master)](https://travis-ci.org/clue/reactphp-ami)

Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of [ReactPHP](http://reactphp.org)
Streaming, event-driven access to the Asterisk Manager Interface (AMI),
built on top of [ReactPHP](http://reactphp.org).

The [Asterisk PBX](http://asterisk.org/) is a popular open source telephony solution
that offers a wide range of telephony features.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "clue/ami-react",
"description": "Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP",
"description": "Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP.",
"keywords": ["Asterisk Manager Interface", "AMI", "async", "ReactPHP"],
"homepage": "https://github.com/clue/php-ami-react",
"homepage": "https://github.com/clue/reactphp-ami",
"license": "MIT",
"authors": [
{
Expand Down