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

ActiveLibrary

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

This is my package vuedata

v1.0.7(11mo ago)0158MITPHPPHP ^8.3CI passing

Since May 25Pushed 11mo 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 1mo ago

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 77% of packages

Maintenance51

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

342d ago

Major Versions

v0.0.3 → v1.0.02025-05-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/5013e81880966e56939592ab659714ec39719ef1d0782846641d2f7588498011?d=identicon)[ITStudioAT](/maintainers/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

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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