PHPackages                             just-core/scripts - 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. just-core/scripts

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

just-core/scripts
=================

management scripts for the just-core eco system, basic release management stuff, db syncronization some other things

00Shell

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CHGLongStone/just-core-scripts)[ Packagist](https://packagist.org/packages/just-core/scripts)[ RSS](/packages/just-core-scripts/feed)WikiDiscussions master Synced 1w ago

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

just-core-scripts
=================

[](#just-core-scripts)

just core management scripts

\##Purpose Basic management scripts to deploy release etc based on the [just-core-stub](https://github.com/CHGLongStone/just-core-stub) project

\##Project Layout The project deals primarily with the production environment but references the development environment in instances

It is expected that your project will follow a fairly standard SDLC with fixed releases based on tags with a layout like

```
#ls -alh /var/www/vhosts
	[project_name] -> [project_name]_release/current
	[project_name]_release
		cfg
		current -> v0.0.3
		v0.0.1
		v0.0.2
		v0.0.3
			...
			AUTOLOAD -> ../../cfg
			...
	[domain1].com
		http -> ../[project_name]/APIS/[API_NAME_1]/
	[dev*].[domain1].com
		http -> ../[project_name]_dev/APIS/[API_NAME_1]/
	[domain2].com
		http -> ../[project_name]/APIS/[API_NAME_2]/
	[dev*].[domain2].com
		http -> ../[project_name]_dev/APIS/[API_NAME_2]/
	[project_name]_dev

```

update\_production.sh
---------------------

[](#update_productionsh)

the production release script will follow the routine of

- checking out the release tag into directory `[project_name]_release/[release_tag]`
- updates composer in the new checkout
- setting a maintenance notice in the existing `[project_name]/` directory
- copying any files in `CONFIG/AUTOLOAD/` with the mask of `*.global.php` into `[project_name]_release/cfg/`
    - consuming upstream changes
    - preserving local changes (with the mask of `*.local.php` )
- creating the symlink `AUTOLOAD -> ../../cfg`
- doing any database operations
- deleting and recreating the symlink `[project_name]_release/current` to the updated release version
- maintenance notice is automatically taken down

\##Installation of this package

```
# install.sh
# install_config.sh

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7be095283338463b6ed351215046d53aedc68481873022a87b1f55791fe73736?d=identicon)[CHGLongStone](/maintainers/CHGLongStone)

---

Top Contributors

[![CHGLongStone](https://avatars.githubusercontent.com/u/5174785?v=4)](https://github.com/CHGLongStone "CHGLongStone (38 commits)")

### Embed Badge

![Health badge](/badges/just-core-scripts/health.svg)

```
[![Health](https://phpackages.com/badges/just-core-scripts/health.svg)](https://phpackages.com/packages/just-core-scripts)
```

PHPackages © 2026

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