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
- Host: GitHub
- URL: https://github.com/phpseclib/libssh2-compatibility-layer
- Owner: phpseclib
- License: other
- Created: 2014-06-18T16:37:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T01:10:36.000Z (over 8 years ago)
- Last Synced: 2025-06-12T21:25:49.839Z (16 days ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 18
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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