PHPackages                             ivansabat/laravel-data-object-tools - 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. ivansabat/laravel-data-object-tools

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

ivansabat/laravel-data-object-tools
===================================

A set of tools to make working with Data Transfer Objects easier in Laravel

05PHP

Since Feb 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/IvanSabat/laravel-data-object-tools)[ Packagist](https://packagist.org/packages/ivansabat/laravel-data-object-tools)[ RSS](/packages/ivansabat-laravel-data-object-tools/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tutorial
========

[](#tutorial)

Tutorial from [here](https://laravel-news.com/building-your-own-laravel-packages).

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

[](#installation)

```
composer require ivansabat/laravel-data-object-tools
```

Usage
-----

[](#usage)

```
php artisan make:dto MyDto
```

Possible errors
---------------

[](#possible-errors)

#### Could not find a version of package ivansabat/laravel-data-object-tools matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.

[](#could-not-find-a-version-of-package-ivansabatlaravel-data-object-tools-matching-your-minimum-stability-stable-require-it-with-an-explicit-version-constraint-allowing-its-desired-stability)

### Solution

[](#solution)

```
composer config minimum-stability dev
composer config prefer-stable true
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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/52ec9732a03f3f4d8f87453e0719352bffe0cf444b3c77957464689efd499e77?d=identicon)[IvanSabat](/maintainers/IvanSabat)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ivansabat-laravel-data-object-tools/health.svg)

```
[![Health](https://phpackages.com/badges/ivansabat-laravel-data-object-tools/health.svg)](https://phpackages.com/packages/ivansabat-laravel-data-object-tools)
```

PHPackages © 2026

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