willskates/dictionaryapi 问题修复 & 功能扩展

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

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

willskates/dictionaryapi

最新稳定版本:v1.0.1

Composer 安装命令:

composer require willskates/dictionaryapi

包简介

On-demand definition source.

README 文档

README

#Dictionary API A set of classes that allows a developer to be able to fetch definitions for words and terms.

NOTE: This library requires composer. You can find out more over at http://getcomposer.org. There is also a windows installer: https://github.com/johnstevenson/composer-setup or if you are using a unix system (MAC, Linux etc. ) you can find some instructions here: http://getcomposer.org/doc/00-intro.md

Clone or download the contents of this repository onto your local machine, setup your project as you normally would and add the following to the "require" section of your composer.json file:

"willskates/dictionaryapi": "v1.0.0"

Make sure that you also set the minimum-stability to 'dev'.

"minimum-stability": "dev"

After you have done this, run the command:

composer install

into your command line from within the specified folder.

##From then on you may use the dictionary like this:

$dictionary = new WillSkates\Dictionary();

try {
	$word = $dictionary->word('hello');

	echo $word->getDefinition(); // array(0=>'A greeting ...');
	echo $word->getFirstDefinition() // 'A greeting ...';
	echo $word->getTranslation('fr'); //Bonjour.

	echo $dictionary->word('hello'); // 'A greeting ...' (uses __toString()).
	echo $dictionary->word('hello', 'en'); // 'A greeting ...' (uses __toString()).

	echo $dictionary->word('hello')->translate('de')[0]['translation']; //Hallo :D

} catch ( WillSkates\Dictionary\Exceptions\FetchException $e ) {
	echo "Oh no, we couldnt get any information for 'hello'";
} catch ( WillSkates\Dictionary\Exceptions\ConnectionProblemException $e ) {
	echo "oh no the api is not available.";
} catch ( WillSkates\Dictionary\Exceptions\TranslationFetchException $e ) {
	echo "Just.... dont try to translate an english word into english.";
}

##Test Status Build Status

###Next The plan is to release the ability to define and translate words first. After that's complete I will also work towards releasing methods which allow you to view all of the words that begin with a given letter. Those lists will also be paginated.

####Note:
	
	This functionality is already in the api but not planned for this phase of the wrapper, You can achieve that by using http://dictionary.stuffby.ws/letter/a for example.
	Enjoy!

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD
  • 更新时间: 2013-01-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固