go-php icon indicating copy to clipboard operation
go-php copied to clipboard

Unable to import go-php library

Open prateekagrawl opened this issue 2 years ago • 2 comments

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?

image

prateekagrawl avatar Jan 03 '24 10:01 prateekagrawl

You don't want to use -tags. That's just for php5 with -tags php5.

Just use: go get github.com/deuill/go-php

dkoston avatar Jan 30 '25 17:01 dkoston

                                                                                  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.‎

deuill avatar Jan 31 '25 07:01 deuill