Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Phoenix Framework

Phoenix Framework

196 projects

Showing 36 of 196 projects

phoenix_meta_tags
phoenix_meta_tagsElixir

A Phoenix library for generating HTML meta tags, Open Graph, and Twitter Card tags from Elixir data structures.

#elixir#metatags#phoenix
Stars31
Forks11
Last commit2 years ago
plug_secex
plug_secexElixir

A Plug for Phoenix/Elixir applications that adds security-focused HTTP headers to enhance web application security.

#hex#elixir#clickjacking-protection
Stars30
Forks1
Last commit5 years ago
airbrakex
airbrakexElixir

Elixir client for sending errors and exceptions to the Airbrake error monitoring service.

#elixir#devops#error-monitoring
Stars29
Forks46
Last commit2 years ago
phoenix_pubsub_postgres
phoenix_pubsub_postgresElixir

PostgreSQL PubSub adapter for Phoenix applications, enabling real-time messaging using PostgreSQL's NOTIFY/LISTEN.

#database-adapter#elixir#phoenix-framework
Stars28
Forks4
Last commit11 years ago
absinthe_gen
absinthe_genElixir

A scaffold generator for Elixir Absinthe projects that creates schema, type, and resolver files.

#generator#elixir#phoenix
Stars28
Forks1
Last commit5 years ago
airbrake
airbrakeElixir

An Elixir notifier for sending exceptions and errors to Airbrake or Errbit with Plug and Phoenix integration.

#airbrake#elixir#errbit
Stars27
Forks14
Last commit3 years ago
phoenix_html_sanitizer
phoenix_html_sanitizerElixir

A Phoenix library for sanitizing HTML user input by stripping or allowing specific tags and attributes.

#user-input#elixir#web-security
Stars27
Forks12
Last commit2 years ago
plug_require_header
plug_require_headerElixir

An Elixir Plug middleware for requiring and extracting specific HTTP headers in web applications.

#elixir#web-security#phoenix-framework
Stars27
Forks3
Last commit1 year ago
pay
payElixir

An Elixir library for integrating PayPal and other payment solutions with extensible architecture.

#ecommerce#elixir#phoenix-framework
Stars27
Forks9
Last commit9 years ago
request_cache_plug
request_cache_plugElixir

A Phoenix plug for caching GraphQL queries and REST requests, short-circuiting JSON processing to deliver microsecond responses.

#elixir#plug-middleware#telemetry
Stars26
Forks7
Last commit2 years ago
phoenix_api_docs
phoenix_api_docsElixir

Generate API Blueprint documentation from Phoenix controller annotations and automated tests.

#elixir#phoenix-framework#rest-api
Stars26
Forks10
Last commit8 years ago
trailing_format_plug
trailing_format_plugElixir

An Elixir Plug to support legacy APIs using Rails-like trailing format extensions (e.g., .json).

#elixir#plug-middleware#content-negotiation
Stars25
Forks15
Last commit9 years ago
plug_forward_peer
plug_forward_peerElixir

A Plug for Elixir/Phoenix that reads X-Forwarded-For or Forwarded headers to correctly set the client's remote IP.

#reverse-proxy#elixir#plug-middleware
Stars25
Forks9
Last commit1 year ago
phoenix_pubsub_vernemq
phoenix_pubsub_vernemqElixir

A VerneMQ/MQTT pubsub adapter for the Phoenix framework, enabling distributed messaging via MQTT servers.

#elixir#adapter#vernemq
Stars25
Forks3
Last commit11 years ago
plug_cloudflare
plug_cloudflareElixir

An Elixir plug that parses Cloudflare's CF-Connecting-IP header into the remote_ip field for accurate client IP detection.

#reverse-proxy#elixir#plug-middleware
Stars24
Forks9
Last commit4 years ago
ueberauth_slack
ueberauth_slackElixir

A Slack OAuth2 strategy for the Überauth authentication framework in Elixir applications.

#ueberauth#web-authentication#oauth
Stars23
Forks30
Last commit4 years ago
etag_plug
etag_plugElixir

A simple Elixir Plug for generating shallow ETags from HTTP responses.

#hacktoberfest#elixir#api
Stars22
Forks3
Last commit2 years ago
vim_snake
vim_snakeElixir

A multiplayer snake game with Vim-style keybindings built with Phoenix and Phaser.

#elixir#web-game#phoenix-framework
Stars22
Forks0
Last commit10 months ago
phoenix_routes_js
phoenix_routes_jsElixir

Generate Phoenix framework route helpers for use in JavaScript code, enabling client-side URL generation.

#helpers#elixir#phoenix-framework
Stars21
Forks4
Last commit4 years ago
zachaeus
zachaeusElixir

A simple licensing system for Elixir applications using asymmetric cryptography, inspired by JWT and PASETO.

#database-free#elixir#api
Stars20
Forks1
Last commit6 years ago
phoenix_turnstile
phoenix_turnstileElixir

Phoenix components and helpers for integrating Cloudflare Turnstile CAPTCHA into Elixir web applications.

#web-forms#elixir#phoenix
Stars20
Forks11
Last commit1 year ago
blaguth
blaguthElixir

A Plug library for implementing Basic Access Authentication in Elixir web applications.

#elixir#basic-auth#web-security
Stars20
Forks4
Last commit8 years ago
crudex
crudexElixir

CRUD utilities for Phoenix and Ecto that simplify JSON encoding, virtual fields, and controller generation.

#database#elixir#boilerplate-reduction
Stars20
Forks0
Last commit11 years ago
Caddishouse
CaddishouseElixir

A lightweight web-based document reader that connects to cloud storage and saves reading progress.

#elixir#phoenix#phoenix-framework
Stars19
Forks0
Last commit1 year ago
phoenix_client_ssl
phoenix_client_sslElixir

A set of Plugs and libraries for implementing SSL client certificate authentication in Phoenix applications.

#elixir#web-security#phoenix
Stars19
Forks7
Last commit6 years ago
giza_sphinxsearch
giza_sphinxsearchElixir

An Elixir client for Sphinx and Manticore Search engines, providing full-text search capabilities with SQL, native, and HTTP protocols.

#manticore-search#elixir#phoenix-framework
Stars19
Forks5
Last commit4 months ago
raygun
raygunElixir

An Elixir client library for sending application errors and exceptions to the Raygun error monitoring service.

#elixir#devops#error-monitoring
Stars19
Forks17
Last commit6 years ago
phoenix_linguist
phoenix_linguistElixir

A plug and view helpers for integrating Linguist internationalization into Phoenix web applications.

#elixir#phoenix-framework#locale-management
Stars18
Forks5
Last commit6 years ago
phoenix_svg
phoenix_svgElixir

An inline SVG component for Phoenix that loads and caches SVG files during compilation with live reload support.

#elixir#phoenix#phoenix-framework
Stars18
Forks8
Last commit1 year ago
apocryphal
apocryphalElixir

Generate ExUnit tests from Swagger/OpenAPI specifications to verify API compliance in Elixir applications.

#documentation-driven-development#elixir#phoenix-framework
Stars17
Forks0
Last commit10 years ago
Harpoon
HarpoonElixir

A web app to create temporary endpoints for inspecting and visualizing HTTP requests in real-time.

#webhook-receiver#elixir#developer-tools
Stars16
Forks1
Last commit1 year ago
plug_session_memcached
plug_session_memcachedElixir

A memcached session store for Elixir's Plug framework, enabling external session storage for web applications.

#elixir#authentication#phoenix-framework
Stars15
Forks7
Last commit6 years ago
jeaux
jeauxElixir

A lightweight Elixir schema validator for HTTP parameters and queries with type coercion and validation.

#elixir#phoenix-framework#schema-validation
Stars14
Forks2
Last commit6 years ago
clamxir
clamxirElixir

An Elixir wrapper for ClamAV that provides virus scanning capabilities for file uploads and system security.

#elixir#clamdscan#phoenix
Stars14
Forks2
Last commit3 years ago
test_selector
test_selectorElixir

Elixir library for generating hashed, scoped test selectors in Phoenix applications to separate testing from styling.

#html-testing#elixir#phoenix
Stars13
Forks2
Last commit2 years ago
simple_stat_ex
simple_stat_exElixir

An Elixir library for keeping simple statistic counters with flexible time window rollups.

#elixir#counter#genserver
Stars13
Forks0
Last commit3 years ago
PreviousPage 5 of 6

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
Next
#Elixir194
#Phoenix52
#Web Development46
#Ecto44
#Plug39
#Authentication26
#Postgresql20
#Elixir Lang18
#Backend15
#Real Time15
#Security14
#Liveview14