kawtharstudios/sf15to18

一个PHP包,用于将15位Salesforce ID转换为18位

1.0.1 2023-03-20 17:10 UTC

This package is auto-updated.

Last update: 2024-09-20 20:41:44 UTC


README

Made With Packagist Packagist Downloads

SF15to18

将15位Salesforce ID转换为18位

安装

composer require kawtharstudios/sf15to18

使用方法

<?php

use KawtharStudios\SF15to18;

$idAs18 = SF15to18::convert($idAs15);

贡献

贡献使社区成为一个如此美妙的学习、灵感和创造的地方。你所做的任何贡献都将被强烈赞赏。非常感谢

  1. 分支项目
  2. 创建你的功能分支(git checkout -b feature/amazing-feature
  3. 提交你的更改(git commit -m 'Add some amazing-feature'
  4. 将更改推送到分支(git push origin feature/amazing-feature
  5. 提交一个包含详细描述的Pull Request