air-php / view
A view library.
Installs: 9 263
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=5.5.0
- phpunit/phpunit: >=4.1
This package is not auto-updated.
Last update: 2025-02-01 17:57:17 UTC
README
The view library includes classes for rendering views.
Installation
Installation via Composer is recommended.
"require": {
"air-php/view": "dev-master"
}