-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Welcome to the FACT-Finder-PHP-Library wiki!
This wiki acts as a manual for the library. For additional help, see the source code documentation generated via PHPDoc, as well as the annotated source of the library's demo.
This manual is still work in progress.
-
Upgrading from the old framework - if you have been using the FACT-Finder-PHP-Framework before and want to upgrade to the library, have a look at all the relevant changes here.
-
Library overview - a quick tour around the library
-
Loader and name lookup - the Loader is the most central class in the library, so you may want to have a look at this.
-
Guide for contributors - what is says on the tin.
-
A Note on Encodings - if you use any encoding other than UTF-8 anywhere, you might want to have a look at this document.
-
Adapters, Requests and Data Providers - an in-depth explanation of how the classes in
Core\Server
work together to establish a connection to the server.