PHPackages                             weeworxx/shared-resources - 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. [Framework](/categories/framework)
4. /
5. weeworxx/shared-resources

ActiveLibrary[Framework](/categories/framework)

weeworxx/shared-resources
=========================

Shared Laravel module with modular support for User, Post, Comments, etc.

09PHP

Since Sep 12Pushed 9mo agoCompare

[ Source](https://github.com/fordbedia/WeeWorxx-Shared-Resources)[ Packagist](https://packagist.org/packages/weeworxx/shared-resources)[ RSS](/packages/weeworxx-shared-resources/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

### Dump Your DB Structure (No Data)

[](#dump-your-db-structure-no-data)

\####IMPORTANT: Please run this command in your root directory of your host working directory. Eg: ~/Sites/weeworxx:

```
ls -al
```

inside your directory should look like this:

- README.md
- /backend
- /docker
- docker-compose.yml
- etc...

```
docker-compose exec mysql \
  mysqldump -uweeworx_user -pw33w0rxx123 \
  --no-data --skip-comments --no-tablespaces weeworx \
  > backend/shared-resources/src/TestCase/sqldumps/weeworx.sql
```

or

```
( docker-compose exec mysql \
  mysqldump -uweeworx_user -pw33w0rxx123 \
  --no-data --no-tablespaces --skip-comments weeworx \
  | grep -v "mysqldump: \[Warning\] Using a password on the command line interface can be insecure." \
  > backend/shared-resources/src/TestCase/sqldumps/weeworx.sql ) 2>/dev/null
```

#### In order to run your test suites:

[](#in-order-to-run-your-test-suites)

```
docker-compose exec app /bash/sh
cd ../shared-resources
./vendor/bin/phpunit
```

or if you want to test specific test file:

```
docker-compose exec app /bash/sh
cd ../shared-resources
./vendor/bin/phpunit --filter=PostTest
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance40

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![fordbedia](https://avatars.githubusercontent.com/u/18757107?v=4)](https://github.com/fordbedia "fordbedia (28 commits)")

### Embed Badge

![Health badge](/badges/weeworxx-shared-resources/health.svg)

```
[![Health](https://phpackages.com/badges/weeworxx-shared-resources/health.svg)](https://phpackages.com/packages/weeworxx-shared-resources)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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