Skip to content

Commit 982f006

Browse files
author
Fabien Schurter
committed
Create metapackage for PhpseclibSftp adapter
0 parents  commit 982f006

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Gaufrette PhpseclibSftp adapter
2+
3+
This repository is a metapackage for Gaufrette PhpseclibSftp adapter.
4+
5+
For issues and PRs please go on [KnpLabs/Gaufrette](https://github.com/KnpLabs/Gaufrette).
6+
7+
## Documentation
8+
9+
Read the official [Gaufrette documentation](https://knplabs.github.io/Gaufrette/) and the documentation for this adapter [here](https://knplabs.github.io/Gaufrette/adapters/phpseclib-sftp.html).

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "gaufrette/phpseclib-sftp-adapter",
3+
"description": "PhpseclibSftp adapter for Gaufrette",
4+
"type": "metapackage",
5+
"require": {
6+
"knplabs/gaufrette": "^0.3",
7+
"phpseclib/phpseclib": "^2.0"
8+
},
9+
"authors": [
10+
{
11+
"name": "KnpLabs",
12+
"email": "hello@knplabs.com"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)