Documentation

core

Namespaces

app
config
event
exceptions
http
kernel
resource
router
service

Interfaces, Classes and Traits

Environment
The environment loads settings from an ini file, and from the system's environment, making them accessible to the application.
Headers
The headers file allows an application to manipulate the headers of the response before sending them to the client.
Locations
This class provides utility access to most of Spitfire's most common paths, including the current working directory, the root directory of spitfire, the vendor directory and the different locations of each application that is active.
Request
The request class is a component that allows developers to retrieve information about data that usually is delivered by the webserver. For example, get and post data are usually stored by this object in order to allow your app to use it.
Response
Any HTTP response is built off a set of headers and a body that contains the message being delivered. This class represents an HTTP response that can be sent by the application.

Search results