2017 © Pedro Peláez
 

project silane

silane - silex based framework component

image

chatbox/silane

silane - silex based framework component

  • Thursday, March 12, 2015
  • by chatbox-inc
  • Repository
  • 2 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

silan - silex base component

機能

  • silex 拡張
  • 設定ファイルからsilexの構成を制御できる。

Usage

use Chatbox\Silane;
use Chatbox\Config\Config;

$config = new Config();

$silane = new Silane();
$silane->setConfig($config);
$silane->run();

Schema

silane.silex : silex向け投入データ, (*1)

silane.controllers : mountに渡されるデータ, (*2)

silane.providers : registerに渡されるデータ, (*3)

Providers

Chatbox\Silane\Providers\BootEloquentProvider

設定database.defaultからEloquentの初期設定を行う。, (*4)

Chatbox\Silane\Providers\RestErrorHandlerProvider

エラー報告の例外変換と、エラーハンドラのJSONレスポンス対応を行う。, (*5)

Misc

Chatbox\Silane\Response\JsonStatusResponse

JSONレスポンスの生成, (*6)

The Versions

12/03 2015

dev-master

9999999-dev

silane - silex based framework component

  Sources   Download

MIT

The Requires