zyberware / bootstrap-template
Basic template for php-bootstraps
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zyberware/bootstrap-template
This package is auto-updated.
Last update: 2025-09-29 01:26:26 UTC
README
Basic template for php-bootstraps.
Example
class Bootstrap extends \ZyberWare\BootstrapTemplate { public function doSomeStuff() { ... } public function doSomeOtherStuffWithAWeirdName($varWeGetFromTheRunMethod, $another) { ... } } $bootstrap = new Bootstrap(); $bootstrap->run('random', 'strings');
Documentation
To create the docs, just run phpdoc
in the the project-root.
An online-version is available at phpdoc.zyberware.org/bootstrap-template/.
License
This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE
.