go-php
go-php copied to clipboard
Unable to import go-php library
I am having trouble importing the module using go get -tags php github.com/deuill/go-php
I have php7 installed in my system and wanted to use this library.
Can someone help me on this?
You don't want to use -tags. That's just for php5 with -tags php5.
Just use: go get github.com/deuill/go-php
Coincidentally, I've been working on updating go-php to PHP 7.4 and 8.x+ support; PHP 7 is finished and PHP 8 needs a bit more work -- more coming soon.