PHPackages                             moox/press - 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. [Admin Panels](/categories/admin)
4. /
5. moox/press

ActiveLibrary[Admin Panels](/categories/admin)

moox/press
==========

This is my package press

0.3.2(1y ago)6150MITPHP

Since Dec 21Pushed 5mo agoCompare

[ Source](https://github.com/mooxphp/press)[ Packagist](https://packagist.org/packages/moox/press)[ Docs](https://moox.org/)[ GitHub Sponsors](https://github.com/mooxphp)[ RSS](/packages/moox-press/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (2)Versions (24)Used By (0)

[![Moox Press](https://github.com/mooxphp/moox/raw/main/art/banner/press.jpg)](https://github.com/mooxphp/moox/raw/main/art/banner/press.jpg)

Moox Press
==========

[](#moox-press)

This integrates WordPress into Filament - work in progress.

Developers notes:

- in main composer.json you must allow the plugin for the wordpress installer
- add the contents of deploy.sh to your deployment (e.g. on Forge) to create the symlink
- for Herd, Valet use one of the files from the wsconfig folder
- for Forge (or Nginx) add the following:

    ```
        // after this
        location / {
            try_files $uri $uri/ /index.php?$query_string;
        }

        // add this
        location /wp/ {
            try_files $uri $uri/ /wp/index.php?$query_string;
        }

    ```
- in composer.json add the plugin for the core installer

    ```
            "allow-plugins": {
                "roots/wordpress-core-installer": true
    ```

Quick Installation
------------------

[](#quick-installation)

These two commmands are all you need to install the package:

```
composer require moox/press
php artisan mooxpress:install
```

Curious what the install command does? See manual installation below.

What it does
------------

[](#what-it-does)

This is my package press

Manual Installation
-------------------

[](#manual-installation)

Instead of using the install-command `php artisan mooxpress:install` you are able to install this package manually step by step:

```
// Publish and run the migrations:
php artisan vendor:publish --tag="press-migrations"
php artisan migrate

// Publish the config file with:
php artisan vendor:publish --tag="press-config"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](https://github.com/mooxphp/moox/security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance58

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.6% 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

Every ~25 days

Recently: every ~55 days

Total

24

Last Release

391d ago

Major Versions

0.3.2 → 4.0.0-beta.22025-07-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40421928?v=4)[Alf Drollinger](/maintainers/adrolli)[@adrolli](https://github.com/adrolli)

![](https://avatars.githubusercontent.com/u/157534?v=4)[Max](/maintainers/moox)[@MoOx](https://github.com/MoOx)

---

Top Contributors

[![mooxbot](https://avatars.githubusercontent.com/u/106848579?v=4)](https://github.com/mooxbot "mooxbot (239 commits)")[![adrolli](https://avatars.githubusercontent.com/u/40421928?v=4)](https://github.com/adrolli "adrolli (1 commits)")

---

Tags

filamentfilament-pluginfilamentphplaravellaravel-packagepackagewordpresslaravellaravel-packagefilamentfilament-plugin

### Embed Badge

![Health badge](/badges/moox-press/health.svg)

```
[![Health](https://phpackages.com/badges/moox-press/health.svg)](https://phpackages.com/packages/moox-press)
```

###  Alternatives

[watheqalshowaiter/filament-sticky-table-header

A Filament plugin that makes table headers stick when scrolling down for better UX.

3664.0k](/packages/watheqalshowaiter-filament-sticky-table-header)[janczakb/filament-flex-fields

70 Filament v5 form components with unified design system, lazy CSS/JS, optional JSON custom fields, layout primitives, and built-in Playground — one plugin for modern Laravel admin forms.

5710.2k](/packages/janczakb-filament-flex-fields)

PHPackages © 2026

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