{"id":24984110,"url":"https://github.com/depage/depage-forms","last_synced_at":"2025-06-25T14:36:32.555Z","repository":{"id":1294344,"uuid":"1235955","full_name":"depage/depage-forms","owner":"depage","description":"depage-forms is PHP library for HTML form generation with focus on usability. It is part of the upcoming version of depage-cms, but it also works as a standalone library. By abstracting HTML, browser flaws (duplicate form submissions) and form validation, it provides a comfortable way to obtain reliable and validated data from users.","archived":false,"fork":false,"pushed_at":"2025-01-21T16:06:23.000Z","size":1659,"stargazers_count":22,"open_issues_count":4,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T01:12:50.053Z","etag":null,"topics":["form-builder","forms","html5-forms","php","php-library"],"latest_commit_sha":null,"homepage":"http://docs.depage.net/depage-forms/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-01-09T20:31:57.000Z","updated_at":"2025-01-21T16:06:27.000Z","dependencies_parsed_at":"2024-06-02T14:14:38.841Z","dependency_job_id":"1174d99a-2fe6-4135-8f50-2a02d1307224","html_url":"https://github.com/depage/depage-forms","commit_stats":{"total_commits":729,"total_committers":10,"mean_commits":72.9,"dds":0.4910836762688614,"last_synced_commit":"13a58cd1dadee0b6f6335565cab12535b2e1c2bb"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depage%2Fdepage-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depage%2Fdepage-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depage%2Fdepage-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depage%2Fdepage-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depage","download_url":"https://codeload.github.com/depage/depage-forms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695300,"owners_count":21146952,"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":["form-builder","forms","html5-forms","php","php-library"],"created_at":"2025-02-04T09:45:18.547Z","updated_at":"2025-04-13T09:51:50.669Z","avatar_url":"https://github.com/depage.png","language":"JavaScript","readme":"depage-forms: HTML5-forms in PHP with ease and comfort\n=======================================================\n\ndepage-forms is PHP library for HTML form generation with focus on usability.\nIt is part of the upcoming version of [depage-cms](http://www.depagecms.net),\nbut it also works as a standalone library. By abstracting HTML, browser flaws\n(duplicate form submissions) and form validation, it provides a comfortable\nway to obtain reliable and validated data from users.\n\n[![Latest Stable Version](https://poser.pugx.org/depage/htmlform/v/stable.png)](https://packagist.org/packages/depage/htmlform)\n[![Build Status](https://travis-ci.org/depage/depage-forms.png?branch=master)](https://travis-ci.org/depage/depage-forms)\n\n\nFeatures\n--------\n\n- validation\n    - server side\n    - client side [(jQuery Tools)](http://flowplayer.org/tools/ \"jQuery Tools\")\n    - available for standard input elements\n    - customizable with regular expressions\n    - basic CSRF protection\n- HTML5 form features\n    - attributes : placeholder, autofocus, textbox datalists, title, pattern\n    - input elements : boolean (checkbox), email, hidden, multiple (checkbox, select list), number, password, range, search, single (radio, select list), tel, text, textarea, url\n- richtext element (wysiwyg HTML editor)\n- averts form resubmission\n- divide forms into ѕeparate parts\n- neat return values with appropriate data types\n- easy language localisation\n- session timeout\n- simple creditcard validation (by values)\n- unit tested\n\nPrerequisites\n-------------\n\n- PHP 5.3\n- jQuery \u003e=1.4.3 (optional, for client side validation and richtext field)\n\nIntroduction\n------------\n\n- You can get a basic introduction at:\n  [depage-forms: html5 forms made easy (part I)](Docs/Introduction.md)\n- How to do Form Validation\n  [depage-forms: validation of html5 forms (part II)](Docs/Validation.md)\n\n\nDownload\n--------\n- \u003chttp://www.depage.net/downloads/depage-forms-latest.zip\u003e\n\nInstall Using Composer\n----------------------\nGet composer at \u003chttp://getcomposer.org\u003e and then just add this to your composer.json.\n\n    {\n        \"require\": {\n            \"depage/htmlform\": \"*\"\n        }\n    }\n\nNow run\n\n    composer install\n\nto install the current version of depage-htmlform into your vendor dir.\n\n\nFor more information\n--------------------\n\n- You can fork us at:\n  \u003chttp://github.com/depage/depage-forms/\u003e\n- You find the documentation at:\n  \u003chttp://docs.depage.net/depage-forms/\u003e\n- For more information about depage-cms go to:\n  \u003chttp://www.depagecms.net/\u003e\n- if you want to support with development\n  [More info](Docs/Developer.md)\n\nLicense (dual)\n--------------\n\n- GPL2: \u003chttp://www.gnu.org/licenses/gpl-2.0.html\u003e\n- MIT: \u003chttp://www.opensource.org/licenses/mit-license.php\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepage%2Fdepage-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepage%2Fdepage-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepage%2Fdepage-forms/lists"}