{"id":51401947,"url":"https://github.com/d3p1/magento2-input-mask","last_synced_at":"2026-07-04T07:33:39.385Z","repository":{"id":360333451,"uuid":"1221279731","full_name":"d3p1/magento2-input-mask","owner":"d3p1","description":"A Magento 2 module that allows you to use an improved input that accepts a mask","archived":false,"fork":false,"pushed_at":"2026-05-26T00:35:18.000Z","size":89,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-26T02:27:26.156Z","etag":null,"topics":["ecommerce","magento","magento-2","magento2","magento2-extension","magento2-extension-free","magento2-module","php","project"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3p1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T01:41:11.000Z","updated_at":"2026-05-26T00:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/d3p1/magento2-input-mask","commit_stats":null,"previous_names":["d3p1/magento2-input-mask"],"tags_count":2,"template":false,"template_full_name":"d3p1/lib-php-template","purl":"pkg:github/d3p1/magento2-input-mask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-input-mask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-input-mask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-input-mask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-input-mask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3p1","download_url":"https://codeload.github.com/d3p1/magento2-input-mask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-input-mask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35114172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ecommerce","magento","magento-2","magento2","magento2-extension","magento2-extension-free","magento2-module","php","project"],"created_at":"2026-07-04T07:33:38.639Z","updated_at":"2026-07-04T07:33:39.378Z","avatar_url":"https://github.com/d3p1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n# [MAGENTO 2 - INPUT MASK]\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![code consistency: php_code_sniffer](https://img.shields.io/badge/code_consistency-php_code_sniffer-blue.svg)](https://github.com/PHPCSStandards/PHP_CodeSniffer)\n[![code consistency: php_cs_fixer](https://img.shields.io/badge/code_consistency-php_cs_fixer-purple.svg)](http://github.com/PHP-CS-Fixer/PHP-CS-Fixer)\n\n\u003c/div\u003e\n\n## Introduction\n\nA [Magento 2](https://business.adobe.com/products/magento/magento-commerce.html) \nmodule that provides input masking functionality.\n\n## Installation\n\nTo proceed with the installation of your module, you need to go to\nthe [document root of your Magento installation](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/docroot.html)\nand run the following commands:\n\n```\ncomposer require d3p1/module-input-mask\nbin/magento setup:upgrade\nbin/magento setup:di:compile\nbin/magento setup:static-content:deploy\nbin/magento cache:clean\nbin/magento cache:flush\n```\n\n\u003e [!NOTE]\n\u003e To execute `bin/magento setup:static-content:deploy` you need to list all the\n\u003e languages of your store/s using the\n\u003e [ISO-639 format](http://en.wikipedia.org/wiki/List_of_ISO_639_language_codes).\n\u003e Also, if you are using a platform mode different than\n`production`, you need to execute the command\n\u003e using the `-f` flag: [\n`bin/magento setup:static-content:deploy -f`](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html).\n\n\u003e [!NOTE]\n\u003e The command `bin/magento cache:flush`\n\u003e is\n[optional](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean).\n\n## Changelog\n\nDetailed changes for each release are documented in [\n`CHANGELOG.md`](./CHANGELOG.md).\n\n## License\n\nThis work is published under [MIT License](./LICENSE).\n\n## Author\n\nAlways happy to receive a greeting on:\n\n- [LinkedIn](https://www.linkedin.com/in/cristian-marcelo-de-picciotto/)\n- [Web](https://d3p1.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3p1%2Fmagento2-input-mask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3p1%2Fmagento2-input-mask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3p1%2Fmagento2-input-mask/lists"}