PHPackages                             nickmoline/stytch-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. nickmoline/stytch-php

Abandoned → [stytch/stytch-php](/?search=stytch%2Fstytch-php)Library[Authentication &amp; Authorization](/categories/authentication)

nickmoline/stytch-php
=====================

Stytch PHP SDK

v0.9.2(11mo ago)12.1k↑303.3%[1 issues](https://github.com/nickmoline/stytch-php/issues)1MITPHPPHP ^8.2CI passing

Since Jul 4Pushed 9mo agoCompare

[ Source](https://github.com/nickmoline/stytch-php)[ Packagist](https://packagist.org/packages/nickmoline/stytch-php)[ RSS](/packages/nickmoline-stytch-php/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (11)Versions (4)Used By (1)

Stytch PHP Library
==================

[](#stytch-php-library)

[![Packagist Version](https://camo.githubusercontent.com/5bd52fe2fb2f4bd778818b4ffd3558f321c65f63173f1a472c374f89ae227474/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e69636b6d6f6c696e652f7374797463682d706870)](https://packagist.org/packages/nickmoline/stytch-php) [![codecov](https://camo.githubusercontent.com/13acd5a91ceab2c62e504f1e011dc0efcd4b15ec5701d75003b60875e9deed0f/68747470733a2f2f636f6465636f762e696f2f67682f6e69636b6d6f6c696e652f7374797463682d7068702f67726170682f62616467652e7376673f746f6b656e3d424c3937534451373230)](https://codecov.io/gh/nickmoline/stytch-php)

Unofficial PHP SDK for Stytch based on the Official [Stytch Node.js Library](https://github.com/stytchauth/stytch-node).

Warning

**Deprecation Warning**: The Stytch Team has created an [Official PHP SDK](https://github.com/stytchauth/stytch-php) maintained by them.
As such I'm deprecating this library and encouraging everyone to move to the new official SDK, please switch to the `stytch/stytch-php` package at your earliest convenience. I will not remove this package anytime soon, but I will not be providing any further updates to this package.

Installation
------------

[](#installation)

```
composer require nickmoline/stytch-php
```

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Guzzle HTTP Client
- PSR-7 compatible HTTP messages

Usage
-----

[](#usage)

You can find your API credentials in the [Stytch Dashboard](https://stytch.com/dashboard/api-keys).

### Basic Setup

[](#basic-setup)

```
