{"id":19280073,"url":"https://github.com/jinyphp/icons","last_synced_at":"2025-09-05T05:36:49.943Z","repository":{"id":56999275,"uuid":"440901232","full_name":"jinyphp/icons","owner":"jinyphp","description":"블레이드 Icon 디렉티브 for Laravel ","archived":false,"fork":false,"pushed_at":"2024-05-01T11:01:06.000Z","size":29963,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T19:45:29.972Z","etag":null,"topics":["icon","laravel","php","svg"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/jinyphp.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,"zenodo":null}},"created_at":"2021-12-22T15:24:15.000Z","updated_at":"2024-05-01T11:00:57.000Z","dependencies_parsed_at":"2024-04-12T10:26:35.814Z","dependency_job_id":"d190043a-3b40-428b-b02b-8caeb26a5b1b","html_url":"https://github.com/jinyphp/icons","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"dba0023d4200130e5a42b5ef269da5369be0dee9"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/jinyphp/icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinyphp%2Ficons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinyphp%2Ficons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinyphp%2Ficons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinyphp%2Ficons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinyphp","download_url":"https://codeload.github.com/jinyphp/icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinyphp%2Ficons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273685605,"owners_count":25149722,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["icon","laravel","php","svg"],"created_at":"2024-11-09T21:16:50.640Z","updated_at":"2025-09-05T05:36:49.889Z","avatar_url":"https://github.com/jinyphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Icons Blade Components for Laravel\njinyIcon is icon generator by PHP. It is easy to use fure PHP and Laravel Framwork.\n\n## Install\nInstall using Composer.\n```\ncomposer require jiny/icons\n```\n\n## How to use\nJinyIcon can be used in two ways. The method of calling using the helper function and the method using components of the Laravel framework.\n\n### Helper \nYou can use the `xIcon()` helper function to call the icon as follows.\n```php\nxIcon(\"o-academic-cap\", $type=\"heroicon\")-\u003esetClass(\"w-8 h-8\");\nxIcon(\"o-academic-cap\")-\u003esetType(\"heroicon\")-\u003esetClass(\"w-8 h-8\");\n```\n\n### Laravel Component\nIf you are using Laravel's Blade View, you can call the icon using the single tag `\u003cx-icon/\u003e`.\n\n```php\n\u003cx-icon type=\"heroicon\" name=\"o-academic-cap\" class=\"w-4 h-4\"/\u003e\n```\n\n## Icon set\nGenieIcon supports a variety of free MIT open icon sets. Anyone can add a new SVG icon to the package\nYou can contribute. Create a folder named `type` in the `/resources/view` folder, save the svg file, and commit.\n\n* [Heroicon](https://heroicons.com/)\n* Academicons\n* Akar Icons\n* Ant Design Icons\n* Bootstrap Icons\n* boxicons\n* bytesize\n* carbon\n* clarity\n* coolicons\n* country-flags\n* cryptocurrency\n* zondicons\n* weather-icons\n* vaadin-icons\n* unicons\n* uiw-icons\n* typicons\n* teeny-icons\n* tabler-icons\n* system-uicons\n* simple-line-icons\n* simple-icons\n* rpg-awesome-icons\n* remix-icon\n* radix-icons\n* prime-icons\n* pixelarticons\n* phosphor-icons\n* pepicons\n* mono-icons\n* microns\n* maki-icons\n* majestic-icons\n* lucide-icons\n* line-awesome-icons\n* jam-icons\n* iconpark\n* iconic\n* icomoon\n* health-icons\n* grommet-icons\n* govicons\n* google-material\n* github-octicons\n* forkawesome\n* fontisto-icons\n* fontawesome\n* fontaudio\n* fluentui-system\n* file-icons\n* feather\n* evil-icons\n* eva-icons\n* eos-icons\n* entypo\n* emblemicons\n* elusive-icons\n* devicons\n* css-icons\n* coreui-icons\n* codicons\n\n## How to contribute code\nThe Genie PHP icons package is provided to easily handle SVG icons registered by group.\nIt is a pure library. After forking the github repository, create a new icon group in the `/resources/view` folder\nsvg file to register. And if you submit a pull-request, you will be registered as a contributor.\n\nAlso, if you have various ideas for handling additional icons, please contribute by writing the code.\n\n\n## License\njinyPHP icons is open-sourced software licensedd under MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinyphp%2Ficons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinyphp%2Ficons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinyphp%2Ficons/lists"}