PHPackages                             hahadu/coole-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hahadu/coole-php

ActiveLibrary

hahadu/coole-php
================

A simple PHP auto loading framework

V0.1.4(5y ago)06Apache-2.0PHPPHP &gt;=7.0

Since Sep 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hahadu/coole-php)[ Packagist](https://packagist.org/packages/hahadu/coole-php)[ RSS](/packages/hahadu-coole-php/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

CoolePHP
========

[](#coolephp)

一个简单的PHP自动加载框架，持续更新中。。。

安装 composer require hahadu/coole-php

新建入口文件index.php

include 'vendor/autoload.php';

新建文件夹 app\\controller 打开app\\controller目录 新建IndexController.php控制器文件

```
