PHPackages                             canaryphp/canaryphp - 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. canaryphp/canaryphp

ActiveLibrary

canaryphp/canaryphp
===================

Rapid Development Framework for php

v1.0(6y ago)18MITPHPPHP &gt;=5.6.0

Since Dec 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/canaryphp/canaryphp)[ Packagist](https://packagist.org/packages/canaryphp/canaryphp)[ RSS](/packages/canaryphp-canaryphp/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CanaryPHP Framework
===================

[](#canaryphp-framework)

Build Fast your project

Classes Feuture
===============

[](#classes-feuture)

- Classes for stability

How to Install
--------------

[](#how-to-install)

1. Availlable only with Composer : Command :

```
composer require canaryphp/canaryphp

```

composer.json

```
{
    "require":{
        "canaryphp/canaryphp"
    }
}
```

- After install read : `CanaryPHP START.md`: [START.md](https://github.com/canaryphp/canaryphp/blob/master/START.md)

### Examples

[](#examples)

- Create Your first page :

1. Create secondpage.php in : `./example/webroot/secondpage.php`

```
