ericfortmeyer member since: Jan 07, 2019
ericfortmeyer's packages
-
PHP
clutch-property-mgmt/business-domain
Pure business domain models for Clutch Property Management. Contains framework-agnostic entities such as Property, Unit, Address, CompanyInfo, ContactInfo, and related value objects. Designed for Clean Architecture: zero infrastructure, no PDO, no external dependencies.
-
PHP
clutch-property-mgmt/content-domain
Shared CMS domain models for PHP SSR apps. Provides pure, framework-agnostic entities (Page, PageSection, Review, SeoMeta, Navigation, etc.) with attribute-based validation via [phpolar/model]. Designed for Clean Architecture: no infrastructure, no PDO—just content-focused domain objects.
-
-
PHP
ericfortmeyer/mock-extern-service
To mock service like mail or UDP socket for functional Tests. TDD, PHPUnit
-
-
-
-
-
-
-
PHP
phpolar/csrf-protection
Provides request checking and response filtering to mitigate CSRF attacks
-
-
-
-
PHP
phpolar/model
Provides support for configuring the properties of an object for validation, formatting, and storage.