PHPackages                             saeedsajadi/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. saeedsajadi/laravel-adobe-connect

ActiveLibrary[API Development](/categories/api)

saeedsajadi/laravel-adobe-connect
=================================

Adobe Connect Integration for Laravel

v1.0.2(4y ago)08MITPHP

Since Nov 17Pushed 4y agoCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

About
-----

[](#about)

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

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

[](#installation)

Include the package in your project with composer.

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

```

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

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

    'SaeedSajadi\AdobeConnect\AdobeConnectServiceProvider'

);
```

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

[](#configuration)

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

```
php artisan config:publish saeedsajadi/laravel-adobe-connect

```

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/packages/saeedsajadi/laravel-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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

1547d ago

### Community

Maintainers

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

---

Top Contributors

[![saeedsajadi](https://avatars.githubusercontent.com/u/3465334?v=4)](https://github.com/saeedsajadi "saeedsajadi (2 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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