From 0d46709be6237ff2035c407f5d6cad33325c695d Mon Sep 17 00:00:00 2001 From: Finlay Beaton Date: Sun, 17 Mar 2019 14:39:23 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fd323cd..79d9642 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,18 @@ This is a fork and update of the AMI portion of the now defunc [PHPAGI](http://p We have kept the simplicity of a single class with command methods, adding a packagist entry and namespaces. This is a breaking change as class and method names have changed to follow modern standards, however they are a 1:1 mapping so updating your code should be straight forward. +## Alternatives + If you are dealing with only Asterisk v13+ servers, consider using [PAMI](http://marcelog.github.io/PAMI/) instead, which uses modern design paterns with observer-listener pattern. It no longer supports legacy Asterisk versions like v1.4 however. It may also see less development than the [NAMI](http://marcelog.github.io/Nami/) library for NodeJS. +## Updates + +The project is considered in a usable state and feature complete. + +This project is used in corporate applications. As such, the authors are unlikely to update it on a regular basis, but instead when the corporate applications that use it run into problems. You should expect updates in the 5-10yr range. + +Issues and PRs will be monitored, and we will continue to work with the community to provide updates as they are contributed. + ## Installing via Composer The recommended way to install PHPAMI is through