PHPackages                             php-light/php-light - 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. php-light/php-light

ActiveProject

php-light/php-light
===================

0.0.2(9y ago)064[1 PRs](https://github.com/php-light/php-light/pulls)PHP

Since Dec 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/php-light/php-light)[ Packagist](https://packagist.org/packages/php-light/php-light)[ RSS](/packages/php-light-php-light/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

PHP Light Starter
=================

[](#php-light-starter)

### Configure your host

[](#configure-your-host)

From a terminal, edit your hosts file:

```
sudo vim /etc/hosts

```

and add the following:

```
127.0.0.1	php-light.dev

```

Create a new apache configuration file:

```
sudo touch /etc/apache2/sites-available/php_light.conf

```

Edit the newly created file to point to your project:

```
sudo vim /etc/apache2/sites-available/php_light.conf

```

add the following content:

```

    ServerName php-light.dev
    DocumentRoot /var/www/php-light

    # optionally disable the RewriteEngine for the asset directories
    # which will allow apache to simply reply with a 404 when files are
    # not found instead of passing the request into the full symfony stack

    ErrorLog /var/log/apache2/php_light_error.log
    CustomLog /var/log/apache2/php_light_access.log combined

```

Enable the newly create apache2 conf:

```
sudo a2ensite php_light.conf

```

Restart apache

```
sudo service apache2 restart

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.2% 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 ~22 days

Total

2

Last Release

3425d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/128fc9a1cc70af0a29dc61e5a1ba5803b0e737a9e30e45558809c7ff340438cb?d=identicon)[khalid-s](/maintainers/khalid-s)

---

Top Contributors

[![khalid-s](https://avatars.githubusercontent.com/u/7849198?v=4)](https://github.com/khalid-s "khalid-s (71 commits)")[![nelkhayaty](https://avatars.githubusercontent.com/u/24387531?v=4)](https://github.com/nelkhayaty "nelkhayaty (11 commits)")[![anzouaoui](https://avatars.githubusercontent.com/u/19433051?v=4)](https://github.com/anzouaoui "anzouaoui (9 commits)")[![mkifia](https://avatars.githubusercontent.com/u/8984802?v=4)](https://github.com/mkifia "mkifia (1 commits)")

### Embed Badge

![Health badge](/badges/php-light-php-light/health.svg)

```
[![Health](https://phpackages.com/badges/php-light-php-light/health.svg)](https://phpackages.com/packages/php-light-php-light)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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