After completeing a login with a single page application, can I check the JWT with PHP?

I’m not able to use your quickstart example.

Your code for Main.php uses class JWTVerifier.

```
// src/Main.php

<?php

namespace App;

use Auth0\SDK\JWTVerifier;

class Main {
```

According to the release notes for Auth0 PHP:

## Classes and Interfaces removed

The following classes were removed in v7:

- Class `JWTVerifier` was removed, see the `Auth0->decodeIdToken()` method for how to use the replacement classes

Same problem with your tutorial Developing RESTful APIs with Lumen (A PHP Micro-framework) at