liberu-genealogy / laravel-dna
Installs: 1 033
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- liberu-genealogy/php-dna: ^1.0
- dev-main
- v1.0.0
- dev-sweep/add-missing-docstrings
- dev-sweep/docstrings-addition_d3e6f
- dev-sweep/merge_app_into_src
- dev-sweep/add-docstrings-to-test-methods
- dev-sweep/define_package_name_as_liberugenealogyla
- dev-sweep/docstrings-addition_695ba
- dev-sweep/add-missing-unit-tests
- dev-sweep/rename_app_to_src_and_add_composerjson_p
- dev-sweep/fix-docstring-placement_f01f1
- dev-sweep/fix-syntax-errors
- dev-sweep/unit-tests-processMatchkits
- dev-sweep/docstrings-addition_c89e8
- dev-sweep/docstrings-addition_9f43a
- dev-sweep/add-function-docstrings
- dev-sweep/fix-docstring-placement
- dev-sweep/create_laravel_interface
- dev-sweep/refactor-repeated-code
- dev-sweep/add-docstrings-to-tests
- dev-sweep/docstrings-addition
- dev-sweep/add-unit-tests
- dev-sweep/create_structure
This package is not auto-updated.
Last update: 2024-11-22 15:24:01 UTC
README
Laravel 11 wrapper around php-dna
Installation
To install the php-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.