PHPackages                             laravilt/infolists - 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. laravilt/infolists

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

laravilt/infolists
==================

Complete information display system with entries, sections, and flexible layouts. Display data in organized, readable formats with text, images, badges, icons, and lists with date/time and money formatting.

1.0.6(4mo ago)0462↓89.5%3[2 PRs](https://github.com/laravilt/infolists/pulls)2MITHTMLPHP ^8.3|^8.4CI passing

Since Dec 11Pushed 2mo agoCompare

[ Source](https://github.com/laravilt/infolists)[ Packagist](https://packagist.org/packages/laravilt/infolists)[ GitHub Sponsors](https://github.com/fadymondy)[ RSS](/packages/laravilt-infolists/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (15)Versions (11)Used By (2)

[![infolists](https://raw.githubusercontent.com/laravilt/infolists/master/arts/screenshot.jpg)](https://raw.githubusercontent.com/laravilt/infolists/master/arts/screenshot.jpg)

Laravilt Infolists
==================

[](#laravilt-infolists)

[![Latest Stable Version](https://camo.githubusercontent.com/5380db1b3cb4364e0a59e1e49d1ece8f4a6d615e7e7ebdc609f27ddaec8e61d3/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176696c742f696e666f6c697374732f76657273696f6e2e737667)](https://packagist.org/packages/laravilt/infolists)[![License](https://camo.githubusercontent.com/706c32a3c16c724084b77f629f2e1f3f83837f8f7097f923450846af8a3bc405/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176696c742f696e666f6c697374732f6c6963656e73652e737667)](https://packagist.org/packages/laravilt/infolists)[![Downloads](https://camo.githubusercontent.com/bc19ae34cb6bf98e8af925d4b983191cf8acb6c8fcc08792a51a9d3a7031df2f/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176696c742f696e666f6c697374732f642f746f74616c2e737667)](https://packagist.org/packages/laravilt/infolists)[![Dependabot Updates](https://github.com/laravilt/infolists/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/laravilt/infolists/actions/workflows/dependabot/dependabot-updates)[![PHP Code Styling](https://github.com/laravilt/infolists/actions/workflows/fix-php-code-styling.yml/badge.svg)](https://github.com/laravilt/infolists/actions/workflows/fix-php-code-styling.yml)[![Tests](https://github.com/laravilt/infolists/actions/workflows/tests.yml/badge.svg)](https://github.com/laravilt/infolists/actions/workflows/tests.yml)

Complete information display system with entries, sections, and flexible layouts for Laravilt. Display data in organized, readable formats with text, images, badges, icons, and lists.

Features
--------

[](#features)

- 📋 **Entry Types** - Text, Image, Badge, Icon, List entries
- 🎨 **Layouts** - Sections, grids, columns with collapsible support
- 🔤 **Formatting** - Date/time, money, number formatting
- 📱 **Responsive** - Mobile-friendly responsive layouts
- ⚡ **Inertia Integration** - Seamless Vue 3 integration

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

[](#installation)

```
composer require laravilt/infolists
```

Quick Start
-----------

[](#quick-start)

```
use Laravilt\Infolists\Entries\TextEntry;
use Laravilt\Infolists\Entries\BadgeEntry;
use Laravilt\Schemas\Components\Section;

Section::make('Profile Information')
    ->schema([
        TextEntry::make('name')
            ->label('Full Name'),

        TextEntry::make('email')
            ->label('Email Address'),

        BadgeEntry::make('status')
            ->colors([
                'active' => 'success',
                'inactive' => 'secondary',
            ]),

        TextEntry::make('created_at')
            ->label('Joined')
            ->date('F j, Y'),
    ]);
```

Generator Command
-----------------

[](#generator-command)

```
# Generate an infolist class
php artisan make:infolist UserInfolist
```

Documentation
-------------

[](#documentation)

- **[Complete Documentation](docs/index.md)** - All entry types and formatting options
- **[MCP Server Guide](docs/mcp-server.md)** - AI agent integration

Entry Types
-----------

[](#entry-types)

- **TextEntry** - Display text with formatting
- **ImageEntry** - Display images
- **BadgeEntry** - Display badges with colors
- **IconEntry** - Display icons
- **ListEntry** - Display arrays/collections

Formatting
----------

[](#formatting)

- Date/time formatting
- Money formatting
- Number formatting
- Badge colors
- Icon colors
- Custom formatting

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance81

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.1% 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 ~12 days

Recently: every ~18 days

Total

7

Last Release

129d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (1 commits)")[![swarakaka](https://avatars.githubusercontent.com/u/9349190?v=4)](https://github.com/swarakaka "swarakaka (1 commits)")

---

Tags

laravelinertiaformattinginformationdisplayvueentrieslaraviltinfolists

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/laravilt-infolists/health.svg)

```
[![Health](https://phpackages.com/badges/laravilt-infolists/health.svg)](https://phpackages.com/packages/laravilt-infolists)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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