Skip to content

GamesLT/lib-tags-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license PHP from Packagist Packagist Maintainability

What is this?

PHP Library for generating automatically tags for text content

How to include?

You can use it by adding to your project with composer by running composer require gameslt/lib-tags-generator command on command line or by copying contents of the src/ folder to your project and including contents.

How to use it?

Simple! You can get tags list by using this line of code in your file:

echo \GamesLT\TagsGenerator\TagsGenerator::getInstance()->findTags($title, $short_description, $content);

Where $title is the title of the content, $short_description is short description, and $content is real content.

About

Library for generating automatically tags for text content

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages