{"id":94063,"library":"ph-model","title":"PH Model","description":"Because why do less if you can do more with non db models.","status":"active","version":"1.2.0","language":"ruby","source_language":null,"source_url":"https://github.com/payrollhero/ph_model","tags":["model","attributes","non-db","typed"],"install":[{"cmd":"gem install ph_model","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'ph_model', '~> 1.2.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"PhModel","correct":"require 'ph_model'"}],"quickstart":{"code":"require 'ph_model'\n\nclass Product < PhModel\n  attribute :name, :string\n  attribute :price, :decimal\nend\n\nproduct = Product.new(name: 'Widget', price: 9.99)","lang":"ruby","description":"Create a non-database-backed model with typed attributes."},"warnings":[],"env_vars":null,"search_vec":"'attribut':17 'db':14,20 'less':6 'model':2,15,16 'non':13,19 'non-db':18 'ph':1 'type':21","created_at":"2026-06-19T10:00:17.328696+00:00","updated_at":"2026-06-19T10:00:17.328696+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/payrollhero/ph_model","github":"https://github.com/payrollhero/ph_model","docs":"http://www.rubydoc.info/gems/ph_model/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}