File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
33This is a PHP library for accessing the Platform.sh API.
44
5- We recommend you use the [ Platform.sh CLI] ( https://github.com/platformsh/platformsh-cli ) (which uses this library) for most purposes.
6-
7- [ ![ Build Status] ( https://travis-ci.org/platformsh/platformsh-client-php.svg?branch=master )] ( https://travis-ci.org/platformsh/platformsh-client-php )
5+ We recommend you use the [ Platform.sh CLI] ( https://github.com/platformsh/cli ) (which uses this library) for most purposes.
86
97### Versions
108
9+ - The ` 3.x ` branch (major version 3) requires PHP 8.2 and above.
1110- The ` 2.x ` branch (major version 2) requires PHP 7.2.5 and above.
11+ This branch is no longer maintained.
1212- The ` 1.x ` branch (any version < ; 2) supports PHP 5.5.9 and above, and uses Guzzle 5.
1313 Old PHP versions are supported by the [ Platform.sh CLI] ( https://github.com/platformsh/platformsh-cli ) , which
1414 is why this branch is still maintained.
1515
16- [ ![ Build Status] ( https://travis-ci.org/platformsh/platformsh-client-php.svg?branch=1.x )] ( https://travis-ci.org/platformsh/platformsh-client-php )
17-
1816## Install
1917
2018``` sh
You can’t perform that action at this time.
0 commit comments