承接 sog/enom-bundle 相关项目开发

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

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

sog/enom-bundle

Composer 安装命令:

composer require sog/enom-bundle

包简介

enom bundle

关键字:

README 文档

README

Symfony2 bundle for the Enom API. This wraps the Enom API in a Symfony2 bundle.

Build Status

License

SOGEnomBundle is licensed under the MIT License - see the Resources/meta/LICENSE file for details

Enom API Commands Supported

(See API Command Catalog for more details)

  1. GetAccountInfo
  2. GetTLDList
  3. GetServiceContact
  4. GetOrderList
  5. Check (domain registration)
  6. GetConfirmationSettings
  7. GetExtAttributes

more coming soon

Setup

Using Submodule

git submodule add https://github.com/shaneog/SOGEnomBundle.git vendor/bundles/SOG/EnomBundle

Using the vendors script

  [SOGEnomBundle]
      git=https://github.com/shaneog/SOGEnomBundle.git
      target=bundles/SOG/EnomBundle

Add the SOG namespace to autoloader

<?php
   // app/autoload.php
   $loader->registerNamespaces(array(
    // ...
    'SOG' => __DIR__.'/../vendor/bundles',
  ));

Add SOGEnomBundle to your application kernel

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new SOG\EnomBundle\SOGEnomBundle(),
    );
}

Yml configuration

# app/config/config.yml
sog_enom:
  url: #Enom Reseller URL
  username: #Enom Account login ID
  password: #Enom Account password

Usage

Using service

<?php
    $enom = $this->get('Enom');

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-04-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固