deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
930 stars 105 forks source link

Implement function and class bindings #2

Closed deuill closed 8 years ago

deuill commented 9 years ago

Currently, we are unable to bind Go functions and method receivers to PHP functions and classes, respectively. Adding this functionality would allow for more complex use-cases.

deuill commented 8 years ago

This is closed by #9, though documentation is still lacking (all over the place, arguably).