PHP Example Apps
We’ve created a number of example applications. These are all licensed under Apache2 and are made available with no warranty. We happily accept pull requests to improve these applications.
You also may be interested in our quickstarts, which offer a quick way to get started adding login and other FusionAuth functionality to your application.
These typically use the php client libraries.
- Laravel - Protecting Laravel pages with FusionAuth
- Laravel API - Protecting a Laravel API with a JWT
- Laravel Single Sign-On - Single sign-on with Laravel and FusionAuth
- PHP JWT - JWT creation and decoding examples with the PHP firebase-jwt library
- PHP multi-tenant - A Pied Piper multi-tenant video chat application
- Updating a legacy PHP app - Updating a legacy PHP app to OAuth and migrating users
- Webhooks - Handling a breached password detection webhook with PHP