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

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

laravel-tools/core
==================

This package provides a set of tools to help you develop Laravel applications.

v2024.1.0(2y ago)04MITPHPPHP ^8.3

Since Mar 16Pushed 2y ago1 watchersCompare

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

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

Laravel Tools - Core
====================

[](#laravel-tools---core)

This package provides a set of tools to help you develop Laravel applications.

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

[](#installation)

You can install the package via composer:

```
composer require laravel-tools/core
```

Development
-----------

[](#development)

To start developing first you must install the dependencies:

```
docker run --rm -v $(pwd):/app composer install
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Features
--------

[](#features)

### Undefined

[](#undefined)

In PHP, we are still missing a way to define undefined variables. The [Undefined class](src/Undefined.php) is a solution for that. Additionally, there are helpers functions as well:

- `is_undefined` - checks if provided value is instance of `Undefined` class
- `is_set` - checks if provided value is not null and not an instance of `Undefined` class.

### Collection macros

[](#collection-macros)

There are missing macros in Laravel, this packages adds some of these missing methods:

- `recursive`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

793d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/756f018c495d3cc572049b8b59a3ce2e57d8be8bf51fdfd778a5590673ddb5db?d=identicon)[rlempa](/maintainers/rlempa)

### Embed Badge

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

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

PHPackages © 2026

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