themainframe / veto
Veto is a super-lightweight PHP framework to make building web applications easier.
Installs: 137
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/themainframe/veto
Requires
- psr/http-message: ~0.10.1
- symfony/yaml: ~2.6.5
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2025-10-22 16:16:50 UTC
README
Veto is a super-lightweight PHP framework to make building web applications easier.
New Projects
If you want to create a new project with Veto, we suggest you use the Skeleton Project package, which includes a templating engine (Twig) and some sample code to get you going.
Installing
You can install Veto using composer. To start a new Veto-based project, just run:
php composer.phar create-project themainframe/veto .