{"id":28398510,"url":"https://github.com/xander1936/my-html-portfolio","last_synced_at":"2026-04-29T08:35:19.132Z","repository":{"id":162341628,"uuid":"394761482","full_name":"Xander1936/My-HTML-Portfolio","owner":"Xander1936","description":"In this HTML Portfolio, you have all the main projects of the Front End Development path at Openclassrooms with my cv or resume.","archived":false,"fork":false,"pushed_at":"2022-08-19T16:46:42.000Z","size":6842,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T14:41:03.220Z","etag":null,"topics":["css-grid","css3","html","javascript","leafletjs","material-ui","reactjs","rest-api","wordpress","workbench"],"latest_commit_sha":null,"homepage":"https://xander1936.github.io/My-HTML-Portfolio/","language":"HTML","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/Xander1936.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-10T19:32:13.000Z","updated_at":"2021-12-16T14:13:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"2485637b-8dfd-4d86-aa52-5c66057dba78","html_url":"https://github.com/Xander1936/My-HTML-Portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xander1936/My-HTML-Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2FMy-HTML-Portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2FMy-HTML-Portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2FMy-HTML-Portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2FMy-HTML-Portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xander1936","download_url":"https://codeload.github.com/Xander1936/My-HTML-Portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xander1936%2FMy-HTML-Portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271632765,"owners_count":24793744,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css-grid","css3","html","javascript","leafletjs","material-ui","reactjs","rest-api","wordpress","workbench"],"created_at":"2025-06-01T05:09:42.568Z","updated_at":"2026-04-29T08:35:14.080Z","avatar_url":"https://github.com/Xander1936.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPFormValidator\n\nA PHP Library for 'self-documenting' server side Form Validations.\n\nA typical usage would be like this:\n\n```php\nuse FormGuide\\PHPFormValidator\\FormValidator;\n\n$validator = FormValidator::create();\n\n$validator-\u003efields(['name','email'])-\u003eareRequired()-\u003emaxLength(50);\n$validator-\u003efield('email')-\u003eisEmail();\n\nif(!$validator-\u003etest($_POST))\n{\n\treturn json_encode($validator-\u003egetErrors(true));\n}\n\n```\n\n## Installation using composer\n\n```\ncomposer require FormGuide/PHPFormValidator\n\n```\n\n## Declaring validations for single fields\n\n```php\n$validator-\u003efield('email')-\u003eisEmail()-\u003eisRequired();\n```\n\n## Declaring validations for multiple fields \n\n```php\n$validator-\u003efields(['name','email'])-\u003eareRequired()-\u003emaxLength(50);\n```\n\nThis is equivalent to:\n\n```php\n$validator-\u003efield('name')-\u003eisRequired()-\u003emaxLength(50);\n\n$validator-\u003efield('email')-\u003eisRequired()-\u003emaxLength(50);\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxander1936%2Fmy-html-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxander1936%2Fmy-html-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxander1936%2Fmy-html-portfolio/lists"}