phoenix_view

View abstraction for Phoenix v1.0-v1.6

Latest version: 2.0.3 registry icon
Maintenance score
64
Safety score
100
Popularity score
75
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.0.3 0 0 0 0 0
2.0.2 0 0 0 0 0
2.0.1 0 0 0 0 0
2.0.0 0 0 0 0 0
1.1.2 0 0 0 0 0
1.1.1 0 0 0 0 0
1.1.0 0 0 0 0 0
1.0.0 0 0 0 0 0

Stability
Latest release:

2.0.3 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



Phoenix.View

Within LiveView and HTML apps, Phoenix.View has fallen out of fashion in favor of Phoenix.Component. See the "Replaced by Phoenix.Component" section in the Phoenix.View module documentation for more information and migration steps (if desired).

If you want to render other formats, such as XML, Phoenix.View may still be a useful addition to your projects.

Installation

You can install phoenix_view by adding it to your list of dependencies in mix.exs:

def deps do
  [
    {:phoenix_view, "~> 2.0"}
  ]
end