Skip to content

Commit

Permalink
apply formatting suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 12, 2024
1 parent 5a8d730 commit 1ffd2d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions languages/php/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Bitwarden Secrets Manager SDK wrapper for PHP

PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some
functionality.
PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some functionality.

## Installation

Expand All @@ -19,8 +18,7 @@ Review the help documentation on [Access Tokens].
```php
require_once 'vendor/autoload.php';

$access_token = '<access-token>';
$state_file = "<state-file>";
$access_token = "<access-token>";
$organization_id = "<organization-id>";
$api_url = "https://api.bitwarden.com";
$identity_url = "https://identity.bitwarden.com";
Expand Down

0 comments on commit 1ffd2d9

Please sign in to comment.