PHPackages                             mainstreamct/syncad-connector-laravel - 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. mainstreamct/syncad-connector-laravel

AbandonedArchivedLibrary

mainstreamct/syncad-connector-laravel
=====================================

Connector package for MainstreamCT's Syncad application platform

1.2.0(7y ago)033PHP

Since Mar 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/MainstreamCT/syncad-connector-laravel)[ Packagist](https://packagist.org/packages/mainstreamct/syncad-connector-laravel)[ RSS](/packages/mainstreamct-syncad-connector-laravel/feed)WikiDiscussions master Synced today

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

Syncad-Connector-Laravel
========================

[](#syncad-connector-laravel)

Recommended tools to complete this integration:
☕🎶💻⏰
This package allows to easily connect any Laravel application to an instance of the syncad application management platform.

Table of contents
-----------------

[](#table-of-contents)

1. [Installation](#installation)

    1. [Using Composer](#using-composer)
2. [Configuration](#configuration)
    1. [Connecting things up](#connecting-things-up)
    2. [Configuration options](#configuration-options)
3. [Usage](#usage)
    1. [connection/test](#post-connectiontest)
    2. [login/init](#post-logininit)
    3. [ext/auth](#get-extauth)
4. [Bugs](#bugs)

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

[](#installation)

### Using Composer

[](#using-composer)

First of all, install the package. Y'all know the drill, but as a reminder:
`composer require mainstreamct/syncad-connector-laravel`
Then publish the configuration files using:
`php artisan vendor:publish`

###### Laravel 5.5 and below

[](#laravel-55-and-below)

For Laravel 5.5 and below, add this to your `config/app.php`:

```
// Providers array:
  mainstreamct\SyncadConnectorLaravel\SyncadConnectorServiceProvider::class,
// Aliases array:
  'Syncad' => mainstreamct\SyncadConnectorLaravel\Syncad::class,
```

###### Laravel 5.6 and up

[](#laravel-56-and-up)

You're all ready to rock! Thanks to package discovery, you don't need to manually add the service provider to your `config/app.php`.

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

[](#configuration)

### Connecting things up

[](#connecting-things-up)

1. Log in to your Syncad installation and go to Admin &gt; Apps
2. Click '+' (Add existing application)
3. Fill out your app's details (location, application key)
4. Connect!

### Configuration options

[](#configuration-options)

In `config/syncad.php`, you'll find the following options:

1. `key` contains your application key, this should be set in your `.env` file.
2. `color` specifies a unique app color used in your Syncad dashboard to distinguish your application.
3. `login_redirect` specifies the URL a user is redirected to upon login. This defaults to `/admin`.
4. `name` is the application name that is stored on your Syncad instance upon connecting. It defaults to your `.env`'s `APP_NAME` key.

Usage
-----

[](#usage)

This package exposes the following endpoints that are used by Syncad.

#### \[POST\] `connection/test`

[](#post-connectiontest)

`Params: key`
This endpoint tests the connection using the provided `key`. It returns an array of environment data used by Syncad to personalize your application.

#### \[POST\] `login/init`

[](#post-logininit)

`Params: email, token, key`
This endpoint returns a login token for a given user using their `email` and the stored `syncad_token`.

#### \[GET\] `ext/auth`

[](#get-extauth)

`Params: key`
This endpoint logs the user in by the provided Syncad token `syncad_token`. This login token is destroyed upon login. The user is then redirected to the `login_redirect` URL specified in `config/syncad.php`.

Bugs
----

[](#bugs)

Found a bug? Message us at  or contact us via the Support environment in your Mainstream Web Portal (MainstreamCT customers only).

Copyright © 2019 MainstreamCT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~1 days

Total

4

Last Release

2600d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5104d3b090447f16e8f3bb356823286c1bf67cec55d4be4c7217f7cfd26490b6?d=identicon)[mainstreamct](/maintainers/mainstreamct)

---

Top Contributors

[![layetri](https://avatars.githubusercontent.com/u/8854301?v=4)](https://github.com/layetri "layetri (39 commits)")

---

Tags

laravelmainstreamctsyncad

### Embed Badge

![Health badge](/badges/mainstreamct-syncad-connector-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/mainstreamct-syncad-connector-laravel/health.svg)](https://phpackages.com/packages/mainstreamct-syncad-connector-laravel)
```

###  Alternatives

[jadjoubran/laravel5-angular-material-starter

The Laravel Framework.

1.7k17.2k](/packages/jadjoubran-laravel5-angular-material-starter)[flex/blog

An Elegant Blog System

1231.1k](/packages/flex-blog)

PHPackages © 2026

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