An open API service indexing awesome lists of open source software.

https://github.com/phpseclib/libssh2-compatibility-layer

include this and all your ssh2_* function calls should now work even if you don't have libssh2 installed
https://github.com/phpseclib/libssh2-compatibility-layer

Last synced: 7 days ago
JSON representation

include this and all your ssh2_* function calls should now work even if you don't have libssh2 installed

Awesome Lists containing this project

README

        

libssh2-compatibility-layer
===========================

Let's say your application has calls to [PHP's ssh2_* functions](http://php.net/ssh2) but you don't have libssh2 installed. With libssh2-compatibility-layer all you need to do is include phpseclib.php and (assuming you have phpseclib installed in the include_path) and they should work without issue!

An example follows:

```php