vumanskyi/php-open-graph-library 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

vumanskyi/php-open-graph-library

Composer 安装命令:

composer require vumanskyi/php-open-graph-library

包简介

This is a simple PHP library which help to interact with Open Graph Protocol and Twitter Card

README 文档

README

CircleCI StyleCI Total Downloads Latest Stable Version License: MIT

PHP Open Graph library

This is a library to help you configure and render Open Graph Protocol and Twitter Cards for your website.

Installation

The package could be installed with composer:

composer require vumanskyi/php-open-graph-library

Usage

use VU\OpenGraph\Render;
use VU\OpenGraph\PropertyConfiguration;
use VU\OpenGraph\Properties\Basic;

$render = new Render();
$configuration = new PropertyConfiguration($render);

$basic = new Basic($configuration);
$basic->setTitle('Test title')
    ->setDescription('Test description')
    ->setLocale('uk_UA')
    ->handle();

echo $basic->render();

And the result will be:

<meta property="og:title" content="Test title">
<meta property="og:description" content="Test description">
<meta property="og:locale" content="uk_UA">

Another types:

  • \VU\OpenGraph\Properties\Articles
  • \VU\OpenGraph\Properties\Audio
  • \VU\OpenGraph\Properties\Basic
  • \VU\OpenGraph\Properties\Book
  • \VU\OpenGraph\Properties\Image
  • \VU\OpenGraph\Properties\Profile
  • \VU\OpenGraph\Properties\Video
  • \VU\OpenGraph\Properties\TwitterCard

Unit testing

./vendor/bin/phpunit 

If you have any issues, please let me know

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固