{"id":15497687,"url":"https://github.com/devuri/easy-custom-fields","last_synced_at":"2025-03-22T17:14:59.867Z","repository":{"id":101722065,"uuid":"109007145","full_name":"devuri/easy-custom-fields","owner":"devuri","description":"Easy Custom Fields is a group of helper functions designed to make building forms much faster it includes some simple cleanup also (be sure to run your own security stuff ), You can generate input fields, get the value of input fields display user feed back on post actions etc, these functions are designed to make the development process less tedious and time consuming call an input field simple use ecf_input('email', 'Enter Your Email', 'InputName'); thats all it takes to render a simple email field","archived":false,"fork":false,"pushed_at":"2019-04-20T23:14:56.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T14:21:57.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/devuri.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":"2017-10-31T14:26:06.000Z","updated_at":"2019-04-20T23:14:58.000Z","dependencies_parsed_at":"2023-05-22T11:15:20.145Z","dependency_job_id":null,"html_url":"https://github.com/devuri/easy-custom-fields","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"e2917faca4ee63db63d462d225a37f516102fcbd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Feasy-custom-fields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Feasy-custom-fields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Feasy-custom-fields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2Feasy-custom-fields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devuri","download_url":"https://codeload.github.com/devuri/easy-custom-fields/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244991175,"owners_count":20543627,"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":[],"created_at":"2024-10-02T08:40:27.628Z","updated_at":"2025-03-22T17:14:59.843Z","avatar_url":"https://github.com/devuri.png","language":"PHP","readme":"# Easy Custom Fields\nEasy Custom Fields is a group of helper functions designed to make building forms much faster it includes some simple cleanup also (be sure to run your own security stuff ), You can generate input fields, get the value of input fields display user feed back on post actions etc, these functions are designed to make the development process less tedious and time consuming call an input field simple use ecf_input('email', 'Enter Your Email', 'InputName'); thats all it takes to render a simple email field\n# Use\nSimple Include the autoload file \ninclude_once(ecf-autoload.php);\n* Load fields \necf_load('ecf-input');\nthis will load the input function, loading your functions this way allows you to only use what you need.\n* loading more than one ecf\necf_load('ecf-input', 'ecf-post', 'ecf-clean-input');\nthis will load all 3 helpers you can then use \n* ecf_input('text', 'simtext', 'textname'); \n* ecf_clean_input('InputName'); \n* ecf_post('InputName'); \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Feasy-custom-fields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevuri%2Feasy-custom-fields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Feasy-custom-fields/lists"}