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
- Host: GitHub
- URL: https://github.com/octoper/clerk-php
- Owner: octoper
- License: mit
- Archived: true
- Created: 2024-06-03T05:15:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T05:58:18.000Z (about 2 years ago)
- Last Synced: 2025-09-27T06:41:38.246Z (9 months ago)
- Language: PHP
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# octoper/clerk-php
[](https://clerk.com/discord)
[](https://clerk.com/docs?utm_source=github&utm_medium=koa)
[](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.