PHPackages                             pascualmg/simple-php-skel - 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. pascualmg/simple-php-skel

ActiveLibrary

pascualmg/simple-php-skel
=========================

simple dockerized skel with last version of php and phpunit

0.0.1(4y ago)126LGPL-3.0-or-laterPHPPHP &gt;=8.0.0

Since Sep 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pascualmg/simple-php-skel)[ Packagist](https://packagist.org/packages/pascualmg/simple-php-skel)[ RSS](/packages/pascualmg-simple-php-skel/feed)WikiDiscussions main Synced today

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

simple-php-skel
===============

[](#simple-php-skel)

1. Para tener facilmente disponible un entorno de desarrollo con php .

```
composer create-project pascualmg/simple-php-skel app
cd app
make build
make composer_install
```

sin composer instalado , directamente con docker

```
docker run --rm --interactive --tty --user $UID:$GID   --volume $PWD:/app composer create-project  pascualmg/simple-php-skel yourproject
```

2. Edita composer.json and cambia los nombres del psr4
3. Edita docker-compose y cambia el nombre del container
4. make up
5. make composer-install
6. make test

o directamente ejecuta el script init.sh :)

... 4leviandrew ...

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

1705d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pascualmg-simple-php-skel/health.svg)

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

PHPackages © 2026

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