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

ActiveLibrary[Framework](/categories/framework)

kravinskiy/laravel-chassis
==========================

Laravel package to get started with application development with standardized responses, abstract controllers and services

1.0(6y ago)013BSD-3-ClausePHPPHP ^7.1CI failing

Since Jan 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Kravinskiy/laravel-chassis)[ Packagist](https://packagist.org/packages/kravinskiy/laravel-chassis)[ Docs](http://getprooph.org)[ RSS](/packages/kravinskiy-laravel-chassis/feed)WikiDiscussions master Synced 2d ago

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

laravel-chassis
===============

[](#laravel-chassis)

A laravel chassis with support to easily generate or use Repository &amp; Service pattern for a modern application. Remove the messyness from your Laravel application by following a Domain Driven Design approach, and add CRUD actions - if needed, with very little or no customization at all.

Designed for micro-service applications, but can be used in any architecture design.

Supports generating the following layers of your application:

- Route generation
- Requests
- Controllers
- Models
- Services
- Repositories
- Integration Tests

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

[](#installation)

Kernel for web:

`src/Http/Kernel.php`

Kernel for console (this will allow resource generation):

`src/Console/Kernel.php`

Error handling:

`src/Exceptions/Handler.php`

Command
-------

[](#command)

### resource:generate {name} {resources(optional)\[\]} {--crud}

[](#resourcegenerate-name-resourcesoptional---crud)

Resources:

- 'Create', 'Update', 'Get', 'All', 'Delete', 'Store', 'Show', 'Index', 'Destroy'

### Error Handling and Exceptions

[](#error-handling-and-exceptions)

Out of box exceptions:

- Entity error exceptions, such as:

    - CanNotCreateEntityException
    - CanNotDeleteEntityException
    - CanNotGetEntityException
    - CanNotUpdateEntityException
    - EntityNotFoundException
- HTTP Response exceptions, such as:

    - ForbiddenException
    - HttpException (generic)
    - InternalErrorException
    - MethodNotAllowedException
    - NotFoundException
    - UnathorizedException
- Console exceptions, such as:

    - InvalidArgumentException
- Validation exceptions, such as:

    - ValidationException

    #### Copyright by Mark Kravinskiy @ 2019 - 2020

    [](#copyright-by-mark-kravinskiy--2019---2020)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

2

Last Release

2299d ago

Major Versions

0.1 → 1.02020-01-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7107752?v=4)[Mark K](/maintainers/Kravinskiy)[@Kravinskiy](https://github.com/Kravinskiy)

---

Top Contributors

[![Kravinskiy](https://avatars.githubusercontent.com/u/7107752?v=4)](https://github.com/Kravinskiy "Kravinskiy (17 commits)")

---

Tags

laravelpackage

### Embed Badge

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

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

###  Alternatives

[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[atnic/laravel-generator

Generator for Laravel Framework.

151.7k1](/packages/atnic-laravel-generator)

PHPackages © 2026

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