{"id":22342444,"url":"https://github.com/mquy/phoenix_mjml","last_synced_at":"2025-07-30T01:32:42.781Z","repository":{"id":18574901,"uuid":"84634897","full_name":"MQuy/phoenix_mjml","owner":"MQuy","description":"Phoenix Template Engine for Mjml","archived":false,"fork":false,"pushed_at":"2021-10-05T07:52:33.000Z","size":18,"stargazers_count":40,"open_issues_count":2,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-11T19:44:19.668Z","etag":null,"topics":["elixir-lang","mjml","phoenix-framework"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MQuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-11T08:22:06.000Z","updated_at":"2024-09-23T16:41:03.000Z","dependencies_parsed_at":"2022-07-26T23:02:09.378Z","dependency_job_id":null,"html_url":"https://github.com/MQuy/phoenix_mjml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MQuy/phoenix_mjml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MQuy","download_url":"https://codeload.github.com/MQuy/phoenix_mjml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MQuy%2Fphoenix_mjml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267792736,"owners_count":24144931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir-lang","mjml","phoenix-framework"],"created_at":"2024-12-04T08:12:39.436Z","updated_at":"2025-07-30T01:32:37.762Z","avatar_url":"https://github.com/MQuy.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phoenix Template Engine for Mjml\n\n[![License][deps-img]][deps]\n[![License][license-img]][license]\n\n\u003e Powered by [Mjml](https://mjml.io/)\n\n\n## Usage\n\n  1. Add `{:phoenix_mjml, \"~\u003e 0.2.1\"}` to your deps in `mix.exs`.\n     If you generated your app from the Phoenix master branch,\n     add phoenix_mjml's master branch to your deps instead.\n     `{:phoenix_mjml, github: \"chrismccord/phoenix_mjml\"}`\n  2. Add the following to your Phoenix `config/config.exs`\n\n ```elixir\n  config :phoenix, :template_engines,\n    mjml: PhoenixMjml.Engine\n ```\n  3. Use the `.html.mjml` extensions for your templates.\n\n## Optional\n\nAdd mjml extension to Phoenix live reload in `config/dev.exs`\n\n```elixir\n  config :hello_phoenix, HelloPhoenix.Endpoint,\n    live_reload: [\n      patterns: [\n        ~r{priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$},\n        ~r{web/views/.*(ex)$},\n        ~r{web/templates/.*(eex|mjml)$}\n      ]\n    ]\n```\n\n## License\n\nMIT license. Please see [LICENSE][license] for details.\n\n[deps-img]: https://beta.hexfaktor.org/badge/all/github/dailydrip/firestorm.svg\n[deps]: https://beta.hexfaktor.org/github/dailydrip/firestorm\n[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg\n[license]: http://opensource.org/licenses/MIT\n[LICENSE]: https://github.com/MQuy/phoenix_mjml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmquy%2Fphoenix_mjml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmquy%2Fphoenix_mjml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmquy%2Fphoenix_mjml/lists"}