empaphy/cutlery

Cutlery - A Forking library for PHP

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

This package is auto-updated.

Last update: 2024-04-15 21:27:02 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