Registry / orm / waavi-model

waavi-model

JSON →
library1.0phppackagistunverified

Eloquent models with auto validation on save and update.

composer require waavi/model
INSTALL
IMPORT
SIG · WAAVI-MODEL
W
waavi-model
ormphpv1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Model
use Waavi\Model\Model;

Create an Eloquent model with automatic validation.

use Waavi\Model\Model; class User extends Model { protected $rules = ['email' => 'required|email']; } $user = new User(['email' => 'test@example.com']); $user->save();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
Resources
waavi-model — pip install waavi-model · libregistry