dev-lucid / factory
A loader for dividing up code into 5 categories: models, views, controllers, rulesets, and helpers. Models are provided by Paris (https://packagist.org/packages/j4mie/paris). Views, controllers, and helpers are basically empty classes waiting for you to add your own functionality. Rulesets provide a
Installs: 49
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dev-lucid/factory
Requires
- php: ^7.0
- dev-lucid/basiclogger: ~1.0
- dev-lucid/container: ~1.0
- j4mie/paris: ^1.5.0
- psr/log: ~1.0
This package is not auto-updated.
Last update: 2025-09-28 00:29:28 UTC
README
A loader for dividing up code into 5 categories: models, views, controllers, rulesets, and helpers. Models are provided by Paris (https://packagist.org/packages/j4mie/paris). Views, controllers, and helpers are basically empty classes waiting for you to add your own functionality. Rulesets provide a way to validate data both client side and server side.