PHPackages                             jscomp/creator - 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. jscomp/creator

ActiveLibrary

jscomp/creator
==============

v0.0.2(3y ago)014PHP

Since Dec 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/atakansn/jscompcreator)[ Packagist](https://packagist.org/packages/jscomp/creator)[ RSS](/packages/jscomp-creator/feed)WikiDiscussions main Synced 1mo ago

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

Javascript Component Creator
============================

[](#javascript-component-creator)

It creates components of popular Javascript frameworks used with Laravel.

Setup
-----

[](#setup)

```
  composer require jscomp/creator
```

Examples
--------

[](#examples)

#### Vue Option Api Component

[](#vue-option-api-component)

```
php artisan component:create FooComponent vue
```

#### Vue Composition Api Component

[](#vue-composition-api-component)

```
php artisan component:create BarComponent vue -C
```

#### React Component

[](#react-component)

```
php artisan component:create BazComponent react
```

#### Svelte Component

[](#svelte-component)

```
php artisan component:create ExampleComponent svelte
```

---

```
php artisan component:create
```

### Argument Descriptions

[](#argument-descriptions)

- **componentName:** Name of component.
- **libraryName:** The Javascript framework using.
- **compositionApi:** If you are using vue js, if you do not specify --option it will create the option api component, if you use the --option it will create the composition api component

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Every ~0 days

Total

2

Last Release

1236d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1764b2f96c7261e22f977a61f2bf3dfa40ac5df921cf08174f4bb8880040acdc?d=identicon)[atakansn](/maintainers/atakansn)

---

Top Contributors

[![atakansn](https://avatars.githubusercontent.com/u/91372790?v=4)](https://github.com/atakansn "atakansn (6 commits)")

---

Tags

laravelphpvue

### Embed Badge

![Health badge](/badges/jscomp-creator/health.svg)

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

PHPackages © 2026

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