{"id":32171321,"url":"https://github.com/satom99/paramus","last_synced_at":"2026-02-22T11:05:13.489Z","repository":{"id":62430269,"uuid":"170757628","full_name":"satom99/paramus","owner":"satom99","description":"Parameter validation for Phoenix","archived":false,"fork":false,"pushed_at":"2019-03-03T13:33:08.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-10T19:01:48.887Z","etag":null,"topics":["elixir","parameter","phoenix","validation"],"latest_commit_sha":null,"homepage":"https://elixirforum.com/t/20167","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satom99.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":"2019-02-14T21:02:19.000Z","updated_at":"2023-02-19T08:45:58.000Z","dependencies_parsed_at":"2022-11-01T20:20:47.800Z","dependency_job_id":null,"html_url":"https://github.com/satom99/paramus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/satom99/paramus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satom99%2Fparamus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satom99%2Fparamus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satom99%2Fparamus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satom99%2Fparamus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satom99","download_url":"https://codeload.github.com/satom99/paramus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satom99%2Fparamus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29710317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T10:34:24.778Z","status":"ssl_error","status_checked_at":"2026-02-22T10:32:23.200Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","parameter","phoenix","validation"],"created_at":"2025-10-21T17:47:56.398Z","updated_at":"2026-02-22T11:05:13.483Z","avatar_url":"https://github.com/satom99.png","language":"Elixir","readme":"# Paramus\n\n[![License](https://img.shields.io/github/license/satom99/paramus.svg)](https://github.com/satom99/paramus/blob/master/LICENSE)\n[![Hex](http://img.shields.io/hexpm/v/paramus.svg?style=flat)](https://hex.pm/packages/paramus)\n[![Donate](https://img.shields.io/badge/donate-PayPal-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=JKKHNZF6RAKDA\u0026item_name=paramus\u0026currency_code=USD)\n\nParameter validation for [Phoenix](https://github.com/phoenixframework/phoenix).\n\n### Example\n\n```elixir\ndefmodule Example.Routes.Fruit do\n  use Phoenix.Controller\n  use Paramus\n\n  @required [\n    name: :string,\n    quantity: :integer\n  ]\n  @optional [\n    cut?: {:boolean, false}\n  ]\n  def consume(conn, %{name: name, quantity: quantity, cut?: cut?}) do\n    # ···\n  end\n\n  def validate(changeset, :consume) do\n    changeset\n    |\u003e validate_length(:name, min: 3)\n    |\u003e validate_number(:quantity, less_than: 5)\n  end\nend\n```\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=JKKHNZF6RAKDA\u0026item_name=paramus\u0026currency_code=USD"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatom99%2Fparamus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatom99%2Fparamus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatom99%2Fparamus/lists"}