承接 atk14/phone-field 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

atk14/phone-field

最新稳定版本:v1.1.13

Composer 安装命令:

composer require atk14/phone-field

包简介

ATK14 form field for entering phone numbers

README 文档

README

ATK14 form field for entering phone numbers.

Installation

Just use the Composer:

cd path/to/your/atk14/project/
composer require atk14/phone-field dev-master

Optionaly you can link the field source file to the regular location

cd path/to/your/atk14/project/
ln -s ../../vendor/atk14/phone-field/src/phone_field.php app/fields/phone_field.php

Usage

<?php
// file: app/forms/users/create_new_form.php
class CreateNewForm extends ApplicationForm {

  function set_up(){
    // ...

    $this->add_field("phone", new PhoneField([
      "label" => "Phone",
      "default_country_code" => "CZ", // "CZ", "SK", "AT", "PL"... or "+420"
      // "sample_phone_number" => "+420 777 123 456",
      // "help_text" => "Enter phone number in format %sample_phone_number%"
    ]));

    // ...
  }
}

License

PhoneField is free software distributed under the terms of the MIT license

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-08-18