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
***api:** tweak branding and fix some config fields ([90c7197](https://github.com/browserbase/stagehand-php/commit/90c71979a68c674d6c7acc99f44bca480bb0969b))
15
+
16
+
17
+
### Chores
18
+
19
+
* configure new SDK language ([83f228c](https://github.com/browserbase/stagehand-php/commit/83f228c57bb2a41078c00161a01aa6be4e36074e))
20
+
***internal:** codegen related update ([582a585](https://github.com/browserbase/stagehand-php/commit/582a58509d679383e90422b7f9d836afa9277354))
21
+
***internal:** codegen related update ([f320af0](https://github.com/browserbase/stagehand-php/commit/f320af00744b1ef4ea2007ca9b80d58f147061aa))
Copy file name to clipboardExpand all lines: README.md
+28-12Lines changed: 28 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,38 @@
5
5
>
6
6
> This library has not yet been exhaustively tested in production environments and may be missing some features you'd expect in a stable release. As we continue development, there may be breaking changes that require updates to your code.
7
7
>
8
-
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/stainless-sdks/stagehand-php/issues/new).
8
+
> **We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/browserbase/stagehand-php/issues/new).
9
9
10
10
The Stagehand PHP library provides convenient access to the Stagehand REST API from any PHP 8.1.0+ application.
11
11
12
12
It is generated with [Stainless](https://www.stainless.com/).
13
13
14
14
## Documentation
15
15
16
-
The REST API documentation can be found on [browserbase.com](https://browserbase.com).
16
+
The REST API documentation can be found on [docs.stagehand.dev](https://docs.stagehand.dev).
17
17
18
18
## Installation
19
19
20
20
To use this package, install via Composer by adding the following to your application's `composer.json`:
0 commit comments