phpr
1.0.0
这是用于PHP框架的新存储库
PHPR或PHP数组框架是一个高度依赖数组结构的框架。 PHPR框架使用看起来像Django调度程序的URL调度程序类型。 PHPR将模块化类型的框架带入PHP框架世界。现在,您无需从一开始就设置所有内容。有人只能给您应用程序,您已经准备好了。或者,每个人都在1个应用程序上工作并将其编译为一个。
currently under intense development,
not recomended to use current version.
version 6 LTS release might delayed,
due to project overload.
├── assets
├── module
│ ├── .system
│ ├── apps
│ │ ├── your_apps_1
│ │ │ ├── subapps
│ │ │ │ ├── view.php
│ │ │ ├── urls.php
│ │ ├── your_apps_2
│ │ │ ├── subapps
│ │ │ │ ├── view.php
│ │ │ ├── urls.php
│ ├── root.php
│ ├── manage.php
│ ├── urls.php
│ └── settings.env
├── static
├── index.php
└── .htaccess (auto generated ! )