kitech / php-go

Write PHP extension using go/golang. Zend API wrapper for go/golang.
882 stars 108 forks source link

will this project continue? #29

Open leoxiaoping opened 6 years ago

leoxiaoping commented 6 years ago

many mounth ago!

kitech commented 6 years ago

if you have idea or need feature, put here.

sandrokeil commented 6 years ago

@kitech Very interesting project. Are you working on the TODOs like namespace support, multiple extension support and class member access support? Any plans when it's production ready?

kitech commented 6 years ago

thanks. it's stalled temporary. it's would be restart some time later. so how do you want use this project?

sandrokeil commented 6 years ago

I've written an ArangoDB Event Store for the prooph components but it's slower than the Postgres implementation. I think it's due the HTTP requests.

My idea is to write a native PHP extension which acts as a wrapper to use their drivers and featuers like async / velocypack / binary protocol. I created a POC for their c++ driver but it looks like the go drivers are more mature.

That's why I'm asking how the status is. For me it doesn't matter if the PHP extension uses c++ or go driver.

kitech commented 6 years ago

seems can give a try. but i do not do such complex test.

RamonSmit commented 6 years ago

I'm also hoping that you're willing to continue this project. I would love to create some awesome modules for PHP using Golang, and this feels like the only way to go.