PHPackages                             shixue/uvdesk-app-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. shixue/uvdesk-app-creator

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

shixue/uvdesk-app-creator
=========================

create uvdesk application skeleton.

v0.1.0(2mo ago)06MITPHPPHP ^8.0

Since May 15Pushed 2mo agoCompare

[ Source](https://github.com/shixue/uvdesk-app-creator)[ Packagist](https://packagist.org/packages/shixue/uvdesk-app-creator)[ Docs](https://github.com/shixue/uvdesk-app-creator)[ RSS](/packages/shixue-uvdesk-app-creator/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

uvdesk-app-creator
==================

[](#uvdesk-app-creator)

Create uvdesk application.

### Composer

[](#composer)

**/composer.json**`extra.symfony.endpoint` add `https://api.github.com/repos/shixue/uvdesk-app-creator/contents/index.json?ref=main`

```
{
    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/uvdesk/recipes/contents/index.json",
                "https://api.github.com/repos/shixue/uvdesk-app-creator/contents/index.json?ref=main",
                "flex://defaults"
            ]
        }
    }
}

```

Or: `config/bundles.php` add

```
UvdeskAppCreator\CreatorBundle::class => ['dev' => true],

```

**Install**

```
composer require --dev shixue/uvdesk-app-creator:^0.1
composer recipes shixue/uvdesk-app-creator -v

```

### Run

[](#run)

> php bin/console uvdesk:app-creator -h

> php -d memory\_limit=-1 bin/console cache:clear &amp;&amp; chown -R www:www var/ &amp;&amp; chmod -R a+w var/

May need to modify `config/packages/doctrine.yaml`

```
type: attribute

```

**If local services**`composer.json`

```
"extra": {
  "symfony": {
    "endpoint": [
      "http://127.0.0.1:8000/index.json",
      "flex://defaults"
    ]
  }
}

```

`index.json`

```
"_links": {
    "repository": "local/flex-recipes",
    "origin_template": "{package}:{version}@local/flex-recipes:main",
    "recipe_template": "http://127.0.0.1:8000/recipes/{package_dotted}.{version}.json"
}

```

> php -S 127.0.0.1:8000 -t /flex-recipes

or

> python -m http.server 8000 --directory /flex-recipes

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance86

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

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

Unknown

Total

1

Last Release

70d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22cb28abaf4b841b3016459b7592bbb275445cdd3f680a0c83cfc9ad76aac174?d=identicon)[Junior Lau](/maintainers/Junior%20Lau)

---

Top Contributors

[![shixue](https://avatars.githubusercontent.com/u/3880019?v=4)](https://github.com/shixue "shixue (5 commits)")

---

Tags

uvdeskuvdesk apps

### Embed Badge

![Health badge](/badges/shixue-uvdesk-app-creator/health.svg)

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k26](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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