xnuk / gophplib

gophplib is a collection of PHP functions implemented in Go which have 100% byte-to-byte bug-to-bug behavioral equivalence

Home Page:https://pkg.go.dev/github.com/portone-io/gophplib/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gophplib

doc icon coverage icon report icon

gophplib is a collection of PHP functions implemented in Go. We aim to achieve 100% byte-to-byte bug-to-bug behavioral equivalence with the original PHP functions.

Currently we do not intend to implement all PHP functions, but only those that are useful for our projects.

References

The following works were consulted but not used because they do not provide behavior that is 100% compatible with the PHP version.

 


gophplib is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See COPYRIGHT for details.

About

gophplib is a collection of PHP functions implemented in Go which have 100% byte-to-byte bug-to-bug behavioral equivalence

https://pkg.go.dev/github.com/portone-io/gophplib/v2

License:Other


Languages

Language:Go 100.0%