PHPackages                             romenys/romenys - 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. romenys/romenys

Abandoned → [php-light/php-light](/?search=php-light%2Fphp-light)Project

romenys/romenys
===============

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

Since Dec 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/romenys/romenys)[ Packagist](https://packagist.org/packages/romenys/romenys)[ RSS](/packages/romenys-romenys/feed)WikiDiscussions master Synced 3w 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 41% 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

3471d 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/romenys-romenys/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[open-dxp/opendxp

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

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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