alex-kalanis / kw_pedigree
Accessing pedigrees
v2.0.0
2024-04-08 22:53 UTC
Requires
- php: >=7.4.0
- alex-kalanis/kw_mapper: >=3.0 <4
Requires (Dev)
- ext-pdo: *
- alex-kalanis/kw_storage: >=5.0 <6
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=8.0 <=9
- shipmonk/composer-dependency-analyser: ^1.4
Suggests
- ext-pdo: Content stored in database
- alex-kalanis/kw_storage: Local storage for accessing resources
This package is auto-updated.
Last update: 2024-11-09 00:16:34 UTC
README
Low-level access for running pedigree trees.
PHP Installation
composer.phar require alex-kalanis/kw_pedigree
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Migrate the storage.
3.) Connect the "\kalanis\kw_pedigree\GetEntries" or "EntryAdapter" into your app.
5.) Just call from the appropriate part of your app