Download the PHP package seidemann-web/fact-finder-php-library without Composer
On this page you can find all versions of the php package seidemann-web/fact-finder-php-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download seidemann-web/fact-finder-php-library
More information about seidemann-web/fact-finder-php-library
Files in seidemann-web/fact-finder-php-library
Package fact-finder-php-library
Short Description Customized FACT Finder PHP Library for the OXID Module swFactFinder
License GPL-3.0
Homepage https://github.com/Seidemann-Web/FACT-Finder-PHP-Library
Informations about the package fact-finder-php-library
FACT-Finder-PHP-Library
This is a modified version of the original FACT-Finder-PHP-Library for the oxid module swFactFinder. It includes some modifications to allow its compatibility with OXID.
This is a complete rewrite of and replaces the old FACT Finder PHP Library.
For usage, see the demo.
For documentation please see the library's GitHub wiki as well as the demo's GitHub wiki. There is also source documentation generated with phpDocumentor, which you can view if you clone the repository.
If you want to contribute to the library, please see our guide for contributors.
Motivation & Goals
- No longer support multiple FACT-Finder versions and interfaces at once, as legacy code and deep inheritance trees make the project increasingly hard to maintain.
- Use the recommended FACT-Finder interface (JSON) instead of providing every possibility.
- Make the API clearer and more easily accessible to give developers more control over the requests to FACT-Finder.
Documentation ToDos
- PHPDoc of the code
- General documentation in GitHub wiki
- How to use