Download the PHP package pepperfm/filament-json without Composer

On this page you can find all versions of the php package pepperfm/filament-json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-json

Filament JSON Column (v4)

Latest Version on Packagist Tests Code Style Downloads

Beautiful JSON viewer column for Filament v4 tables.


Installation

Documentation on my doc. website

Previous major versions:

  • Filament 4 → composer require pepperfm/filament-json:^3.0
  • Filament 3 → composer require pepperfm/filament-json:^2.0

Optionally publish config or views if you want to customize them:

No Tailwind/Vite setup is required — the package ships a compiled stylesheet and registers it via Filament assets.


Quick start

Sugar aliases


Behavior & UX


Modal / Drawer toolbar

In modal/drawer modes you can enable a small toolbar above the content:


Labels (Table mode)


API reference (selected)


Migration from v3 → v4

TL;DR

Before (v3)

After (v4)

Inline behavior change

If you previously relied on Tree/Table inline (inside the cell), note that v4 renders pretty JSON instead.
To keep the interactive view, present it in a modal or drawer:

Optional toolbar

In modal/drawer Tree mode you can show a small toolbar:

Testing adjustments

If you test rendering, switch to Filament v4’s List resource page approach (per Filament’s docs) and ensure session/error bags are initialized in your test case to avoid ViewErrorBag null issues.


Version matrix

Your existing constraints like ^2.x or ^3.x will continue to resolve to the proper major — v4 won’t auto-install unless you opt in.


Styling

The package ships a compiled CSS with soft borders, proper light/dark palette, and table grid lines.
If you publish views and manually tweak Tailwind, ensure your scanner includes the package views (e.g. resources/views/vendor/filament-json/**/*.blade.php).


Customize button and modal props

[!IMPORTANT] The button() and modal() method accept the type of array|Arrayable|\stdClass, and implements basic properties of button and modal blade components from Filament documentation: Core Concepts - Blade Components

DTO schemas of components configuration:


Testing

Skipped for now


Changelog

See the GitHub Releases page for a full changelog per version.


Security

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


Credits


License

The MIT License (MIT). See LICENSE for details.


All versions of filament-json with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0
pepperfm/ssd-for-laravel Version ^0.0.8
spatie/laravel-package-tools Version ^1.15.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pepperfm/filament-json contains the following files

Loading the files please wait ....