Convert a 15 digit Salesforce ID to 18 digits
composer require kawtharstudios/sf15to18
<?php
use KawtharStudios\SF15to18;
$idAs18 = SF15to18::convert($idAs15);
Contributions are what make the community such an amazing place to learn, inspire, and create. Any contributions you make is greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature
) - Commit your Changes (
git commit -m 'Add some amazing-feature'
) - Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request with a detailed description