> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nullai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vista Overview

> Vista is a minimalist PHP view engine that focuses on performance and simplicity.

Vista provides powerful PHP 8.4+ tools to manage layouts, partials/includes, and dynamic content rendering, making it an ideal choice for modern PHP projects. Unlike traditional template engines like Blade or Twig, Vista does not rely on compiling or caching template files. This makes it an ideal choice for developers who prioritize performance and need a straightforward solution for managing views.

<Card title="GitHub Repo" icon="github" href="https://github.com/nullaidev/vista">
  Lightning fast and light weight view package.
</Card>

## Key Features

<CardGroup cols={2}>
  <Card title="No Compilation Required" icon="gear-complex-code">
    Renders views directly, simplifying debugging.
  </Card>

  <Card title="Lightning Fast" icon="bolt-lightning">
    Optimized for speed, with minimal overhead.
  </Card>

  <Card title="Extremely Lightweight" icon="feather">
    Small footprint, easy to integrate with any PHP application.
  </Card>

  <Card title="Modern Syntax" icon="code">
    Intuitive, clean, and developer-friendly APIs.
  </Card>

  <Card title="Layout Management" icon="table-layout">
    Easily create reusable layouts and templates.
  </Card>

  <Card title="Partial Rendering" icon="file-import">
    Modularize your views with <code>include</code> and <code>section</code> methods.
  </Card>

  <Card title="Scoped Data Passing" icon="database">
    Pass variables to views with isolated scopes for security and clarity.
  </Card>

  <Card title="Extensible" icon="expand">
    Works seamlessly with other PHP frameworks or custom solutions.
  </Card>
</CardGroup>

## Security Vulnerabilities

If you discover a security vulnerability within Vista, please submit an issue on GitHub. All security vulnerabilities will be promptly addressed.

## License

The Vista PHP view rendering utility is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
