PHPackages                             truckspace/laravel-walkway - 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. truckspace/laravel-walkway

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

truckspace/laravel-walkway
==========================

Laravel wrapper around the Truckspace ID service.

v2.1.0(4y ago)1855MITPHPPHP ^7.3|^8.0CI failing

Since Oct 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/truckspace/laravel-walkway)[ Packagist](https://packagist.org/packages/truckspace/laravel-walkway)[ Docs](https://id.truckspace.group)[ RSS](/packages/truckspace-laravel-walkway/feed)WikiDiscussions 2.x Synced today

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

[![](https://raw.githubusercontent.com/truckspace/art/68646a1f845c6f9a8c18574fe28cdcc73b0a8515/laravel-walkway/logo.svg)](https://raw.githubusercontent.com/truckspace/art/68646a1f845c6f9a8c18574fe28cdcc73b0a8515/laravel-walkway/logo.svg)

 [ ![Build Status](https://github.com/truckspace/laravel-walkway/workflows/Tests/badge.svg) ](https://github.com/truckspace/laravel-walkway/actions) [ ![Total Downloads](https://camo.githubusercontent.com/2353b6f1509f5c1eb8c2ee3ac15ff571c5dd718d91ff433d9a6d53e6c06524d0/68747470733a2f2f706f7365722e707567782e6f72672f747275636b73706163652f6c61726176656c2d77616c6b7761792f642f746f74616c2e737667) ](https://packagist.org/packages/truckspace/laravel-walkway) [ ![Latest Stable Version](https://camo.githubusercontent.com/738d901a79d196e8870fd2d7ae062e06a90f8dad6add5e21bc9cd35e5d61337d/68747470733a2f2f706f7365722e707567782e6f72672f747275636b73706163652f6c61726176656c2d77616c6b7761792f762f737461626c652e737667) ](https://packagist.org/packages/truckspace/laravel-walkway) [ ![License](https://camo.githubusercontent.com/4e3d23f575ada987b063ff6bb7dd07107ceb3334764bed38a91534f722794035/68747470733a2f2f706f7365722e707567782e6f72672f747275636b73706163652f6c61726176656c2d77616c6b7761792f6c6963656e73652e737667) ](https://packagist.org/packages/truckspace/laravel-walkway)

About Walkway
-------------

[](#about-walkway)

Laravel Walkway is a Laravel Socialite provider which makes it super easy for you to allow your users to authenticate with their Truckspace ID in your Laravel application.

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

[](#installation)

To get started with Walkway, use the Composer package manager to add the package to your project's dependencies:

```
composer require truckspace/laravel-walkway
```

Configuration
-------------

[](#configuration)

Before using the Walkway socialite provider, you will need to add your credentials to your application's `config/services.php`configuration file.

```
'truckspace' => [
    'client_id' => env('TRUCKSPACE_CLIENT_ID'),
    'client_secret' => env('TRUCKSPACE_CLIENT_SECRET'),
    'redirect' => 'http://example.com/callback-url',
],
```

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

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

For more information on how to use Laravel Socialite, please visit the [official documentation](https://laravel.com/docs/8.x/socialite).

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

Laravel Walkwat is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97.7% 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 ~76 days

Recently: every ~133 days

Total

9

Last Release

1486d ago

Major Versions

v1.3.0 → v2.0.02021-01-25

PHP version history (2 changes)v1.0.0PHP ^7.4

v2.0.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22666637?v=4)[Ben Sherred](/maintainers/bensherred)[@bensherred](https://github.com/bensherred)

![](https://avatars.githubusercontent.com/u/39342367?v=4)[Mwikala Kangwa](/maintainers/mwikala)[@mwikala](https://github.com/mwikala)

![](https://avatars.githubusercontent.com/u/11448805?v=4)[andrew buckler](/maintainers/AndrewTech)[@andrewtech](https://github.com/andrewtech)

---

Top Contributors

[![bensherred](https://avatars.githubusercontent.com/u/22666637?v=4)](https://github.com/bensherred "bensherred (43 commits)")[![mwikala](https://avatars.githubusercontent.com/u/39342367?v=4)](https://github.com/mwikala "mwikala (1 commits)")

---

Tags

laravelauthtruckspace

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/truckspace-laravel-walkway/health.svg)

```
[![Health](https://phpackages.com/badges/truckspace-laravel-walkway/health.svg)](https://phpackages.com/packages/truckspace-laravel-walkway)
```

###  Alternatives

[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

84611.1M63](/packages/php-open-source-saver-jwt-auth)[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M18](/packages/directorytree-ldaprecord-laravel)[jurager/teams

Laravel package to manage team functionality and operate with user permissions.

23822.5k](/packages/jurager-teams)

PHPackages © 2026

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