Nature.phar - 简单的 PHP 基础库


MIT
跨平台
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"}