empaphy/cutlery

Cutlery - A Forking library for PHP

Maintainers

Package info

github.com/empaphy/cutlery

Homepage

pkg:composer/empaphy/cutlery

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2023-09-15 20:12 UTC

This package is auto-updated.

Last update: 2026-03-03 14:02:19 UTC


README

A forking library for PHP.

Known issues:

Fork:

  • Objects in result that aren't clonable might be modified to make them serializable.

Synchronizer:

  • Methods are performed on both sides. This might cause weird effects if they depend on changes outside their scope.
  • Yields are unsupported for now

Todo:

  • Perform method calls on only one side (parent by default) and sync result to the other