geeky/cvparser
最新稳定版本:1.1.3
Composer 安装命令:
composer require geeky/cvparser
包简介
This package parses CV via daxtra then gives you a structured data.
README 文档
README
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');
统计信息
- 总下载量: 1.4k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-21