PHPackages                             itstudioat/vuedata - 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. itstudioat/vuedata

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

itstudioat/vuedata
==================

This is my package vuedata

v1.0.7(1y ago)0158MITPHPPHP ^8.3CI passing

Since May 25Pushed 1y agoCompare

[ Source](https://github.com/ITStudioAT/vuedata)[ Packagist](https://packagist.org/packages/itstudioat/vuedata)[ Docs](https://github.com/itstudioat/vuedata)[ GitHub Sponsors](https://github.com/itstudioat)[ RSS](/packages/itstudioat-vuedata/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (9)Versions (12)Used By (0)

This is my package vuedata
==========================

[](#this-is-my-package-vuedata)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1db4f5860f6cbdefcd0e82bc1b59b740b1801436c9ab00e0301b44f99eca8282/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697473747564696f61742f767565646174612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/itstudioat/vuedata)[![GitHub Tests Action Status](https://camo.githubusercontent.com/79f1d9a8164e28af101de6dfcec721ec0da18d8d5976ddf0bdb2963dfa8dffb9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f697473747564696f61742f767565646174612f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/itstudioat/vuedata/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/63addd3ed889f3b12d4dd1d7e860edba2af336e162c1e7478129af10fd462abb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697473747564696f61742f767565646174612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/itstudioat/vuedata)

With this package you may read and update the variables of a vue-file.

For example you have follwing block in an Vue-File

```
    data() {
        return {
            testing: 0,
            hpm: {
                name: "Homepage-Structure",
                type: "homepage",
                component: "App"
            }
        }
    }
```

You can read these variables into an php-array. After changing some variables you may update them in the vue-file.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require itstudioat/vuedata
```

Now you have a ServiceClass named VuedataService with two methods:

- read
- write

Usage
-----

[](#usage)

Here is an example for usage:

```
...
use Itstudioat\Vuedata\Services\VuedataService;
...

$vuedataService = new VuedataService();
$array =  $vuedataService->read('vendor/hpm/js/pages/pv_homepage/App.vue');
```

Now you have all variables of the App.vue-file in the $array. You can manipulate the array, change and add variables. If you erase variables they will be leaved in the output. Now you can write the new variables into the vue-file.

```
...
use Itstudioat\Vuedata\Services\VuedataService;
...

$data = [
    'hpm' => $array['hpm'],
    'new_test' => 17,
    'homepageStore' => $array['homepageStore'],
];

$answer = $vuedataService->write('vendor/hpm/js/pages/pv_homepage/App.vue', $data);
return $answer;
```

Programmed with support from chatgpt.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Guenther Kron](https://github.com/itstudioat)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance48

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~1 days

Total

11

Last Release

388d ago

Major Versions

v0.0.3 → v1.0.02025-05-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30023847?v=4)[ITStudio](/maintainers/ITStudioAT)[@ITStudioAT](https://github.com/ITStudioAT)

---

Top Contributors

[![ITStudioAT](https://avatars.githubusercontent.com/u/30023847?v=4)](https://github.com/ITStudioAT "ITStudioAT (18 commits)")

---

Tags

laravelitstudioatvuedata

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/itstudioat-vuedata/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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