PHPackages                             smartorigin/react-utils-bundle - 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. [CLI &amp; Console](/categories/cli)
4. /
5. smartorigin/react-utils-bundle

ActiveLibrary[CLI &amp; Console](/categories/cli)

smartorigin/react-utils-bundle
==============================

React commands for deploying &amp; debugging app

0196PHP

Since Aug 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/smartorigin/react-utils-bundle)[ Packagist](https://packagist.org/packages/smartorigin/react-utils-bundle)[ RSS](/packages/smartorigin-react-utils-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

react-utils-bundle
==================

[](#react-utils-bundle)

React commands for deploying &amp; debugging app into Symfony environment.
This bundle is compatible Symfony 3.X versions (perhaps its fine with 4.X, but not tested).

Prerequisites
-------------

[](#prerequisites)

You need to install npm and yarn (optionnal) before use this bundle's commands.

- Npm : https://docs.npmjs.com/getting-started/installing-node
- Yarn : https://yarnpkg.com/lang/en/docs/install/

Configure
---------

[](#configure)

This bundle works with npm or yarn shells.
You can define the path of this in config.yml file :

```
so_react_utils:
    npm_bin_path: /usr/bin/npm # default value
    yarn_bin_path: /usr/bin/yarn # default value

```

How to use
----------

[](#how-to-use)

This bundle provide 3 commands :

- soreact\_utils:npm:install : install react dependencies with npm
- soreact\_utils:yarn:install : install react dependencies with yarn
- soreact\_utils:npm:run : run webpack script

```
bin/console soreact_utils:npm:install @BundleName
# Argument1 : @BundleName : Name of the bundle who have the React Components to install *required*
# option1 : --timeout or -t : number of seconds before the process raise a timeout *optionnal* (default 300)
# option2 : --reactFolderPath or -p : path to react folder in the bundle *optionnal* (default ReactComponent)

bin/console soreact_utils:yarn:install @BundleName --timeout 1
# Argument1 : @BundleName : Name of the bundle who have the React Components to install *required*
# option1 : --timeout or -t : number of seconds before the process raise a timeout *optionnal* (default 300)
# option2 : --reactFolderPath or -p : path to react folder in the bundle *optionnal* (default ReactComponent)

bin/console soreact_utils:npm:run @BundleName webpackScript
# Argument1 : @BundleName : Name of the bundle who have the React Components to install *required*
# Argument1 : webpackScript : Name of the webpack script to run *required*
# option1 : --reactFolderPath or -p : path to react folder in the bundle *optionnal* (default ReactComponent)

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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://avatars.githubusercontent.com/u/340618?v=4)[Charlewic](/maintainers/Charlewic)[@Charlewic](https://github.com/Charlewic)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/smartorigin-react-utils-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/smartorigin-react-utils-bundle/health.svg)](https://phpackages.com/packages/smartorigin-react-utils-bundle)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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