Nature.phar简单的 PHP 基础库
什么是 Nature
简单的 PHP 基础库就像自然环境,规则简单而自然。
A simple JSON example:
require 'Nature.phar';
class index extends Nature\Controller
{
function get()
{
return ["msg"=>"Hello World"];
}
}
displays:
{"msg":"Hello World"}评论
下载APP