fredbradley/trailingslashit

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

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/fredbradley/trailingslashit

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

This package is auto-updated.

Last update: 2025-09-20 02:15:56 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