liberu-genealogy/laravel-dna
最新稳定版本:v2.0.1
Composer 安装命令:
composer require liberu-genealogy/laravel-dna
包简介
A package that converts gedcom files to Eloquent models
README 文档
README
Laravel 11 or Laravel 12 wrapper around php-dna
Installation
To install the laravel-dna dependency in your Laravel project, run the following command in your terminal:
composer require liberu-genealogy/laravel-dna
This will download and install the laravel-dna package, making it available for use within your Laravel application.
Dispatching the DispatchMatchkitsJob
To dispatch the DispatchMatchkitsJob for processing DNA matchkits, you can use the following code snippet:
dispatch(new \Src\Jobs\DispatchMatchkitsJob());
This will enqueue the job for processing by the Laravel queue system. Make sure your queue worker is running to process the job.
Usage
After setting up the php-dna dependency and dispatching the DispatchMatchkitsJob, you can start integrating DNA processing functionalities into your Laravel application. Refer to the php-dna documentation for more details on available methods and their usage.
For any custom functionalities or issues, feel free to extend the job or service provider classes as needed.
统计信息
- 总下载量: 3.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-14