PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Multibyte Keyword Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Multibyte Keyword Generator
Extract meta keywords from multi-byte texts
Author: By
Last change: Updated SPDX license type
Date: 6 years ago
Size: 720 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/multibyte-keyword-generator", "type": "library", "description": "Generates keywords based on the contents of a text string.", "keywords": ["keywords", "keyphrases", "multibyte-strings", "multilingual"], "homepage": "https://github.com/peterkahl/multibyte-keyword-generator", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\KeywordGenerator\\": "src/" } } }