Phoenix v1.3.2 API Reference

Modules

This is the documentation for the Phoenix project

Defines a Phoenix Channel

Conveniences for testing Phoenix channels

A plug and module to handle automatic code reloading

Conveniences for testing Phoenix endpoints and connection related helpers

Controllers are used to group common functionality in the same (pluggable) module

Digests and compresses static files

Defines a Phoenix endpoint

The Cowboy adapter for Phoenix

API for exporting a webserver

Instrumenter to handle logging of various instrumentation events

Conveniences for inflecting and working with names in Phoenix

A protocol that converts data structures into URL parameters

Provides Presence tracking to processes and channels

Defines a Phoenix router

Defines a socket and its state

Defines a message sent from pubsub to channels and vice-versa

Defines a message dispatched over transport to channels and vice-versa

Defines a reply sent from channels to transports

API for building transports

Templates are used by Phoenix when rendering responses

The Phoenix engine that handles the .eex extension

Specifies the API for adding custom template engines into Phoenix

The Phoenix engine that handles the .exs extension

The default HTML encoder that ships with Phoenix

Tokens provide a way to generate and verify bearer tokens for use in Channels or API authentication

Socket transport for long poll clients

Defines a behaviour for Phoenix.Socket.Message serialization

Socket transport for websocket clients

Defines the view layer of a Phoenix application

Exceptions

Raised when a key is expected to be present in the request parameters, but is not

Raised when one of the accept* headers is not accepted by the server

Exception raised when no route is found

Raised when the socket message is invalid

Exception raised when a template cannot be found

Mix Tasks

Compiles Phoenix source files that support code reloading

Digests and compress static files

Generates a Phoenix channel

Generates a Phoenix resource

Generates a Phoenix resource

Generates an Ecto model in your Phoenix application

Generates a Presence tracker for your application

Generates a secret and prints it to the terminal

Prints all routes for the default or a given router

Starts the application by configuring all endpoints servers to run

Digests and compress static files

Removes old versions of compiled assets

Generates a Phoenix channel

Generates a context with functions around an Ecto schema

Generates an embedded Ecto schema for casting/validating data outside the DB

Generates controller, views, and context for an HTML resource

Generates controller, views, and context for an JSON resource

Generates a Presence tracker for your application

Generates an Ecto schema and migration

Generates a secret and prints it to the terminal

Prints all routes for the default or a given router

Starts the application by configuring all endpoints servers to run