IntegerToEnglish
Convert Integer to English word
Install / Use
/learn @sujalpatel2209/IntegerToEnglishREADME
Convert Integer to English Words
Laravel package for converting numeric value to english words.
Installation
You can install the package via composer:
composer require sujalpatel/inttoenglish
Usage
IntToEnglish::Int2Eng(1000); // One Thousand
IntToEnglish::Int2Eng(10500); // Ten Thousand Five hundred
Example
Controller
use Illuminate\Http\Request;
use SujalPatel\IntToEnglish\IntToEnglish;
class TestController extends Controller
{
public function index() {
echo IntToEnglish::Int2Eng(4500000); //Four Million Five Hundred Thousand
}
}
Route
Route::get('/', 'TestController@index');
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email sujalpatel022@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
