An open API service indexing awesome lists of open source software.

https://github.com/octoper/clerk-php

Access the Clerk Backend API from PHP & Laravel
https://github.com/octoper/clerk-php

Last synced: 8 months ago
JSON representation

Access the Clerk Backend API from PHP & Laravel

Awesome Lists containing this project

README

          










# octoper/clerk-php

[![Chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://clerk.com/discord)
[![Clerk documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://clerk.com/docs?utm_source=github&utm_medium=koa)
[![Follow on Twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)

[Changelog](https://github.com/octoper/clerk-php/blob/main/CHANGELOG.md)
·
[Ask a Question](https://github.com/octoper/clerk-php/discussions)

---

## Overview

[Clerk](https://clerk.com?utm_source=github&utm_medium=clerk-php) 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

```sh
composer install @octoper/clerk-php
```

## Usage

Retrieve your Backend API key from the [API Keys](https://dashboard.clerk.com/last-active?path=api-keys) screen in your Clerk dashboard and set it as an environment variable in a `.env` file:

```sh
CLERK_PUBLISHABLE_KEY=pk_*******
CLERK_SECRET_KEY=sk_******
```

## Support

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

- Join the official community [Clerk Discord server](https://clerk.com/discord)
- Create a [GitHub Discussion](https://github.com/octoper/clerk-php/discussions)
- Contact options listed on [Clerk Support page](https://clerk.com/support?utm_source=github&utm_medium=clerk-php)

## 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](https://github.com/octoper/clerk-php/blob/main/docs/SECURITY.md)._

## License

This project is licensed under the **MIT license**.

See [LICENSE](https://github.com/octoper/clerk-php/blob/main/LICENSE) for more information.