2017 © Pedro Peláez
 

library rakitan

Very simple component-based PHP web framework

image

raisoblast/rakitan

Very simple component-based PHP web framework

  • Friday, June 17, 2016
  • by arifk
  • Repository
  • 4 Watchers
  • 4 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

rakitan, (*2)

rakitan

Very simple component-based PHP framework, (*3)

Base Component

Installation

  • Clone the repo
$ git clone https://github.com/raisoblast/rakitan.git
$ cd rakitan
$ composer install
  • or using composer
$ composer create-project raisoblast/rakitan

Web server configuration

Apache

mod_rewrite must be enabled - apache 2.2, (*4)

<Directory "/var/www/rakitan">
    AllowOverride All
    Order allow,deny
    Allow from All
</Directory>
  • apache 2.4
<Directory "/var/www/rakitan">
    AllowOverride All
    Require all granted
</Directory>

Nginx

in progress..., (*5)

Documentation

in progress..., (*6)

The Versions

17/06 2016

dev-master

9999999-dev

Very simple component-based PHP web framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arif Kurniawan

framework php component-based