PHPackages                             javanile/copycode - 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. javanile/copycode

ActiveApplication

javanile/copycode
=================

A tool to copy a working copy

v0.0.7(9y ago)425[1 PRs](https://github.com/javanile/copycode/pulls)MITPHPPHP ^5.3.6 || &gt;=7.0 &lt;7.2

Since Sep 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/javanile/copycode)[ Packagist](https://packagist.org/packages/javanile/copycode)[ RSS](/packages/javanile-copycode/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (0)

Copycode [![StyleCI](https://camo.githubusercontent.com/fd35cc2e2ff7d0b2c8b56c156e25c0920e9bb898af75e83a0b60ec7cd26c4b14/68747470733a2f2f7374796c6563692e696f2f7265706f732f34373235323932332f736869656c64)](https://styleci.io/repos/47252923)
==============================================================================================================================================================================================================================================

[](#copycode-)

Copycode able you to copy part of your code project to another place, usefull to update local copy or multiple projects at one time or share file and automatize it delivery or backup your files (only into local machine).

How install
-----------

[](#how-install)

Install me via composer

```
composer global require javanile/copycode
```

copycode.json struct
--------------------

[](#copycodejson-struct)

```
{
    "single-task":
    {
        "name"        : "Single task",
        "description" : "run a single copy",
        "from"        : "..",
        "to"          : "copy1",
        "exclude"     : ["copycoder.json", "nbproject", "README.md"]
    },

    "grouped-task":
    [
        {
            "name"        : "First task in group",
            "description" : "copy project",
            "from"        : "..",
            "to"          : "copy2",
            "exclude"     : ["copycoder.json", "nbproject", "README.md"]
        },
        {
            "name"        : "Second task in group",
            "description" : "copy project",
            "from"        : "..",
            "to"          : "copy3",
            "exclude"     : ["copycoder.json", "nbproject", "README.md"]
        }
    ]
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3537d ago

### Community

Maintainers

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

---

Top Contributors

[![francescobianco](https://avatars.githubusercontent.com/u/472171?v=4)](https://github.com/francescobianco "francescobianco (47 commits)")

### Embed Badge

![Health badge](/badges/javanile-copycode/health.svg)

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

PHPackages © 2026

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