PHPackages                             eamirgh/lazy-dog - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. eamirgh/lazy-dog

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eamirgh/lazy-dog
================

A minimalist crud generator.

01PHP

Since Oct 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/eamirgh/lazy-dog)[ Packagist](https://packagist.org/packages/eamirgh/lazy-dog)[ RSS](/packages/eamirgh-lazy-dog/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

A minimalist crud generator.
============================

[](#a-minimalist-crud-generator)

[![Latest Version on Packagist](https://camo.githubusercontent.com/58f24a846717b9ba4021c3b0a410f3af168163e4d90c9dd2e863e943c3e8f80a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65616d697267682f6c617a792d646f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eamirgh/lazy-dog)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5feb1a394d8edf839be613f9f22c6663f79736b0d1907266ceb13a2dbaa434f7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f65616d697267682f6c617a792d646f672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/eamirgh/lazy-dog/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/f4f74121c8eb483fb1beb541126f5fc1ad6934d0035c00fbd1a10d3eb2d49fb1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f65616d697267682f6c617a792d646f672f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/eamirgh/lazy-dog/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8002a15fff36cdbeb512c9a324fdeda4b9528218a39199b8e847ffa0627a3a24/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65616d697267682f6c617a792d646f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eamirgh/lazy-dog)

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/86d2d4225b6d4b01944724f3dd726791cc2bc5201bf6982ec5c652159aede1ce/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c617a792d646f672e6a70673f743d31)](https://spatie.be/github-ad-click/lazy-dog)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require eamirgh/lazy-dog --dev
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Eamirgh\LazyDog\LazyDogServiceProvider" --tag="lazy-dog-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$lazy-dog = new Eamirgh\LazyDog();
echo $lazy-dog->echoPhrase('Hello, Eamirgh!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Amir Ghaffari](https://github.com/eamirgh)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d70d440f98c96342811e010407e849af55ecb64c0d5d826a00fe291a6c2e4d5?d=identicon)[eamirgh](/maintainers/eamirgh)

---

Top Contributors

[![eamirgh](https://avatars.githubusercontent.com/u/14164441?v=4)](https://github.com/eamirgh "eamirgh (7 commits)")

### Embed Badge

![Health badge](/badges/eamirgh-lazy-dog/health.svg)

```
[![Health](https://phpackages.com/badges/eamirgh-lazy-dog/health.svg)](https://phpackages.com/packages/eamirgh-lazy-dog)
```

PHPackages © 2026

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