Registry / web-framework / anax-view

anax-view

JSON →
library2.0.18phppackagistunverified

Anax View module, collect and render views.

composer require anax/view
INSTALL
IMPORT
SIG · ANAX-VIEW
A
anax-view
web-frameworkphpv2.0.18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

View
use Anax\View\View;

Create and render a view with data.

use Anax\View\View; $view = new View(); $view->setTemplate('index'); $view->addData(['title' => 'Hello']); echo $view->render();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.18latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
anax-view — pip install anax-view · libregistry