{"id":14974687,"url":"https://github.com/rmunate/spellnumber","last_synced_at":"2025-05-16T05:05:09.020Z","repository":{"id":65209964,"uuid":"587844716","full_name":"rmunate/SpellNumber","owner":"rmunate","description":"🔢 Convert Numbers to Words Effortlessly in Laravel! 🌟🔠  Say goodbye to complex coding! This ingenious library, seamlessly integrated with the native PHP INTL extension, empowers you to effortlessly transform numbers into words within your Laravel projects. 🚀📊","archived":false,"fork":false,"pushed_at":"2024-07-08T14:27:58.000Z","size":6048,"stargazers_count":298,"open_issues_count":0,"forks_count":49,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T02:49:08.178Z","etag":null,"topics":["laravel-framework","library","php"],"latest_commit_sha":null,"homepage":"https://rmunate.github.io/SpellNumber/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmunate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-11T18:10:42.000Z","updated_at":"2025-04-21T10:14:08.000Z","dependencies_parsed_at":"2023-11-28T12:31:12.398Z","dependency_job_id":"644de89b-ddad-4f2d-92f0-43411ff66633","html_url":"https://github.com/rmunate/SpellNumber","commit_stats":{"total_commits":106,"total_committers":12,"mean_commits":8.833333333333334,"dds":"0.41509433962264153","last_synced_commit":"22b4bd162b016628f6f8a58bccd53f289611e1f9"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmunate%2FSpellNumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmunate%2FSpellNumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmunate%2FSpellNumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmunate%2FSpellNumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmunate","download_url":"https://codeload.github.com/rmunate/SpellNumber/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254471061,"owners_count":22076585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel-framework","library","php"],"created_at":"2024-09-24T13:50:55.927Z","updated_at":"2025-05-16T05:05:08.975Z","avatar_url":"https://github.com/rmunate.png","language":"PHP","funding_links":["https://github.com/sponsors/rmunate"],"categories":[],"sub_categories":[],"readme":"# Convert Numbers to Words in Laravel\n\n[![Project Discontinued](https://img.shields.io/badge/Project%20Discontinued-red?style=for-the-badge)](https://laravel.com/docs/11.x/helpers#method-number-spell)\n\n**This project has been discontinued.**\n\nNow, this functionality is part of the **Core of Laravel Framework**. Check out the usage of the `Illuminate\\Support\\Number` class in the [official Laravel documentation](https://laravel.com/docs/11.x/helpers#method-number-spell).\n\n### Details:\n- **Version:** 10.41\n- **Pull Request:** [PR #48845](https://github.com/laravel/framework/pull/48845)\n\n---\n---\n---\n---\n\n## Introduction\n\nEasily convert numbers to words in Laravel using this library, which leverages the native `PHP INTL` extension to perform conversion effortlessly. With this library, you can convert numbers to words in various languages and also obtain the value in currency format according to the selected language. Supported languages include English, Spanish, Portuguese, French, Italian, Romanian, Hindi, Polish, Vietnamese and Persian (Farsi).\n\n**This library is compatible with PHP +8.0 and Laravel versions 8.0 and higher**\n\n![Spell Number Logo](https://github.com/alejandrodiazpinilla/SpellNumber/assets/51100789/e51cf045-26d0-44e0-a873-3034deaea046)\n\n## Requirements\n\nFor this solution to work properly you must have at least a version of PHP 8.0 since the package in its CORE has typed data.\n\nYou must have Laravel Framework version 8 or higher.\n\nFinally, our package relies on the native PHP `INTL` extension, check in your `php.ini` that you have it.\n\n## Install\n\n### Composer\n\nTo install the dependency via Composer, execute the following command:\n\n``` bash\ncomposer require rmunate/spell-number\n```\n\nThe package will automatically register itself.\n\n**That's all!**\n\n## Usage\n\n[![📖📖📖 **FULL DOCUMENTATION** 📖📖📖](https://img.shields.io/badge/FULL%20DOCUMENTATION-Visit%20Here-blue?style=for-the-badge)](https://rmunate.github.io/SpellNumber/)\n\n# Contributing \n\nIf you want to add support for a new language or want to develop new features, you can submit your requests to the main branch of the repository.\n\nTo date, the following world-class developers have contributed their knowledge.\n\nTo whom we thank for supporting making programming easier.\n\n- [Ashok Devatwal](https://github.com/ashokdevatwal) (Hindi Language)\n- [Olsza](https://github.com/olsza) (Polish Language)\n- [Siros Fakhri](https://github.com/sirosfakhri) (Farsi Language)\n- [Jens Twesmann](https://github.com/jetwes) (German Language)\n- [Gabriel Rausch](https://github.com/gdsrmygdsrjr) (Zero Decimal Correction)\n- [Alejandro Diaz](https://github.com/alejandrodiazpinilla) (Readme And Icon)\n- [Frank Sepulveda](https://github.com/socieboy) (Ordinal Texts)\n- [Ngô Quốc Đạt](https://github.com/datlechin) (Vietnamese Language)\n\n## License\nThis project is under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n🌟 Support My Projects! 🚀\n\n[![Become a Sponsor](https://img.shields.io/badge/-Become%20a%20Sponsor-blue?style=for-the-badge\u0026logo=github)](https://github.com/sponsors/rmunate)\n\nMake any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨\n\nIf you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! 🌐👩‍💻👨‍💻","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmunate%2Fspellnumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmunate%2Fspellnumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmunate%2Fspellnumber/lists"}