2017 © Pedro Peláez
 

library headerstatus

Coercive HeaderStatus Utility

image

coercive/headerstatus

Coercive HeaderStatus Utility

  • Wednesday, February 7, 2018
  • by Coercive
  • Repository
  • 1 Watchers
  • 2 Stars
  • 713 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 15 % Grown

The README.md

Coercive HeaderStatus Utility

HeaderStatus lets you simply send HTTP response status., (*1)

Get

composer require coercive/headerstatus

Usage

use Coercive\Utility\HeaderStatus

# SEND - 200 Defalut Status
HeaderStatus::send();

# SEND - Your Status : Example 301
HeaderStatus::send( 301 );

# SEND - Force don't use php function "http_response_code"
HeaderStatus::send( 418, TRUE );

The Versions

07/02 2018

dev-master

9999999-dev http://coercive.fr

Coercive HeaderStatus Utility

  Sources   Download

MIT GNU

The Requires

  • php >=5.4.0

 

07/02 2018

1.0.1

1.0.1.0 http://coercive.fr

Coercive HeaderStatus Utility

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

10/07 2016

1.0.0

1.0.0.0 http://coercive.fr

Coercive HeaderStatus Utility

  Sources   Download

GNU

The Requires

  • php >=5.4.0