webisters / site
Webisters Static Site Project
Package info
Language:CSS
Type:project
pkg:composer/webisters/site
Fund package maintenance!
v1.0.1
2026-05-01 06:27 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ^11.5
- webisters/coding-standard: ^1.0
- webisters/webisters: ^1.0
README
Webisters Static Site Project This project is intended as an application-level codebase that can be configured and extended for local or deployed environments.
What Is Included
- A project-oriented foundation for building and organizing application features.
- Configuration and dependency wiring that supports repeatable local setup.
- Conventions for adding routes, services, and domain-specific functionality.
Setup
composer global require webisters/webisters # Optional (Windows): automatically adds Composer global bin-dir to PATH composer global exec webisters setup # Create the project (preferred) webisters new-site site # If `webisters` is not on PATH yet, use the no-PATH fallback: # composer global exec webisters new-site site cd site composer install
Run Locally
php webisters start
If the custom runtime command is unavailable, use: php -S localhost:8000 -t public.
Testing
vendor/bin/phpunit
Project Structure
public/: Public web root and entrypoint files.
Support
- Issues: https://github.com/webisters/site/issues
- Source: https://github.com/webisters/site
- Documentation: https://webisters.com
- Forum: https://github.com/webisters/forum
- Email: support@webisters.com
License
MIT