chatbox/silane

silane - silex based framework component

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:project

dev-master 2015-03-12 11:55 UTC

This package is not auto-updated.

Last update: 2024-05-11 14:57:26 UTC


README

機能

  • 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向け投入データ

silane.controllers : mountに渡されるデータ

silane.providers : registerに渡されるデータ

Providers

Chatbox\Silane\Providers\BootEloquentProvider

設定database.defaultからEloquentの初期設定を行う。

Chatbox\Silane\Providers\RestErrorHandlerProvider

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

Misc

Chatbox\Silane\Response\JsonStatusResponse

JSONレスポンスの生成