PHPackages                             aubreypwd/php-s-wp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aubreypwd/php-s-wp

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

aubreypwd/php-s-wp
==================

A few fixes to make WordPress and php -S work well together.

1.0.0(3y ago)116MITPHP

Since Jun 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aubreypwd/php-s-wp)[ Packagist](https://packagist.org/packages/aubreypwd/php-s-wp)[ RSS](/packages/aubreypwd-php-s-wp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

This package is intened to be installed in the WordPress root and loaded via `autoload.php` so WordPress plays nicely with `php -S`.

Installation &amp; Use
======================

[](#installation--use)

```
composer require aubreypwd/php-s-wp
```

Then in your `wp-config.php` make sure and require `autoload.php` e.g.:

```
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
	require_once __DIR__ . '/vendor/autoload.php';
}
```

Fixes accessing e.g. `/wp-admin` w/out trailing slash
=====================================================

[](#fixes-accessing-eg-wp-admin-wout-trailing-slash)

Now you can start up `php -S` in your WordPress root and places like `http://localhost:8000/wp-admin` will be automatically re-directed to `http://localhost:8000/wp-admin/` so things don't break.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c858a06465595fdc35033f1e9edc77627794753c383a97c281e54a813a52d670?d=identicon)[aubreypwd](/maintainers/aubreypwd)

---

Top Contributors

[![aubreypwd](https://avatars.githubusercontent.com/u/1753298?v=4)](https://github.com/aubreypwd "aubreypwd (7 commits)")

---

Tags

composercomposer-packagephpphp-serverwordpress

### Embed Badge

![Health badge](/badges/aubreypwd-php-s-wp/health.svg)

```
[![Health](https://phpackages.com/badges/aubreypwd-php-s-wp/health.svg)](https://phpackages.com/packages/aubreypwd-php-s-wp)
```

###  Alternatives

[rinvex/countries

Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.

1.7k7.4M48](/packages/rinvex-countries)[tecnickcom/tc-lib-color

PHP library to manipulate various color representations

247.2M9](/packages/tecnickcom-tc-lib-color)[pinkary-project/type-guard

Type Guard module is part of the Pinkary Project, and allows you to \*\*narrow down the type\*\* of a variable to a more specific type.

198102.4k14](/packages/pinkary-project-type-guard)[lingaro/magento2-codegen

Magento 2 Code Generator

966.5k](/packages/lingaro-magento2-codegen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
