{"id":18000173,"url":"https://github.com/greenboxal/phoenix_bert","last_synced_at":"2025-03-26T07:32:05.404Z","repository":{"id":57493612,"uuid":"103804043","full_name":"greenboxal/phoenix_bert","owner":"greenboxal","description":"BERT encoder/decoder for Phoenix","archived":false,"fork":false,"pushed_at":"2017-10-10T02:26:25.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T11:11:13.482Z","etag":null,"topics":["bert","bert-rpc","elixir","phoenix"],"latest_commit_sha":null,"homepage":"https://bert-rpc.com","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/greenboxal.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-09-17T04:56:05.000Z","updated_at":"2023-09-06T17:45:23.000Z","dependencies_parsed_at":"2022-08-28T13:41:06.981Z","dependency_job_id":null,"html_url":"https://github.com/greenboxal/phoenix_bert","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenboxal%2Fphoenix_bert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenboxal%2Fphoenix_bert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenboxal%2Fphoenix_bert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenboxal%2Fphoenix_bert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenboxal","download_url":"https://codeload.github.com/greenboxal/phoenix_bert/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245611789,"owners_count":20643894,"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","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":["bert","bert-rpc","elixir","phoenix"],"created_at":"2024-10-29T23:10:01.016Z","updated_at":"2025-03-26T07:32:04.407Z","avatar_url":"https://github.com/greenboxal.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phoenix BERT\n\n[![Build Status](https://travis-ci.org/veyond-card/phoenix_bert.svg?branch=master)](https://travis-ci.org/veyond-card/phoenix_bert)\n[![Inline docs](http://inch-ci.org/github/veyond-card/phoenix_bert.svg?branch=master)](http://inch-ci.org/github/veyond-card/phoenix_bert)\n\nThis library makes [BERT](https://birt-rpc.org) available to Phoenix so you can encode/decode it.\n\n## Usage\n\nAdd the following configuration to phoenix:\n\n    config :phoenix, :format_encoders,\n      bert: PhoenixBert\n\nAnd add \"bert\" as an acceptable format to :accepts plug\n\n    plug :accepts, [\"json\", \"bert\"]\n    \nRender a view with BERT:\n\n    render(conn, \"user.bert\", %{name: \"Test\"})\n    \nRender BERT directly:\n\n    PhoenixBert.Conn.bert(conn, %{name: \"Test\"})\n\n## License\n\nPhoenix BERT source code is released under MIT License.\nCheck LICENSE file for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenboxal%2Fphoenix_bert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenboxal%2Fphoenix_bert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenboxal%2Fphoenix_bert/lists"}