PHPackages                             kunoichi/theme-resource-sharing - 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. kunoichi/theme-resource-sharing

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

kunoichi/theme-resource-sharing
===============================

A utility tool for sharing theme resources.

0.8.0(6y ago)01.8kGPL-3.0-or-laterPHPPHP ^5.6|^7.0

Since Aug 9Pushed 6y agoCompare

[ Source](https://github.com/kuno1/theme-resource-sharing)[ Packagist](https://packagist.org/packages/kunoichi/theme-resource-sharing)[ RSS](/packages/kunoichi-theme-resource-sharing/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

theme-resource-sharing
======================

[](#theme-resource-sharing)

Sharing resources in your theme directory.

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

[](#installation)

```
composer require kunoichi/theme-resource-sharing

```

How to Use
----------

[](#how-to-use)

This composer library add CLI to your WordPress installation. Import/Export contents from the resource folder in your theme(default `themes/your-theme/resource`) and you can share your settings among development team.

```
// In your theme's functions.php
//
Kunoichi\ThemeResourceSharing::enable( 'data' );

```

Now run commands below whenever you like.

### Export

[](#export)

`wp theme-resource export`

This command will export your WordPress settings below:

- Database. Deafautl name is `wordpress.sql`.
- Uploads directry.

### Import

[](#import)

`wp theme-resource import --site_url=https://example.com`

This command will import all of data from your soruce folder. In case someone uses `https://example.local` but others use '', specifiy `--site_url` to change imported data.

Notice
------

[](#notice)

- This command is intened to use inside private repository. Be careful on public repo. It may cause [Identity Flaud](https://en.wikipedia.org/wiki/Identity_fraud).
- Do not deploy `resources` directory to public space!

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

2517d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/84587?v=4)[Takahashi Fumiki](/maintainers/fumikito)[@fumikito](https://github.com/fumikito)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kunoichi-theme-resource-sharing/health.svg)

```
[![Health](https://phpackages.com/badges/kunoichi-theme-resource-sharing/health.svg)](https://phpackages.com/packages/kunoichi-theme-resource-sharing)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k193.1M3.0k](/packages/composer-composer)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[symfony/config

Helps you find, load, combine, autofill and validate configuration values of any kind

4.3k471.0M8.0k](/packages/symfony-config)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k245.4M24.0k](/packages/friendsofphp-php-cs-fixer)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[phpro/soap-client

A general purpose SoapClient library

8895.9M52](/packages/phpro-soap-client)

PHPackages © 2026

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