We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8d730 commit 1ffd2d9Copy full SHA for 1ffd2d9
languages/php/README.md
@@ -1,7 +1,6 @@
1
# Bitwarden Secrets Manager SDK wrapper for PHP
2
3
-PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some
4
-functionality.
+PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some functionality.
5
6
## Installation
7
@@ -19,8 +18,7 @@ Review the help documentation on [Access Tokens].
19
18
```php
20
require_once 'vendor/autoload.php';
21
22
-$access_token = '<access-token>';
23
-$state_file = "<state-file>";
+$access_token = "<access-token>";
24
$organization_id = "<organization-id>";
25
$api_url = "https://api.bitwarden.com";
26
$identity_url = "https://identity.bitwarden.com";
0 commit comments