2017 © Pedro Peláez
 

library kima-skeleton

PHP Skeleton app using Kima Framework

image

stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  • Wednesday, February 3, 2016
  • by stevevega
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Kima

Kima PHP Framework, (*1)

Usage

  1. Install composer
  2. Execute "composer create-project stevevega/kima-skeleton [DESTINATION PATH]"
  3. Make your webserver point to [DESTINATION PATH]/public

Example nginx server config

server {
    listen 80;
    server_name [YOUR_DOMAIN];

    root [DESTINATION_PATH]/public;
    index index.html index.htm index.php;

    location / {
        # This is cool because no php is touched for static content
        try_files $uri $uri/ /index.php?$args;
    }

    location ~ \.php$ {
        # Filter out arbitrary code execution
        location ~ \..*/.*\.php$ {return 404;}

        include fastcgi_params;
        fastcgi_param SERVER_NAME $http_host;
        fastcgi_pass unix:/tmp/php.socket;
    }
}

The Versions

03/02 2016

dev-master

9999999-dev https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

03/02 2016

1.0.9

1.0.9.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

03/02 2016

1.0.8

1.0.8.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

03/09 2015

1.0.7

1.0.7.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

30/08 2015

1.0.6

1.0.6.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

03/08 2015

1.0.5

1.0.5.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

03/08 2015

1.0.4

1.0.4.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

23/04 2015

1.0.3

1.0.3.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

16/03 2015

1.0.2

1.0.2.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

09/03 2015

1.0.1

1.0.1.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima

08/03 2015

1.0.0

1.0.0.0 https://github.com/stevevega/kima-skeleton

PHP Skeleton app using Kima Framework

  Sources   Download

BSD-3-Clause

The Requires

 

framework skeleton kima