承接 ayhan-koyun/iupacnomenclature 相关项目开发

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

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

ayhan-koyun/iupacnomenclature

Composer 安装命令:

composer require ayhan-koyun/iupacnomenclature

包简介

An extension to find the right IUPAC nomenclature for a given chemical structure.

README 文档

README

A TYPO3 CMS extension for automatic generation of IUPAC nomenclature for chemical structures.

Description

This extension provides a comprehensive solution for automatically naming chemical compounds according to IUPAC rules. It supports various classes of organic compounds and can be used in TYPO3 CMS 12.x.

Features

  • Automatic IUPAC Nomenclature: Generates correct IUPAC names for chemical structures
  • Alkane Support: Complete naming of alkanes (methane, ethane, propane, etc.)
  • Extensible Architecture: Modular structure for easy extensions
  • TYPO3 CMS Integration: Seamless integration with TYPO3 CMS 12.x
  • Frontend Controllers: Provides frontend functionality

Installation

Via Composer (recommended)

composer require ayhan-koyun/iupacnomenclature

Manual Installation

  1. Download the extension
  2. Extract it to the packages/ folder of your TYPO3 project
  3. Install the extension via TYPO3 Extension Manager

Usage

Backend

After installation, a new backend module will be available:

  1. Go to TYPO3 Backend
  2. Navigate to the "IUPAC Nomenclature" module
  3. Enter a chemical structure
  4. Get the correct IUPAC name generated

Frontend

The extension provides frontend controllers that you can use in your templates:

Give in the form the position, the number of functional groups and it returns the right 
alkane name:
functional group: methyl
number (count): 2
position: 1,2
returns 1,2-dimethyl

Programmatic Usage

    public function __construct(
        $chainLength,
        $substituents = [],
        $isCyclo = false,
        $isAlcohol = false,
        $alcoholData = []
    ) {
        $this->chainLength = $chainLength;
        $this->substituents = $substituents;
        $this->isCyclo = $isCyclo;
        $this->isAlcohol = $isAlcohol;
        $this->alcoholData = $alcoholData;
    }

    /**
     * Returns the (simple) IUPAC name of a (non-cyclic) alkane.
     */
    public function getName()

    /** 
     * This script returns the correct IUPAC-Name not stereo structure 
    */
    

System Requirements

  • TYPO3 CMS 12.0 or higher
  • PHP 8.0 or higher
  • Composer

Configuration

The extension can be configured via TYPO3 configuration. See documentation for more details.

Development

Project Structure

Classes/
├── Controller/
│   └── ReviewController.php
└── Service/
    ├── Alkane.php
    ├── ChemicalStructureService.php
    ├── Compound.php

Running Tests

composer test

Contributing

Contributions are welcome! Please note:

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Create a pull request

License

This extension is licensed under the MIT License. See LICENSE for details.

Support

For questions or issues:

Changelog

Version 1.0.0

  • Initial release
  • Basic IUPAC nomenclature functionality
  • Alkane support
  • TYPO3 CMS 12.x integration

Roadmap

  • Support for alkenes and alkynes
  • Aromatic compounds
  • Functional group detection
  • 3D structure visualization
  • API endpoints for external integrations

ayhan-koyun/iupacnomenclature 适用场景与选型建议

ayhan-koyun/iupacnomenclature 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 07 月 09 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 ayhan-koyun/iupacnomenclature 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 ayhan-koyun/iupacnomenclature 我们能提供哪些服务?
定制开发 / 二次开发

基于 ayhan-koyun/iupacnomenclature 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-09