PHPackages                             yz/laravel-socialite-tiktok-ads-api - 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. yz/laravel-socialite-tiktok-ads-api

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

yz/laravel-socialite-tiktok-ads-api
===================================

TikTok Ads API OAuth2 Provider for Laravel Socialite

v1.1.0(3y ago)229.5k↓30.2%MITPHPPHP ^7.2 || ^8.0

Since Jul 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yz-/laravel-socialite-tiktok-ads-api)[ Packagist](https://packagist.org/packages/yz/laravel-socialite-tiktok-ads-api)[ Docs](https://github.com/yz-/laravel-socialite-tiktok-ads-api)[ RSS](/packages/yz-laravel-socialite-tiktok-ads-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

SocialiteProviders TikTok Ads API
=================================

[](#socialiteproviders-tiktok-ads-api)

[![License](https://camo.githubusercontent.com/cf455345b3c96e54544a795cfec400018dcd3c67e3477bc798f9ed3655726000/687474703a2f2f706f7365722e707567782e6f72672f646f637472696e652f696e666c6563746f722f6c6963656e7365)](https://packagist.org/packages/doctrine/inflector)[![PHP Version Require](https://camo.githubusercontent.com/869e047de6a2aeb7af2411006983811044fe3c7f7a92aa74fb37c04a229faf6f/687474703a2f2f706f7365722e707567782e6f72672f646f637472696e652f696e666c6563746f722f726571756972652f706870)](https://packagist.org/packages/doctrine/inflector)

```
composer require yz/laravel-socialite-tiktok-ads-api
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'tiktok_ads_api' => [
  'client_id' => env('TIKTOK_APP_ID'),
  'client_secret' => env('TIKTOK_APP_SECRET'),
  'redirect' => env('TIKTOK_REDIRECT_URI')
],
```

### Add provider event listener

[](#add-provider-event-listener)

Configure the package's listener to listen for `SocialiteWasCalled` events.

Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        'SocialiteProviders\TikTokAdsApi\TikTokAdsApiExtendSocialite@handle'
    ],
];
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
return Socialite::driver('tiktok_ads_api')->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id`
- `name`
- `email`
- `organization_id`

### Use cases

[](#use-cases)

Todo

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~92 days

Total

2

Last Release

1321d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0bac3e7ed7f875948fb13d91d2ac53da55a8bf067b76c22405045f49e9f2c2f?d=identicon)[yz](/maintainers/yz)

---

Top Contributors

[![yz-](https://avatars.githubusercontent.com/u/1681205?v=4)](https://github.com/yz- "yz- (1 commits)")

### Embed Badge

![Health badge](/badges/yz-laravel-socialite-tiktok-ads-api/health.svg)

```
[![Health](https://phpackages.com/badges/yz-laravel-socialite-tiktok-ads-api/health.svg)](https://phpackages.com/packages/yz-laravel-socialite-tiktok-ads-api)
```

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

326.1M13](/packages/socialiteproviders-microsoft)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M7](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
