PHPackages                             michelmelo/periquita - 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. [Framework](/categories/framework)
4. /
5. michelmelo/periquita

ActiveProject[Framework](/categories/framework)

michelmelo/periquita
====================

The skeleton application for the Laravel 10 framework.

1.0.0(1y ago)08MITPHPPHP ^8.1

Since Feb 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/michelmelo/periquita)[ Packagist](https://packagist.org/packages/michelmelo/periquita)[ RSS](/packages/michelmelo-periquita/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

Laravel 10 Skeleton
===================

[](#laravel-10-skeleton)

Este repositório é um esqueleto base para projetos Laravel 10, contendo alguns pacotes e configurações que utilizo frequentemente. O objetivo é facilitar a inicialização de novos projetos mantendo um padrão organizado.

Tecnologias Utilizadas
----------------------

[](#tecnologias-utilizadas)

- **Laravel 10** - Framework PHP para aplicações web.
- **Composer** - Gerenciador de dependências do PHP.
- **MySQL** - Banco de dados relacional.
- **Apache/Nginx** - Servidor HTTP.
- **GitHub Actions** - CI/CD para automatização de testes e deploy.

Pacotes Instalados
------------------

[](#pacotes-instalados)

Os seguintes pacotes são incluídos neste esqueleto:

- **Laravel Sanctum** - Autenticação leve para APIs.
- **Laravel Breeze** - Autenticação simples e rápida.
- **Spatie Permission** - Gerenciamento de permissões e funções.
- **Laravel Debugbar** - Ferramenta para debugging.
- **Laravel IDE Helper** - Gera dicas de autocomplete para IDEs.

Instalação
----------

[](#instalação)

1. Instale o projeto usando o Composer:

    ```
    composer create-project michelmelo/periquita
    ```
2. Acesse o diretório do projeto:

    ```
    cd periquita
    ```
3. Copie o arquivo `.env.example` para `.env`:

    ```
    cp .env.example .env
    ```
4. Gere a chave da aplicação:

    ```
    php artisan key:generate
    ```
5. Configure o banco de dados no arquivo `.env` e execute as migrações:

    ```
    php artisan migrate --seed
    ```
6. Inicie o servidor de desenvolvimento:

    ```
    php artisan serve
    ```

Estrutura do Projeto
--------------------

[](#estrutura-do-projeto)

- `app/` - Contém os arquivos principais da aplicação.
- `database/migrations/` - Arquivos de migração do banco de dados.
- `routes/web.php` - Definição de rotas web.
- `routes/api.php` - Definição de rotas para APIs.

Testes
------

[](#testes)

Para rodar os testes, utilize:

```
php artisan test
```

Licença
-------

[](#licença)

Este projeto é distribuído sob a licença MIT. Veja o arquivo `LICENSE` para mais detalhes.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance43

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d756073dec37ac9abd3c7edd0cf00b94f2d2de0055531eba5472392b1fd4da2?d=identicon)[michelmelo](/maintainers/michelmelo)

---

Top Contributors

[![michelmelo](https://avatars.githubusercontent.com/u/159223?v=4)](https://github.com/michelmelo "michelmelo (5 commits)")

---

Tags

laravellaravel-frameworklaravel-packagelaravel10skeletonskeleton-applicationframeworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/michelmelo-periquita/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)

PHPackages © 2026

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