Search by

ksfraser / fa-classes

There is no license information available for the latest version (v1.6.0) of this package.

FrontAccounting-specific table classes and related data access helpers.

Maintainers

Package info

github.com/ksfraser/fa_classes

pkg:composer/ksfraser/fa-classes

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.6.0 2026-07-13 00:01 UTC

This package is auto-updated.

Last update: 2026-08-30 01:11:35 UTC


README

FrontAccounting-specific classes extracted from the historical ksf_modules_common folder.

This repository is the destination for all legacy class.fa_* files (and their eventual refactors).

Status

  • legacy/: staged copies of the original class.fa_* files.
  • src/: new/refactored code (PSR-4).

The first migration step intentionally keeps behavior unchanged; refactoring (namespaces, DI, query separation) happens incrementally.

Validation policy (PHP 7.3)

Legacy code often inherited from origin / fa_origin for runtime validation helpers.

New PSR-4 code in this repo should prefer ksfraser/validation (helpers/traits) rather than forcing DTOs/repositories to inherit from a heavy base class.