Download the PHP package liberu-genealogy/laravel-dna without Composer
On this page you can find all versions of the php package liberu-genealogy/laravel-dna. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liberu-genealogy/laravel-dna
More information about liberu-genealogy/laravel-dna
Files in liberu-genealogy/laravel-dna
Package laravel-dna
Short Description A package that converts gedcom files to Eloquent models
License MIT
Informations about the package laravel-dna
laravel-dna
Laravel 11 wrapper around php-dna
Installation
To install the php-dna
dependency in your Laravel project, run the following command in your terminal:
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:
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.
All versions of laravel-dna with dependencies
liberu-genealogy/php-dna Version ^2.0
illuminate/support Version ^11.0||^12.0
illuminate/database Version ^11.0||^12.0