PHPackages                             emanuellopes/wordpress-dumps - 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. emanuellopes/wordpress-dumps

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

emanuellopes/wordpress-dumps
============================

WordPress Package for laradumps

1.0.1(2y ago)11.6kMITPHPPHP ^8.0

Since Aug 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/emanuellopes/wordpressdumps)[ Packagist](https://packagist.org/packages/emanuellopes/wordpress-dumps)[ RSS](/packages/emanuellopes-wordpress-dumps/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

WordPress Dumps for Laradumps project
=====================================

[](#wordpress-dumps-for-laradumps-project)

How to use
----------

[](#how-to-use)

1. first install this package with composer and define WP\_ENVIRONMENT\_TYPE as local

```
composer require emanuellopes/wordpress-dumps --dev
```

```
define('WP_ENVIRONMENT_TYPE', 'local');
```

2. if you want to override the location of env file you can always use the filter

```
add_filter('WordpressDumps/appBasePath', function(string $path) {
    return 'another location';
});
```

3. Create a .env file in your theme or plugin or in other place, you can follow the reference for laradumps.

For Docker users, you can use the following configuration

```
DS_APP_HOST=host.docker.internal
DS_APP_PORT=9191
DS_AUTO_INVOKE_APP=true #enabled
DS_SEND_QUERIES=true #enabled

```

For default php configuration you can use the following configuration

```
DS_APP_HOST=127.0.0.1
DS_APP_PORT=9191
DS_AUTO_INVOKE_APP=true #enabled
DS_SEND_QUERIES=true #enabled

```

then you can use it in your code like this

```
ds('my-dump');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

1050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ffabc0cc3633fc65d4ad975e727de60a10d4e0ed090a900676e857b8047c255?d=identicon)[emanuelx](/maintainers/emanuelx)

---

Top Contributors

[![emanuellopes](https://avatars.githubusercontent.com/u/6977270?v=4)](https://github.com/emanuellopes "emanuellopes (9 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/emanuellopes-wordpress-dumps/health.svg)

```
[![Health](https://phpackages.com/badges/emanuellopes-wordpress-dumps/health.svg)](https://phpackages.com/packages/emanuellopes-wordpress-dumps)
```

###  Alternatives

[centarro/certified-projects

Drupal Commerce related projects maintained by Centarro to the same standards as Commerce Core.

1037.2k2](/packages/centarro-certified-projects)[phannaly/php-datetime-khmer

The PHP library for convert datetime to Khmer

1610.7k](/packages/phannaly-php-datetime-khmer)

PHPackages © 2026

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