PHPackages                             sasamium/cra - 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. sasamium/cra

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

sasamium/cra
============

Branch based Develop&amp;Release tool

00[2 issues](https://github.com/sasamium/cra/issues)PHP

Since Feb 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/sasamium/cra)[ Packagist](https://packagist.org/packages/sasamium/cra)[ RSS](/packages/sasamium-cra/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

cra [![Build Status Badge](https://camo.githubusercontent.com/f91714aa58d76a08fe4f2a4c497e0173ae947cb966a2ae05a482c3c28d4f64ab/68747470733a2f2f7472617669732d63692e6f72672f736173616d69756d2f6372612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sasamium/cra) [![Coverage Status Badge](https://camo.githubusercontent.com/cf82c2b158724336f13279e07d72d27133edb72847a32659d8931b7d71b640d6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f736173616d69756d2f6372612f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/sasamium/cra?branch=master)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#cra--)

sub-commands
------------

[](#sub-commands)

### `init`

[](#init)

設定ファイルを対話的に生成する。

```
$ cra init
(ウィザードが起動する)

$ ls
.cra.yml
```

### `prepare:release-branch `

[](#preparerelease-branch-majorminorpatch)

最新バージョンをタグから算出し、指定されたバージョンのリリースブランチをチェックアウトする。

```
$ git tag
1.0.0

$ git branch
* master

$ cra prepare:release-branch patch

$ git branch
  master
* release/1.0.1
```

### `release `

[](#release-version)

指定されたバージョンのリリースブランチを `master` ブランチへマージし、タグを打つ。

```
$ git tag
1.0.0

$ git branch
  master
* release/1.1.0

$ cra release 1.1.0

$ git log -n 1 --oneline
(HEAD) xxxxx Merge branch 'release/1.1.0' into 'master'

$ git branch
* master

$ git tag
1.0.0
1.1.0
```

設定ファイル等で設定されている場合は、以下も同時に行う:

- Slack or Chatworkへの通知
- Github or Gitlabリリースの作成

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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/92410aec7c4bc9780f6edb43a440715142e0d7bb20e6562742b5538f547a5e27?d=identicon)[howyi](/maintainers/howyi)

![](https://www.gravatar.com/avatar/0243fa26cb5f4e7194d0dff9ad8f705be4f9153d2bdf296b5558791b7b6c7c6a?d=identicon)[844196](/maintainers/844196)

---

Top Contributors

[![844196](https://avatars.githubusercontent.com/u/4990822?v=4)](https://github.com/844196 "844196 (52 commits)")[![howyi](https://avatars.githubusercontent.com/u/6592938?v=4)](https://github.com/howyi "howyi (12 commits)")[![Rhap](https://avatars.githubusercontent.com/u/64730037?v=4)](https://github.com/Rhap "Rhap (1 commits)")

### Embed Badge

![Health badge](/badges/sasamium-cra/health.svg)

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

###  Alternatives

[michael-rubel/laravel-couponables

This package provides polymorphic coupon functionality for your Laravel application.

19590.7k1](/packages/michael-rubel-laravel-couponables)[loadsys/cakephp_sitemap

A CakePHP Plugin for adding automatic XML and HTML Sitemaps to an app

2819.6k](/packages/loadsys-cakephp-sitemap)[mauricerenck/komments

A comment and webmention plugin for Kirby 3

501.2k1](/packages/mauricerenck-komments)[myweb/show-out-of-stock-products

Show out-of-stock product configurations for configurable products on the front end.

131.7k](/packages/myweb-show-out-of-stock-products)

PHPackages © 2026

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