Skip to content

Releases: phpflo/phpflo

README enhancements, copyright fix

31 Mar 18:29
Compare
Choose a tag to compare
  • add testing section
  • correct trait usage

PHP 7 migration

27 Mar 11:52
Compare
Choose a tag to compare
  • introduction of scalar typehints
  • introduction of PHP7.0 return types

hookable & traceable network, component trait

27 Mar 09:44
Compare
Choose a tag to compare
  • rewrite of the network API - no more statics
  • expansion of the API by HookableInterface to allow callbacks on specific events: Important for introduction of phpflo/flowtrace
  • move the component base code into a ComponentTrait to allow for easier composition by using trait accompanied by ComponentInterface

more safety, more tests

20 Nov 20:24
Compare
Choose a tag to compare
Merge pull request #22 from maschmann/feature/asm-internal-shutdown-o…

…n-error

Add exception handling around initialize calls, add more tests

First stable release

01 Nov 19:23
Compare
Choose a tag to compare
  • Move out phpflo-core (component library) to separate repository
  • Add phpflo-fbp, FBP DSL with parser implementation
  • Integrate more explicit shutdown handling for network to allow long running/parallel processing
  • Adjust README

0.0.4: Merge pull request #18 from maschmann/revert-17-feature/asm-event-ref…

07 Sep 20:26
Compare
Choose a tag to compare
…actoring

Revert "Add thephpleague/event instead of evenement for maintainability"

0.0.3: Merge pull request #17 from maschmann/feature/asm-event-refactoring

05 Sep 19:25
Compare
Choose a tag to compare
Add thephpleague/event instead of evenement for maintainability