-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composer issue fixed and documentation updated for diagrams / flowchart
- Loading branch information
Showing
18 changed files
with
158 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"require": { | ||
"jacwright/restserver": "dev-master", | ||
"swiftmailer/swiftmailer": "@stable", | ||
"nategood/httpful": "^0.2.20", | ||
"aza/thread": "^1.1", | ||
"twig/twig": "^1.28" | ||
"twig/twig": "^1.28", | ||
"jacwright/restserver": "dev-master" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"ICT\\Core\\": ["core/", "core/lib/"], | ||
"ICT\\Core\\Test\\": ["tests/core/", "tests/core/lib/"] | ||
} | ||
}, | ||
"require-dev": { | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,49 @@ | ||
System Dependencies | ||
=================== | ||
Linux (GPL) | ||
Freeswitch (MPL 1.1 License) | ||
Sendmail (Sendmail License) | ||
Kannel (BSD-style) | ||
PHP (BSD) | ||
Apache (Apache License 2.0) | ||
MySQL (GPL) or MariaDB (LGPL) | ||
* Linux (GPL) | ||
* Freeswitch (MPL 1.1 License) | ||
* Sendmail (Sendmail License) | ||
* Kannel (BSD-style) | ||
* PHP (BSD) | ||
* Apache (Apache License 2.0) | ||
* MySQL (GPL) or MariaDB (LGPL) | ||
|
||
composer (MIT) | ||
jacwright (MIT) | ||
nategood (MIT) | ||
swiftmailer (MIT) | ||
|
||
ioncube-loader (Commercial) | ||
* composer (MIT) | ||
* twig (BSD) | ||
* jacwright (MIT) | ||
* nategood (MIT) | ||
* swiftmailer (MIT) | ||
* aza/thread (MIT) | ||
|
||
|
||
Class Dependencies | ||
================== | ||
Core | ||
Program | ||
Message / Data | ||
Application | ||
Gateway | ||
Event | ||
Dialplan (for inbound programs only) | ||
Account | ||
Transmission | ||
Account | ||
Contact | ||
Spool | ||
Result | ||
Sequence | ||
Request | ||
Dialplan | ||
Response | ||
|
||
### Common Libraries | ||
* Conf | ||
* Data | ||
* DB | ||
* Log | ||
* Scheme | ||
* Session | ||
* Thread | ||
* Token | ||
|
||
### Core (Communication Related) | ||
* Request | ||
* Response | ||
* Dialplan | ||
* Program | ||
* Message / Data | ||
* Application | ||
* Gateway | ||
* Action | ||
* Dialplan (for inbound programs only) | ||
* Account | ||
* Transmission | ||
* Account | ||
* Contact | ||
* Spool | ||
* Result | ||
* Service | ||
* Gateway |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.