PHPackages                             pawanmore/stytch-php-sdk - 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. pawanmore/stytch-php-sdk

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

pawanmore/stytch-php-sdk
========================

UnOfficial PHP SDK for Stytch Authentication APIs

1.0.0(12mo ago)04[1 issues](https://github.com/pawan1793/stytch-php-sdk/issues)MITPHPPHP &gt;=7.4

Since Jul 8Pushed 12mo agoCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/90046c817910150e04dcc7472ff564e4cfac41b5c31cace11d2dd0c389d279a7/68747470733a2f2f706f7365722e707567782e6f72672f706177616e6d6f72652f7374797463682d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/pawanmore/stytch-php-sdk)

Stytch PHP SDK
==============

[](#stytch-php-sdk)

PHP SDK for Stytch Authentication APIs. This SDK provides easy-to-use methods for integrating Stytch's authentication services into your PHP applications.

Features
--------

[](#features)

- **B2B API Support**: Complete coverage of Stytch's B2B authentication APIs
- **Consumer API Support**: Full support for consumer authentication endpoints
- **Modern PHP**: Built for PHP 7.4+ with modern features
- **Type Safety**: Full type hints and documentation
- **Error Handling**: Comprehensive error handling and exceptions
- **PSR Standards**: Follows PSR-4 autoloading and PSR-7 HTTP standards

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

[](#installation)

### Via Composer

[](#via-composer)

```
composer require pawanmore/stytch-php-sdk
```

### Manual Installation

[](#manual-installation)

1. Clone this repository
2. Run `composer install`
3. Include the autoloader in your project

Quick Start
-----------

[](#quick-start)

### Initialize the SDK

[](#initialize-the-sdk)

```
