saasformation/vo-magic-field-bridge

A bridge to make stratdes/vo work with saasformation/magic-field

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/saasformation/vo-magic-field-bridge

0.2.1 2022-08-30 16:59 UTC

This package is auto-updated.

Last update: 2025-09-29 03:13:36 UTC


README

A bridge to make stratdes/vo work with saasformation/magic-field

Installation

Use composer to require the library:

composer require saasformation/vo-magic-field-bridge

Getting started

Once installed, from VOField you can use the following methods:

$uuidv1 = (new VOField('f9fb8670-ff7d-4086-b1a2-2cd8b2403ad1'))->uuidv1(); // Single/UUIDV1
$name = (new VOField('John'))->name(); // Single/Name
$description = (new VOField('This is a description'))->description(); // Single/Description

Issues

If you find some issue in the library, please feel free to open an issue here on Github.