PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Czech Name Declension   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Czech Name Declension
Convert Czech nouns and person names
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 728 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/czech-name-declension", "type": "library", "description": "Converts Czech nouns and persons' names to the requested declension.", "keywords": ["grammar", "grammatical", "czech-grammar", "czech-language", "czech"], "homepage": "https://github.com/peterkahl/Czech-Name-Declension", "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\\CzechNameDeclension\\": "src/" } } }