empaphy / cutlery
Cutlery - A Forking library for PHP
dev-master
2023-09-15 20:12 UTC
Requires
- php: >=5.6.0
- ext-pcntl: *
- ext-sockets: *
- mockery/mockery: ^1.0.0
This package is auto-updated.
Last update: 2024-11-15 22:47:03 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