承接 jeffreyvanrossum/wp-views 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jeffreyvanrossum/wp-views

最新稳定版本:0.1.0

Composer 安装命令:

composer require jeffreyvanrossum/wp-views

包简介

A package that allows you to easily fetch view files and pass arguments along.

README 文档

README

vanrossum.dev Logo

Total Downloads Latest Stable Version License

WP Views

Dead simple package that allows you to easily fetch view files and pass arguments along.

Installation

composer require jeffreyvanrossum/wp-views

Usage

You can either create a class or helper function to access your view file.

function your_prefix_view(...$args)
{
    return new WPViews('your-view-path')->render(...$args);
}

Then after you can use it like so:

your_prefix_view('your-view', ['foo' => 'bar']);

Contributors

License

MIT. Please see the License File for more information.

统计信息

  • 总下载量: 106
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-05