Download the PHP package hahadu/coole-php without Composer
On this page you can find all versions of the php package hahadu/coole-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hahadu/coole-php
More information about hahadu/coole-php
Files in hahadu/coole-php
Download hahadu/coole-php
More information about hahadu/coole-php
Files in hahadu/coole-php
Vendor hahadu
Package coole-php
Short Description A simple PHP auto loading framework
License Apache-2.0
Package coole-php
Short Description A simple PHP auto loading framework
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package coole-php
CoolePHP
一个简单的PHP自动加载框架,持续更新中。。。
安装 composer require hahadu/coole-php
新建入口文件index.php
include 'vendor/autoload.php';
新建文件夹 app\controller 打开app\controller目录 新建IndexController.php控制器文件
浏览器访问/index.php?m=index&a=demo
m 控制器名
a 方法名
All versions of coole-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package hahadu/coole-php contains the following files
Loading the files please wait ....