PHPackages                             bushbaby/expose-greensock-js - 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. bushbaby/expose-greensock-js

ActiveLibrary

bushbaby/expose-greensock-js
============================

BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library

08PHP

Since Mar 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/basz/BsbExposeGreensockJS)[ Packagist](https://packagist.org/packages/bushbaby/expose-greensock-js)[ RSS](/packages/bushbaby-expose-greensock-js/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BsbExposeGreensockJS
====================

[](#bsbexposegreensockjs)

BsbExposeGreensockJS is a ZF2 module that helps exposing the greensock javascript library.

Update your composer.json in your project root to include the following snipped

```
"require": {
    "bushbaby/expose-greensock-js": "dev-master"
}

```

Additionally, since greensock js doesn't have a composer.json, add the following snipped to the composer.json in your project root.

```
"repositories": {
    "bushbaby-greensockjs": {
        "type": "package",
        "package": {
            "name": "bushbaby/greensockjs",
            "version": "1.9.0",
            "source": {
                "url": "git://github.com/greensock/GreenSock-JS.git",
                "type": "git",
                "reference": "1.9.0"
            }
        }
    }
}

```

The assets will be available under /js/vendor/gsap/

#### Provided Collections

[](#provided-collections)

###### /js/vendor/gsap/TweenMaxPack.js

[](#jsvendorgsaptweenmaxpackjs)

contains : tweenMax, timelineMax, jQueryPlugin, ease and plugin packs

###### /js/vendor/gsap/plugins/pluginPack.js

[](#jsvendorgsappluginspluginpackjs)

contains : all plugins

###### /js/vendor/gsap/easing/EasePack.js

[](#jsvendorgsapeasingeasepackjs)

contains : all ease functions

##### Notes

[](#notes)

- no 'pack' is provided for TweenLite
- easing/EasePack.js is provided by the library itself, plugin follows that convention
- minified and uncompressed files are merged into a single location structure

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![basz](https://avatars.githubusercontent.com/u/143068?v=4)](https://github.com/basz "basz (8 commits)")

### Embed Badge

![Health badge](/badges/bushbaby-expose-greensock-js/health.svg)

```
[![Health](https://phpackages.com/badges/bushbaby-expose-greensock-js/health.svg)](https://phpackages.com/packages/bushbaby-expose-greensock-js)
```

PHPackages © 2026

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