/clerk-php

Access the Clerk Backend API from PHP & Laravel

Primary LanguagePHPMIT LicenseMIT


octoper/clerk-php

Chat on Discord Clerk documentation Follow on Twitter

Changelog · Ask a Question


Overview

Clerk is the easiest way to add authentication and user management to your application. To gain a better understanding of the Clerk Backend API, refer to the Backend API documentation.

Getting started

Prerequisites

Installation

composer install @octoper/clerk-php

Usage

Retrieve your Backend API key from the API Keys screen in your Clerk dashboard and set it as an environment variable in a .env file:

CLERK_PUBLISHABLE_KEY=pk_*******
CLERK_SECRET_KEY=sk_******

Support

You can get in touch with us in any of the following ways:

Contributing

We're open to all community contributions!

Security

@octoper/clerk-php follows good practices of security, but 100% security cannot be assured.

@octoper/clerk-php is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to the security documentation.

License

This project is licensed under the MIT license.

See LICENSE for more information.