All Projects → awesee → php2go

awesee / php2go

Licence: MIT license
用Go语言实现PHP内置函数

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to php2go

books
Programming books
Stars: ✭ 27 (-86.22%)
Mutual labels:  awesee
leetcode
LeetCode Problems' Solutions
Stars: ✭ 233 (+18.88%)
Mutual labels:  awesee

用Go语言实现PHP内置函数

Build Status Go Report Card GoDoc GitHub contributors license GitHub code size in bytes

这是一个用Go语言开发的辅助库,尤其适用于熟悉PHP内置函数的开发者,将会实现PHP内置函数。

下载安装

go get -u github.com/awesee/php2go/php

关于命名

PHP下划线命名转为Go大驼峰命名。

Example:

package main

import (
    "github.com/awesee/php2go/php"
)

func main() {

    php.Echo("Hello ", "world!\n")

}

More

项目进度

TODO List

贡献代码

贡献指南

Contributors

Your contributions are always welcome!

LICENSE

Released under MIT LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].