PHPackages                             wicool/app-skel-components - 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. wicool/app-skel-components

ActiveProject

wicool/app-skel-components
==========================

App Created Using Illuminate and Others PHP Components

00[1 PRs](https://github.com/flavianohonorato/app-skel-components/pulls)PHP

Since Feb 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/flavianohonorato/app-skel-components)[ Packagist](https://packagist.org/packages/wicool/app-skel-components)[ RSS](/packages/wicool-app-skel-components/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

#### App Created Using Illuminate and Others PHP Components

[](#app-created-using-illuminate-and-others-php-components)

How to use:

```
composer require wicool/app-skel-components

```

add your settings to folder files: `src/config/*.php`

Create the folders in the root folder of your project(with write permissions):

```
db/migrations
db/seeds

```

Now run the following command to generate the PHINX configuration file `vendor/bin/phinx init`.

This command will generate the following file in the root of your project. `phinx.yml`, insira suas credenciais.

Run migrations file with:

```
php vendor/bin/phinx migrate

```

Run the seed for populate data:

```
php vendor/bin/phinx seed:run

```

For more details on creating your migrations and seeds, visit the [official Phinx doc here.](http://docs.phinx.org/en/latest/migrations.html)

Components used:

- [robmorgan/phinx](http://docs.phinx.org/en/latest/migrations.html)
- [league/plates](https://platesphp.com/v3/)
- [fzaninotto/faker](https://github.com/fzaninotto/Faker)
- [illuminate/database](https://github.com/laravel/framework)
- [illuminate/routing](https://github.com/laravel/framework)
- [illuminate/events](https://github.com/laravel/framework)
- [illuminate/pagination](https://github.com/laravel/framework)
- [illuminate/session](https://github.com/laravel/framework)
- [illuminate/validation](https://github.com/laravel/framework)
- [illuminate/config](https://github.com/laravel/framework)

More soon...

###  Health Score

17

↑

LowBetter than 6% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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://avatars.githubusercontent.com/u/4780299?v=4)[Flaviano Honorato](/maintainers/flavianohonorato)[@flavianohonorato](https://github.com/flavianohonorato)

---

Top Contributors

[![flavianohonorato](https://avatars.githubusercontent.com/u/4780299?v=4)](https://github.com/flavianohonorato "flavianohonorato (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/wicool-app-skel-components/health.svg)

```
[![Health](https://phpackages.com/badges/wicool-app-skel-components/health.svg)](https://phpackages.com/packages/wicool-app-skel-components)
```

PHPackages © 2026

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