fredbradley / trailingslashit
Brings in a couple of useful WordPress functions to any other PHP project
Package info
github.com/fredbradley/trailingslashit
Type:project
pkg:composer/fredbradley/trailingslashit
v0.0.4
2022-04-19 19:10 UTC
Requires
- php: ^7.4|^8.0
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