marshmallow/mr-mallow

Speciale Mr Mallow functies

Maintainers

Package info

github.com/marshmallow-packages/mr-mallow

Homepage

pkg:composer/marshmallow/mr-mallow

Statistics

Installs: 13 528

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2021-04-07 09:56 UTC

This package is auto-updated.

Last update: 2026-06-11 15:50:17 UTC


README

alt text

Mr Mallow

Latest Version on Packagist Total Downloads Issues License PHP Syntax Checker

Speciale Mr Mallow functies — a small Laravel package that registers Mr Mallow helpers for use across Marshmallow projects.

Installation

Install the package via Composer:

composer require marshmallow/mr-mallow

The package is auto-discovered through Laravel package discovery, so no manual service provider or alias registration is required.

Optionally publish the config file:

php artisan vendor:publish --provider="Marshmallow\MrMallow\MrMallowServiceProvider"

This copies config/mr-mallow.php into your application's config directory.

Usage

The package registers a mr-mallow-ascii Blade component that renders the Marshmallow ASCII banner. Drop it into any Blade view:

<x-mr-mallow-ascii />

Testing

This package ships a PHP syntax check that runs in CI via the php-syntax-checker.yml workflow.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

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

Credits

License

The MIT License (MIT). Please see the License File for more information.