I am very new to keycloak which is open source that provides authentication to our app.
I have my simple php app and I need to integrate the Keycloak SSO feature with my php app.
I did some research on google that keycloak does not provide any adapter to integrate with php app.
But I found an adapter on github Aatccama/keycloak-adapter-php.
This is repo link : Keycloak php adapter
But I did not understand how to use it. Can anyone guide me?