laracycle/laracycle

Basic Cycle ORM intergration for the Laravel Framework

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/laracycle/laracycle

0.1.0 2019-09-30 17:47 UTC

This package is auto-updated.

Last update: 2025-10-29 02:30:37 UTC


README

$user = new User('code.artisan@failedstartup.com');

$user->addPost(
    new Post('Yet another Medium article')
);

Cycle::transaction()->persist($user)->run();