PHPackages                             nassajis/laravel-adobe-connect - 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. [API Development](/categories/api)
4. /
5. nassajis/laravel-adobe-connect

ActiveLibrary[API Development](/categories/api)

nassajis/laravel-adobe-connect
==============================

Adobe Connect Integration for Laravel 5.\*

0.1.2(8y ago)17MITPHPPHP &gt;=5.4.0

Since Feb 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nassajis/laravel-adobe-connect)[ Packagist](https://packagist.org/packages/nassajis/laravel-adobe-connect)[ RSS](/packages/nassajis-laravel-adobe-connect/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

About
-----

[](#about)

This package simplifies the integration of your Laravel 4.2 application with Adobe Connect.

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

[](#installation)

Include the package in your project with composer.

```
composer require nassajis/laravel-adobe-connect

```

Then register the service provider in your config/app.php file.

```
'providers' => array(
    .
    .

    Nassajis\AdobeConnect\AdobeConnectServiceProvider::class,

);
```

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

[](#configuration)

You must configure your Adobe Connect account information, for this you first need to publish the configuration file.

```
php artisan vendor:publish --provider="Nassajis\AdobeConnect\AdobeConnectServiceProvider"

```

You can find the configuration file in the vendors directory inside your app/config folder assuming all the default configuration the configuration file should be in the folder `app/config/adobe-connect`

Instead of hardcoding your Adobe Connect account information on this file you should place it in your `.env` file with the following entries.

### ADOBE\_CONNECT\_HOST: Adobe Connect Hostname

[](#adobe_connect_host-adobe-connect-hostname)

Adobe Connect provides you a subdomain in the form:

```
.adobeconnect.com

```

Where is the name of your business account, set here the complete host name including '.adobeconnect.com'.

### ADOBE\_CONNECT\_USERNAME: Adobe Connect Username

[](#adobe_connect_username-adobe-connect-username)

This must contain your Adobe Connect administrator's username.

This seems to be a bad practice bud it is required by the Adobe Connect API.

### ADOBE\_CONNECT\_PASSWORD: Adobe Connect Password

[](#adobe_connect_password-adobe-connect-password)

This must contain your Adobe Connect administrator's password.

Remember to update this value in case the password changes for the administrator's user.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6299e98c12f72722214146a9d241475b17ae39698c8985562ac46e70fb69a896?d=identicon)[nassajis](/maintainers/nassajis)

---

Top Contributors

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

---

Tags

adobeadobe-connectapilaravelphp

### Embed Badge

![Health badge](/badges/nassajis-laravel-adobe-connect/health.svg)

```
[![Health](https://phpackages.com/badges/nassajis-laravel-adobe-connect/health.svg)](https://phpackages.com/packages/nassajis-laravel-adobe-connect)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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