vlw / scaffold
Project scaffolding (primarily) for Reflect and Vegvisir projects
Requires
- vlw/mysql: ^3.5
- vlw/sqlite: ^3.0
- vlw/xenum: ^1.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-02 07:14:34 UTC
README
This composer package (primarily) contains my project boilerplate code for working with Vegvisir and Reflect projects. It contains my most commonly used classes and functions which I use to make development of new project in these frameworks easier.
Refer to the documentation in each source file for more information about its function.
Installation
Run the install scripts for Vegvisir and/or Reflect, and then require this composer package to use its features anywhere in your project.
composer require vlw/scaffold
Refer to the code comments in each file for documentation about its function. The base namespace is vlw\Scaffold and each class and function can be used that way. For example:
use vlw\Scaffold\Database\Model;