PHPackages                             codepso/laravel - 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. codepso/laravel

ActiveLibrary

codepso/laravel
===============

This package contains helper, classes, query builders to initialize laravel projects.

v1.0.17(3y ago)02.7kMITPHPPHP ^8.0

Since Nov 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/codepso/laravel-setup)[ Packagist](https://packagist.org/packages/codepso/laravel)[ RSS](/packages/codepso-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (19)Used By (0)

Codepso / Laravel / Catalog
===========================

[](#codepso--laravel--catalog)

Requirements
------------

[](#requirements)

- php &gt;= 8.0.0
- laravel &gt;= 8.12.0
- composer &gt;= 2.0.7

Installation
------------

[](#installation)

```
composer require codepso/laravel
```

```
php artisan vendor:publish --tag=codepso-config (optional)
```

```
composer update codepso/laravel (optional)
```

### Docker

[](#docker)

```
PGSLQ

docker run --rm -it -v $(pwd):/var/www codepso/php:8.0-cli-pgsql composer require codepso/laravel
docker run --rm -it -v $(pwd):/var/www codepso/php:8.0-cli-pgsql composer update codepso/laravel

MYSQL

docker run --rm -it -v $(pwd):/var/www codepso/php:8.1-cli-mysql composer require codepso/laravel
docker run --rm -it -v $(pwd):/var/www codepso/php:8.1-cli-mysql composer update codepso/laravel
```

Configuration
-------------

[](#configuration)

.env

```
CATALOG_SIZE=5
```

Testing
-------

[](#testing)

```
laravel new testing
composer remove codepso/laravel
php artisan serve
```

```
"repositories": [
    {
        "type": "path",
        "url": "./packages/codepso/laravel"
    }
]
```

```
composer update
composer require codepso/laravel
composer remove codepso/laravel (remove)
```

References
==========

[](#references)

-
-
-

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~24 days

Recently: every ~50 days

Total

18

Last Release

1223d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90b4ed3280cc47f377c433357777be6cd215daa3bcb8d0551a7c64a96ded6b14?d=identicon)[codepso](/maintainers/codepso)

---

Top Contributors

[![minayaleon](https://avatars.githubusercontent.com/u/3331639?v=4)](https://github.com/minayaleon "minayaleon (20 commits)")

### Embed Badge

![Health badge](/badges/codepso-laravel/health.svg)

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

PHPackages © 2026

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