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.
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)
- GetAccountInfo
- GetTLDList
- GetServiceContact
- GetOrderList
- Check (domain registration)
- GetConfirmationSettings
- 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');
sog/enom-bundle 适用场景与选型建议
sog/enom-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 21 次下载、GitHub Stars 达 2, 最近一次更新时间为 2012 年 04 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「enom」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sog/enom-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sog/enom-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sog/enom-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A PSR-7 compatible library for making CRUD API endpoints
A unified domain registrar abstraction layer for Laravel, providing a single API to interact with multiple domain registrars
A lightweight plain-PHP framework for database-backed CRUD APIs.
Modern, strongly-typed, PSR-compliant PHP client for the WeFact v2 API.
PHP SDK for the Enconvert file conversion API
支付宝开放平台v3协议文档,支持最新版PHP8+
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-04-02