DatabaseParserFactory.php
Resolves a database format name to the parser that knows it Freely inspired by BioPHP's project biophp.org Created 25 August 2026 Last modified 12 September 2026
Table of Contents
Classes
- DatabaseParserFactory
- The single place that knows which parsers exist. Everything a format implies - its name, how an entry starts, how its identifier reads, how it is parsed - lives in the parser itself, so supporting a new format means writing one class and adding one line below.