Download the PHP package esperecyan/dictionary-api without Composer

On this page you can find all versions of the php package esperecyan/dictionary-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dictionary-api

主に単語で答えるゲームにおける汎用的な辞書形式に関するAPI

次のゲームの辞書を相互に変換できるようにする Web API を提供します。

動作デモ

https://esperecyan.github.io/dictionary-api/demo/

使い方

https://game.pokemori.jp/dictionary-api/v0/converter

上記URLに対し、以下のパラメータをmultipart/form-data形式でPOSTします。

キー
input 辞書ファイル。
title 辞書のタイトル。指定されていなければ、inputキーのファイル名から判断します。汎用辞書で @title フィールドが存在する場合、この指定は無視されます。
from 変換元の辞書形式。キャッチフィーリング きゃっちま Inteligenceω クイズ Inteligenceω しりとり ピクトセンス 汎用辞書 のいずれか。指定されていないか間違った値が指定されていれば、inputキーのファイル名から判断します。Inteligenceωについては、コメント行、空行を除く最初の行が Q, で始まるか否かで、クイズとしりとりを判別します。
to 変換先の辞書形式。キャッチフィーリング きゃっちま Inteligenceω クイズ Inteligenceω しりとり ピクトセンス 汎用辞書 のいずれか。指定されていないか間違った値が指定されていれば、汎用辞書 になります。

レスポンス

以下のパラメータがmultipart/form-data形式で返ります。

キー
output 辞書ファイル。content-disposition ヘッダの filename* パラメータにファイル名を含みます。
parser-logs 構文解析時のログ。ログが存在しない場合はこのキーも存在しない。
serializer-logs 直列化時のログ。ログが存在しない場合はこのキーも存在しない。

ログはいずれもapplication/problem+json形式で問題点の一覧を返します。 拡張メンバの構造については https://github.com/esperecyan/dictionary-api/blob/master/logs.md をご覧ください。

エラー

4xxクラス、または5xxクラスのHTTPステータスコード、およびapplication/problem+json形式でエラーの説明を返します。

type title status 原因
https://github.com/esperecyan/dictionary-api/blob/master/malformed-syntax.md Malformed Syntax 400 指定された形式を想定した構文解析に失敗したことを表します。
https://github.com/esperecyan/dictionary-api/blob/master/serialize-error.md Serialize Error 400 指定された形式へ直列化できる辞書ではなかったことを表します。
about:blank Bad Request 400 inputキーで辞書ファイルが与えられなかった場合。
about:blank Method Not Allowed 405 POST以外のメソッドでリクエストした場合。
about:blank Not Implemented 501
about:blank Payload Too Large 413 POSTしたファイル、またはPOSTデータ全体のファイルが大き過ぎることを表します。
about:blank Internal Server Error 500 サーバー側の設定ミスなどに起因するエラー。

Contribution

Pull Request、または Issue よりお願いいたします。

ライセンス

当スクリプトのライセンスは Mozilla Public License Version 2.0 (MPL-2.0) です。

ただし、tests/resources/inteligenceo/shiritori-input.txt は MPL-2.0 ではないフリーのファイルであり、著作権はろくしー様にあります。


All versions of dictionary-api with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
bantu/ini-get-wrapper Version ^1.0.1
scriptfusion/byte-formatter Version ^3.2.0
esperecyan/dictionary-php Version ^0.9.2
ext-gettext Version *
ext-mbstring Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package esperecyan/dictionary-api contains the following files

Loading the files please wait ....