PHPackages                             rinordreshaj/apple-sign-in - 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. rinordreshaj/apple-sign-in

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

rinordreshaj/apple-sign-in
==========================

Integrate apple sign in easily

0.3.1(5y ago)23750MITPHP

Since Jun 2Pushed 5y ago2 watchersCompare

[ Source](https://github.com/RinorDreshaj/sign-in-with-apple)[ Packagist](https://packagist.org/packages/rinordreshaj/apple-sign-in)[ RSS](/packages/rinordreshaj-apple-sign-in/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Laravel Sign in with Apple
==========================

[](#laravel-sign-in-with-apple)

**Integrate sign in with apple easily**

This package provides an easy sign in with apple authentication model based on the apple specification

- [Laravel Sign in with Apple](#laravel-sign-in-with-apple)
    - [Installation](#installation)
    - [Usage](#usage)
    - [License](#license)

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

[](#installation)

Require this package with composer using the following command:

```
composer require rinordreshaj/apple-sign-in
```

provide package name &amp; service name generated from on the itunes connect on the .env file

```
APPLE_SIGN_IN_PACKAGE_NAME=your.package.name
APPLE_SIGN_IN_SERVICE_NAME=your.service.name
```

Usage
-----

[](#usage)

```
