PHPackages                             laravel-admin/wordpress-helpers - 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. laravel-admin/wordpress-helpers

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

laravel-admin/wordpress-helpers
===============================

Helper classes for laravel-admin/wordpress

0.1.1(9y ago)2967[6 issues](https://github.com/laravel-admin/wordpress-helpers/issues)MITPHP

Since Feb 4Pushed 9y ago2 watchersCompare

[ Source](https://github.com/laravel-admin/wordpress-helpers)[ Packagist](https://packagist.org/packages/laravel-admin/wordpress-helpers)[ RSS](/packages/laravel-admin-wordpress-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Headless Wordpress with Laravel front
=====================================

[](#headless-wordpress-with-laravel-front)

This package is experimental, don't use it for production.

Installation
------------

[](#installation)

This package is not yet available with packagist, so you have to create a repositories section in you composer.json file.

```
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-admin/headless-wordpress"
        }
]

```

### Composer.json changes

[](#composerjson-changes)

Add a repositories section to you composer.json to fetch the Wordpress packagist.

```
"repositories": [
   {
	   "type": "composer",
	   "url": "https://wpackagist.org"
   }
],

```

Add some installer paths

```
"extra": {
   "installer-paths": {
	   "public/mu-plugins/{$name}": ["type:wordpress-muplugin"],
	   "public/plugins/{$name}": ["type:wordpress-plugin"],
	   "public/themes/{$name}": ["type:wordpress-theme"]
   },
   "wordpress-install-dir": "public/wordpress"
}

```

Run composer

```
composer require laravel-admin/headless-wordpress

```

Add the service provider to your config/app.php

```
LaravelAdmin\HeadlessWordpress\HeadlessWordpressServiceProvider::class,

```

Add some folders to your gitignore:

```
public/languages
public/plugins
public/upgrade
public/uploads
public/wordpress

```

Publish the public files

```
artisan vendor:publish --tag="public"

```

Usage
-----

[](#usage)

- Make sure your Laravel .env is configured correctly.
- Go to /wordpress/wp-admin to start with setup your Wordpress site.
- Configure your custom post types and taxonomies within public/themes/wordplate/library/posttypes

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

3380d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/23ea7fac7266de97a318215d5d5f814bb5aad10acededb9cae1557dd197e1c66?d=identicon)[basdebeer](/maintainers/basdebeer)

---

Top Contributors

[![marcoboom](https://avatars.githubusercontent.com/u/1839784?v=4)](https://github.com/marcoboom "marcoboom (2 commits)")

### Embed Badge

![Health badge](/badges/laravel-admin-wordpress-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-admin-wordpress-helpers/health.svg)](https://phpackages.com/packages/laravel-admin-wordpress-helpers)
```

###  Alternatives

[spatie/opening-hours

A helper to query and format a set of opening hours

1.7k5.3M30](/packages/spatie-opening-hours)

PHPackages © 2026

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