fredbradley/trailingslashit

Brings in a couple of useful WordPress functions to any other PHP project

Maintainers

Package info

github.com/fredbradley/trailingslashit

Type:project

pkg:composer/fredbradley/trailingslashit

Statistics

Installs: 50

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.4 2022-04-19 19:10 UTC

This package is auto-updated.

Last update: 2026-02-20 03:19:47 UTC


README

Really, nothing that clever. Two functions lifted out of the WordPress source code that I personally, find very useful and reuse in other projects, which perhaps aren't WordPress.

This packages adds trailingslashit(string $var) and untrailingslashit(string $var) as high level functions, if they don't already exist.

Installation

composer require fredbradley/trailingslashit