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

AbandonedArchivedProject[Framework](/categories/framework)

briz/briz
=========

Briz framework for php

0.37.0(9y ago)497MITPHPPHP &gt;=5.5.0

Since Mar 27Pushed 9y agoCompare

[ Source](https://github.com/brizphp/briz)[ Packagist](https://packagist.org/packages/briz/briz)[ Docs](http://briz.readthedocs.io)[ RSS](/packages/briz-briz/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (10)Used By (0)

Briz PHP Framework
==================

[](#briz--php-framework)

Briz is a simple but powerful PHP framework for creating web applications.You can Write powerful web applications with multiple faces. It is efficient for creating anything from simple API to Large web applications.

With Briz you can easily extend your web applications from a simple API to large web application with less code or can create an api for large web applications without touching much code .in briz nothing is strict. you can write your code in the way you want.

Documentation
-------------

[](#documentation)

You can find latest documentation at [Documentation page](http://briz.readthedocs.io)

Installation
------------

[](#installation)

You can clone this repository or use composer directly. you will need composer to install depandancies.

Method 1
--------

[](#method-1)

run the following command

```
$ composer create-project briz/briz target-dir
```

Method 2
--------

[](#method-2)

1. clone or download this from github
2. run the following in console,

```
 $ composer install
```

this will create a copy of Briz at the location target-dir. edit it to match with your location. next point your web server root to the `www` directory. or run it in using PHP's built in Development server.

```
$ cd www
$ php -S localhost:8000
```

now in your browser use `localhost:8000` to access the website

Basic Usage
-----------

[](#basic-usage)

Lets start with creating a simple two page website.

```
