Skip to content

Commit a7ac6cc

Browse files
docs: add v9.0.0-beta.0 announcement to README (#812)
Adds a banner to the main branch README announcing the v9.0.0-beta.0 release with install command, feedback link, and links to migration guide, changelog, and API reference.
1 parent 043ddd3 commit a7ac6cc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ PHP SDK for [Auth0](https://auth0.com) Authentication and Management APIs.
99

1010
:books: [Documentation](#documentation) - :rocket: [Getting Started](#getting-started) - :computer: [API Reference](#api-reference) :speech_balloon: [Feedback](#feedback)
1111

12+
## :rocket: v9 Beta Available
13+
14+
**[v9.0.0-beta.0](https://github.com/auth0/auth0-PHP/releases/tag/9.0.0-beta.0)** features a completely rewritten Management API client, auto-generated from the Auth0 OpenAPI spec using [Fern](https://buildwithfern.com/), with strongly-typed requests/responses, built-in pagination, and automatic token management. The Authentication API is unchanged.
15+
16+
```
17+
composer require auth0/auth0-php:9.0.0-beta.0
18+
```
19+
20+
We'd love for you to try it out and share your feedback! Please [open an issue](https://github.com/auth0/auth0-PHP/issues/new) if you encounter any problems or have suggestions.
21+
22+
:books: [Migration Guide](https://github.com/auth0/auth0-PHP/blob/v9/v9_MIGRATION_GUIDE.md) - :package: [v9 Changelog](https://github.com/auth0/auth0-PHP/blob/v9/CHANGELOG.md) - :page_facing_up: [API Reference](https://github.com/auth0/auth0-PHP/blob/v9/reference.md)
23+
24+
---
25+
1226
## Documentation
1327

1428
We also have tailored SDKs for [Laravel](https://github.com/auth0/laravel-auth0), [Symfony](https://github.com/auth0/symfony), and [WordPress](https://github.com/auth0/wordpress). If you are using one of these frameworks, use the tailored SDK for the best integration experience.

0 commit comments

Comments
 (0)