Search by

mgsoft / support

n1crack

Shared helper utilities for MGSoft packages.

v1.0.0 2026-07-31 19:59 UTC

This package is auto-updated.

Last update: 2026-08-31 20:19:45 UTC


README

Latest Version Total Downloads License

Shared helper utilities for MGSoft packages.

Installation

composer require mgsoft/support

Usage

use MGSoft\Support\Str;

Str::slug('Ürün Açıklaması');        // urun-aciklamasi
Str::startsWith('mgsoft/support', 'mgsoft'); // true

Requirements

  • PHP 8.1 or higher

License

MIT