PHPackages                             studioartcz/sl\_composer - 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. studioartcz/sl\_composer

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

studioartcz/sl\_composer
========================

Support for Composer

06PHP

Since Oct 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/studioartcz/sl_composer)[ Packagist](https://packagist.org/packages/studioartcz/sl_composer)[ RSS](/packages/studioartcz-sl-composer/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Composer for SunLight CMS 7.5.x
===============================

[](#composer-for-sunlight-cms-75x)

Yeah, we are create composer support for this legacy system.

Install instructions
--------------------

[](#install-instructions)

1. save this json to your site root and as `composer.json`:

    ```
    {
      "name": "studioartcz/yoursite",
      "type": "project",
      "description": "Your site composer",
      "homepage": "https://www.studioart.cz",
      "private": true,
      "require": {
        "php": ">=5.6.0",
        "sasedev/composer-plugin-filecopier": "^1.1"
      },
      "extra": {
        "filescopier": [
          {
            "source": "vendor/studioartcz/sl_composer/plugins",
            "destination": "plugins",
            "debug": "true"
          }
        ]
      },
      "minimum-stability": "dev",
      "prefer-stable": true,
      "config": {
        "bin-dir": "bin/",
        "discard-changes": true
      }
    }

    ```
2. create (edit) file `.gitignore` in project root contains:

    ```
    vendor/*
    bin
    config.php
    .idea
    data/*
    !data/cron.lock
    !data/installer
    pictures/*
    !pictures/pr
    !pictures/avatars
    !pictures/web
    upload/*

    # composer plugins
    plugins/extend/composer

    ```
3. open command line at path where you have project's root
4. type: `composer install studioartcz/sl_composer master-dev`
5. yeah and you have composer your lucky human!

###  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

Maturity43

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/46a3d00f296e8ae7ed0b9a83acc41d55810097d637733826dcdb55a7683bece2?d=identicon)[landsman](/maintainers/landsman)

---

Top Contributors

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

---

Tags

composerczech-republicsunlightcms

### Embed Badge

![Health badge](/badges/studioartcz-sl-composer/health.svg)

```
[![Health](https://phpackages.com/badges/studioartcz-sl-composer/health.svg)](https://phpackages.com/packages/studioartcz-sl-composer)
```

###  Alternatives

[crucifyer/css-browser-selector

CSS Browser Selector - no need css hack. html tag adding your browser info

3422.6k](/packages/crucifyer-css-browser-selector)[th3n3rd/cartesian-product

Memory efficient Cartesian Product implementation

13102.8k2](/packages/th3n3rd-cartesian-product)

PHPackages © 2026

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