forked from welltime/phpagi
-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
29 lines (28 loc) · 910 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "d4rkstar/phpagi",
"type": "library",
"description": "PHPAGI is a PHP class for the Asterisk Gateway Interface. The package is available for use and distribution under the terms of the GNU Public License.",
"keywords": ["asterisk","agi","client","call","flow","ivr","telephony","voip"],
"homepage": "http://phpagi.sourceforge.net/",
"license": "LGPL-2.0-or-later",
"authors": [
{
"name": "Florian Overkamp",
"email": "florian@speakup.nl",
"homepage": "http://phpagi.sourceforge.net/",
"role": "Developer"
},
{
"name": "David Eder",
"email": "david@eder.us",
"homepage": "http://phpagi.sourceforge.net/",
"role": "Developer"
}
],
"require": {
"php": ">=5.1.0"
},
"autoload" : {
"files" : ["phpagi.php"]
}
}