You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Icon by Freepik - Flaticon](https://www.flaticon.com/free-icons/builder)
8
+
[Icon by smalllikeart - Flaticon](https://www.flaticon.com/free-icons/seven)
9
9
10
10
## Why this library?
11
-
12
11
This library speeds up developing of clients via common layer 7 communication protocols, providing `ready-to-use` and `dependency-injection-friendly` adapters.
13
12
13
+
## Protocols
14
+
Below the exaustive list of supported protocols.
15
+
-`HTTP(s)` authenticated via `Basic` and `Bearer`
16
+
-`SSH` authenticated via `IdentityFile` (asymmetric key pair)
17
+
14
18
## Installation
15
19
```bash
16
20
composer require sal/php-seven
@@ -84,3 +88,8 @@ class MyAwesomeClient
84
88
}
85
89
}
86
90
```
91
+
92
+
# Contribution
93
+
Contributions are always welcomed (both issues opening and pull requests).
94
+
## Improve the code
95
+
Fork the project, perform your improvements and open a pull request. **Note**: pull requests **MUST** include related unit tests and related documentation if needed. All pull requests **MUST** be linked to an issue.
0 commit comments