2017 © Pedro Peláez
 

library aze

The AZE PHP framework

image

aze/aze

The AZE PHP framework

  • Tuesday, January 23, 2018
  • by Airmanbzh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

aze

Lightweight PHP Framework, (*1)

aze/cli

aze-php/cli is a binary use to install and serve your aze application, (*2)

composer global require "aze/cli"

More about aze-php/cli, (*3)

How to install

With aze/cli

aze new

With composer

composer require "aze/aze"

Then create an index.php file in your public directory with the following content, (*4)

<?php
$loader = require_once(__DIR__ . '/../vendor/autoload.php');
AZE\core\Initializer::initialize();

How to serve your application

With aze/cli

aze serve

With apache

Create an .htaccess file in your public directory to redirect all requests to your index.php, (*5)

RewriteEngine on

Options +FollowSymLinks

php_flag display_errors on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css|swf)$        /index.php

The Versions

23/01 2018

dev-dev

dev-dev https://github.com/aze-php/aze

The AZE PHP framework

  Sources   Download

MIT

The Requires

 

framework php

17/01 2018

dev-master

9999999-dev https://github.com/aze-php/aze

The AZE PHP framework

  Sources   Download

MIT

The Requires

 

framework php

02/11 2017

v1.0

1.0.0.0 https://github.com/aze-php/aze

The AZE PHP framework

  Sources   Download

MIT

The Requires

 

framework php