Download the PHP package jp3cki/gimei without Composer

On this page you can find all versions of the php package jp3cki/gimei. 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 gimei

Gimei-PHP

License Latest Stable Version Build Status

gimei-php は日本人の名前や、日本の住所をランダムに返すライブラリ gimei を PHP 用ライブラリにポーティングしたものです。 テストデータの作成時などに使用します。

本家

https://github.com/willnet/gimei

使い方

必須環境

準備

  1. まだ設定していなければ Composer を使えるようにします。 具体的な方法は Download Composer を確認してください。

  2. 現在のあなたのソースコードで Composer を使用していなければ、次のコマンドを実行してください。

    あなたのソースコード(プロジェクト)についていくつか質問されますので適当に答えてください。 完了すると composer.json ファイルが生成されます。

  3. gimei-php を Composer 経由でインストールします。

    • 開発時にのみ使用し、本番では使用しない場合

    • 本番でも使用する場合
  4. これで利用の準備が整いました。

詳しくは Composer のウェブサイトか、Composer の解説サイトを参照してください。

なお、 Composer 経由でインストールしたライブラリ等を使用する際は、あなたのプログラムの最初の方で vendor/autoload.phprequire または include してください。

名前をランダムに返す

男女どちらかの名前を等確率で返します。

下記のように男性/女性の名前を返すことを明示的に指定できます。

また、男女比を明示的に指定できます。(男性の割合を 0.0~1.0 で指定します)

名前のデータは gimei (オリジナル)プロジェクトの names.yml から JSON に変換して利用しています。

住所ランダムに返す

都道府県、区、市、町を組み合わせた住所情報を漢字、ひらがな、カタカナで取得することができます。 (ほとんどの場合、実在しない住所が生成されます。例えば 東京都 名古屋市中村区 首里末吉町 など)

住所のデータは gimei (オリジナル)プロジェクトの addresses.yml から JSON に変換して利用しています。

CONTRIBUTING

  1. フォークします
  2. feature branch を作成します (git checkout -b my-new-feature) ※master ブランチで作業しないでください。
  3. 依存関係の準備をします。(make init)
  4. ソースとテストを変更します。
  5. テストとコーディングチェックを行います。
    • make test
    • make check-style
  6. commit します (git commit -m 'Add Feature' -a)
  7. push します (git push origin my-new-feature)
  8. pull request を作成します。

名前や住所のデータを gimei に追従するには、

  1. third-party/gimei-originalgit pull origin master する等して更新を取り込んでください。
  2. util/convert-data.php を実行します。

とすればたぶん大丈夫です。

LICENSE

CHANGE LOG

備考


All versions of gimei with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.1
ext-json 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 jp3cki/gimei contains the following files

Loading the files please wait ....