Skip to content
/ CV Public

This package parses CV via daxtra then gives you a structured data.

License

Notifications You must be signed in to change notification settings

TheGeekyM/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cv-parser

This package parses CV via daxtra then gives you a structured data.

Installation

Install using composer:

 composer require geeky/cvparser

Then, in config/app.php, add the following to the service providers array.

array(
   ...
    Geeky\CV\ParserServiceProvider::class,
)

Finally, in config/app.php, add the following to the facades array.

array(
    'CV' => Geeky\CV\ParserFacade::class,
)

Usage

Example usage using Facade:

$response = CV::parse('resume_url');

About

This package parses CV via daxtra then gives you a structured data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages