brokeyourbike/base-models

Base models to extend in the app.

0.3.1 2023-05-14 22:32 UTC

This package is auto-updated.

Last update: 2024-03-20 13:54:22 UTC


README

Latest Stable Version Total Downloads Maintainability

Base models to extend in the app.

Why?

I am using this abstract class in most of my apps, and I always have to cover it with tests etc. I don't want to copy the code anymore.

Installation

composer require brokeyourbike/base-models

Usage

use BrokeYourBike\BaseModels\BaseUuid;

class ExampleModels extends BaseUuid {}

Authors

License

Mozilla Public License v2.0