{"id":20383259,"url":"https://github.com/praem90/resume-parser","last_synced_at":"2025-05-08T09:32:28.383Z","repository":{"id":28268038,"uuid":"31778374","full_name":"praem90/Resume-Parser","owner":"praem90","description":"Parse resume in PHP","archived":true,"fork":false,"pushed_at":"2017-11-11T10:45:36.000Z","size":698,"stargazers_count":17,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T12:33:29.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/praem90.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}},"created_at":"2015-03-06T16:33:56.000Z","updated_at":"2025-02-11T19:03:31.000Z","dependencies_parsed_at":"2022-08-27T18:40:34.372Z","dependency_job_id":null,"html_url":"https://github.com/praem90/Resume-Parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praem90%2FResume-Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praem90%2FResume-Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praem90%2FResume-Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praem90%2FResume-Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praem90","download_url":"https://codeload.github.com/praem90/Resume-Parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253036708,"owners_count":21844265,"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-11-15T02:21:42.010Z","updated_at":"2025-05-08T09:32:27.762Z","avatar_url":"https://github.com/praem90.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume Parser\n\nA simple class to parse your resume to obtain fields like name, email, ph, date of birth\n\n1.Just include parser.php\n```\ninclude /path/to/parser.php\n```\n\n2.Intiate object \n```\n$obj = new ParseResume( 'path/to/file' );\n```\n3.Get matched records \n```\n$records = $obj-\u003eget_records();\n4.print_r($records);\n```\n\nError is handled by ParseResume::error,  \n```\nif($obj-\u003eerror) echo $obj-\u003eerror()\n```\n\n\nSupported resume formats doc, docx, xlxs, pptx, pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraem90%2Fresume-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraem90%2Fresume-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraem90%2Fresume-parser/lists"}