saasformation/vo-magic-field-bridge

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

0.2.1 2022-08-30 16:59 UTC

This package is auto-updated.

Last update: 2024-05-29 05:09:23 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.