invays/synonymizer 问题修复 & 功能扩展

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

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

invays/synonymizer

最新稳定版本:v1.0.1

Composer 安装命令:

composer require invays/synonymizer

包简介

Rewrite your content with ease using this simple script. This script automatically generates unique text based on a given string of synonyms. Improve readability, adapt to your audience.

README 文档

README

Rewrite your content with ease using this simple script. This script automatically generates unique text based on a given string of synonyms. Improve readability, adapt to your audience. Script will help developer and seo-specialist for making unique meta-description or another seo tags.

Installation

Install the package via Composer. Run the Composer require command from the Terminal:

composer require invays/synonymizer

Example

Use included variables for template.

use Invays\Synonymizer\Synonymizer;

$synonymize = new Synonymizer();
$synonymize->text = "This is a test [test1|test2|test3] of [test4|test5|test6].";

$synonymize->synonimaizer()

Use custom user variable.

use Invays\Synonymizer\Synonymizer;

$synonymize = new Synonymizer();
$synonymize->start = "{";
$synonymize->end = "}";
$synonymize->delimiter = ".";
$synonymize->text = "This is a test {test1.test2.test3} of {test4.test5.test6}.";

$synonymize->synonimaizer()

Use static string for seo-tags. An identifier must be specified to generate a static text.

use Invays\Synonymizer\Synonymizer;

$synonymize = new Synonymizer();
$synonymize->text = "This is a test {test1.test2.test3} of {test4.test5.test6}.";

$synonymize->synonimaizer(12344) 

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-26