PHPackages                             aze/aze - 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. [Framework](/categories/framework)
4. /
5. aze/aze

ActiveLibrary[Framework](/categories/framework)

aze/aze
=======

The AZE PHP framework

057[2 PRs](https://github.com/aze-php/aze/pulls)PHP

Since Sep 3Pushed 5y agoCompare

[ Source](https://github.com/aze-php/aze)[ Packagist](https://packagist.org/packages/aze/aze)[ RSS](/packages/aze-aze/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

aze
===

[](#aze)

Lightweight PHP Framework

aze/cli
-------

[](#azecli)

aze-php/cli is a binary use to install and serve your aze application

```
composer global require "aze/cli"
```

[More about aze-php/cli](https://github.com/aze-php/cli)

How to install
--------------

[](#how-to-install)

### With aze/cli

[](#with-azecli)

```
aze new
```

### With composer

[](#with-composer)

```
composer require "aze/aze"
```

Then create an index.php file in your public directory with the following content

```
