deathburger/yii2-teapot-http-exception

I'm a teapot HTTP exception for Yii2 framework

Installs: 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Type:yii2-extension

pkg:composer/deathburger/yii2-teapot-http-exception

dev-master 2017-10-22 00:03 UTC

This package is auto-updated.

Last update: 2025-10-23 00:26:43 UTC


README

Yii2 missing "I'm a teapot" HTTP exception.

Installation

The preferred way to install this extension is through composer.

$ composer require deathburger/yii2-teapot-http-exception

Usage

<?php
use deathburger\teapot\TeapotHttpException;

if($developer->noIdeaWhichHttpStatusINeed()) {
    throw new TeapotHttpException("I'm a teapot");
}