2017 © Pedro Peláez
 

project kraken

Kraken Framework Application Skeleton

image

kraken-php/kraken

Kraken Framework Application Skeleton

  • Monday, July 24, 2017
  • by khelle
  • Repository
  • 6 Watchers
  • 74 Stars
  • 832 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Kraken Application Skeleton

Build Status Latest Stable Version Latest Unstable Version License Gitter @kraken_php on Twitter, (*1)

Note: This repository contains pre-configured application skeleton for fast creation of new projects with Kraken Framework., (*2)


, (*3)

, (*4)

Description

This repository is pre-configured, clean and empty skeleton for creating a new projects using Kraken Framework., (*5)

For more information go to framework repository or official website., (*6)

You Might Also Be Interested In

To help you getting into working with Kraken, the official repository contains additional demo applications, that you might be interested in checking out:, (*7)

  • Distributed Chat App - this application implements simple, real-time chat in PHP using HTTP and WebSockets.

Requirements

  • PHP-5.5, PHP-5.6 or PHP-7.0+,
  • Pthreads extension enabled (only if you want to use threading),
  • UNIX or ~~Windows~~ OS.

Installation and Official Documentation

To install this application skeleton, please go to desired location to store project, then call composer:, (*8)

composer create-project --prefer-dist kraken-php/kraken .

Starting The Project

Basic Start

To start project, first run kraken.server instance., (*9)

$> php kraken.server

Then, check if connection is working in another terminal window:, (*10)

$> php kraken server:ping

If everything works correctly, as final step, run the application using:, (*11)

$> php kraken project:create

To close the project, use:, (*12)

$> php kraken project:destroy

Alternative Start

While developing your application it might be useful for you to start containers alternatively, one by one. To do that, without console support, use:, (*13)

$> php ./data/autorun/kraken.process undefined Main Main

WARNING This script is only useful for running your containers for debug purpose. Your application should never call them, but instead use proper built-in commands!, (*14)

Documentation

Documentation for the framework can be found in the official documentation page., (*15)

Contributing

This library is pre-configured project application for Kraken Framework. To make contributions, please go to framework repository., (*16)

License

Kraken Framework is open-sourced software licensed under the MIT license. The documentation is provided under FDL-1.3 license., (*17)

The Versions

24/07 2017

dev-master

9999999-dev

Kraken Framework Application Skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

framework kraken kraken-php