PHPackages                             liip/liip-magento-shared - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. liip/liip-magento-shared

ActiveMagento-module[Utility &amp; Helpers](/categories/utility)

liip/liip-magento-shared
========================

Shared Magento Extension

v1.0.0(12y ago)49MITPHP

Since Nov 20Pushed 10y ago56 watchersCompare

[ Source](https://github.com/liip/liip-magento-shared)[ Packagist](https://packagist.org/packages/liip/liip-magento-shared)[ Docs](https://github.com/liip/liip-magento-shared)[ RSS](/packages/liip-liip-magento-shared/feed)WikiDiscussions master Synced today

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

A Magento module containing recurring methods we have been using in most projects.

Features
========

[](#features)

- Extended set of attribute manipulation methods for the installer (sql setup)
- Connection class to download files
- Adds a `reference` field to attribute options for improved linking of imported values
- Many methods to handle attributes and their options
- Full page caching container classes (EE only) for: disabling / cookie-based / per-customer / per-session
- Proper URL umlaut replacements (ä: ae)
- Rounding of price to 0.05 (hardcoded)
- Various helpers

Installation
============

[](#installation)

Add repository to composer.json

```
{
    "repositories": [
        {
          "type": "composer",
          "url": "http://packages.firegento.com"
        }
    ],
    "require": {
        "liip/liip-magento-shared": "1.*",
    },
    "extra":{
        "magento-root-dir": "./"
    }
}

```

Install package through composer

```
$ ./composer.phar install

```

Usage
=====

[](#usage)

The module renames its Magento namespace as `liip`. Therefore, you access models and helpers as `Mage::getModel('liip/connection_curl')` or `Mage::helper('liip')`.

Use the Setup class in your module
----------------------------------

[](#use-the-setup-class-in-your-module)

In your module's `config.xml`, specify the new setup class

```

                Liip_Shared
                Liip_Shared_Model_Resource_Setup

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 65.1% 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

Unknown

Total

1

Last Release

4556d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20873?v=4)[Luke Smith](/maintainers/lsmith)[@lsmith](https://github.com/lsmith)

---

Top Contributors

[![rndstr](https://avatars.githubusercontent.com/u/32963?v=4)](https://github.com/rndstr "rndstr (82 commits)")[![fabian](https://avatars.githubusercontent.com/u/13346?v=4)](https://github.com/fabian "fabian (24 commits)")[![beniw](https://avatars.githubusercontent.com/u/910272?v=4)](https://github.com/beniw "beniw (14 commits)")[![lsmith77](https://avatars.githubusercontent.com/u/300279?v=4)](https://github.com/lsmith77 "lsmith77 (2 commits)")[![leabaertschi](https://avatars.githubusercontent.com/u/564566?v=4)](https://github.com/leabaertschi "leabaertschi (1 commits)")[![maximgubar](https://avatars.githubusercontent.com/u/2241775?v=4)](https://github.com/maximgubar "maximgubar (1 commits)")[![podlebar](https://avatars.githubusercontent.com/u/342104?v=4)](https://github.com/podlebar "podlebar (1 commits)")[![Chuvisco88](https://avatars.githubusercontent.com/u/1481488?v=4)](https://github.com/Chuvisco88 "Chuvisco88 (1 commits)")

### Embed Badge

![Health badge](/badges/liip-liip-magento-shared/health.svg)

```
[![Health](https://phpackages.com/badges/liip-liip-magento-shared/health.svg)](https://phpackages.com/packages/liip-liip-magento-shared)
```

###  Alternatives

[inviqa/magento-symfony-container

Provides Magento with an instance of a Symfony DI Container

2436.5k](/packages/inviqa-magento-symfony-container)[tim-reynolds/magento-qconfig

Magento config quick search

513.0k](/packages/tim-reynolds-magento-qconfig)[fastly/cdn

Fastly CDN module for Magento 1.x

275.5k](/packages/fastly-cdn)[clerk/magento

Clerk.io Turns More Browsers Into Buyers

1029.4k](/packages/clerk-magento)

PHPackages © 2026

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