phpCAS
phpCAS copied to clipboard
phpCAS relies on curl being available
If curl is not available, or curl_exec()
has been disabled, as it is on some systems, there is no alternative used, eg using stream_context_create()
and file_get_contents()
.
Happy to receive a PR for this new feature