{"id":17846447,"url":"https://github.com/technicalguru/php-font-awesome","last_synced_at":"2026-05-05T07:32:16.590Z","repository":{"id":57066125,"uuid":"312502223","full_name":"technicalguru/php-font-awesome","owner":"technicalguru","description":"Provides Free Font Awesome for PHP apps","archived":false,"fork":false,"pushed_at":"2022-10-30T10:02:16.000Z","size":4402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T12:27:26.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technicalguru.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}},"created_at":"2020-11-13T07:23:20.000Z","updated_at":"2020-11-14T15:58:07.000Z","dependencies_parsed_at":"2022-08-24T14:53:59.652Z","dependency_job_id":null,"html_url":"https://github.com/technicalguru/php-font-awesome","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/technicalguru/php-font-awesome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fphp-font-awesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fphp-font-awesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fphp-font-awesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fphp-font-awesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technicalguru","download_url":"https://codeload.github.com/technicalguru/php-font-awesome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technicalguru%2Fphp-font-awesome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":[],"created_at":"2024-10-27T21:39:58.559Z","updated_at":"2026-05-05T07:32:16.573Z","avatar_url":"https://github.com/technicalguru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-font-awesome\nProvides Free Font Awesome icons for PHP apps.\n\n# License\nThis project is licensed under [GNU LGPL 3.0](LICENSE.md). \n\n# Installation\n\n## By Composer\n\n```\ncomposer install technicalguru/font-awesome\n```\n\n## By Package Download\nYou can download the source code packages from [GitHub Release Page](https://github.com/technicalguru/php-font-awesome/releases)\n\n# How to use\n\n## Get the provided version number\n\n```\n$version = \\TgFontAwesome\\FontAwesome::getVersion();\n```\n\n## Get the URI of a font library\n\nThe following method will give you URIs for your further inspection:\n\n```\nuse TgFontAwesome\\FontAwesome;\n\n// Get URI to all icons library, as minified CSS\n$uri = FontAwesome::getUri();\n\n// Get URI to all icons library, as uncompressed CSS\n$uri = FontAwesome::getUri('all');\n\n// Get URI to all icons library, as minified Javascript\n$uri = FontAwesome::getUri('all.min', FontAwesome::JS);\n```\n\nYou can get the correct HTML script tag to be included in your HTML output in the same way:\n\n```\nuse TgFontAwesome\\FontAwesome;\n\n// Get \u003clink\u003e stylesheet tag to all icons library, as minified CSS\n$tag = FontAwesome::getLink();\n\n// Get \u003clink\u003e stylesheet tag to all icons library, as uncompressed CSS\n$tag = FontAwesome::getLink('all');\n\n// Get \u003cscript\u003e tag to all icons library, as minified Javascript\n$tag = FontAwesome::getLink('all.min', FontAwesome::JS);\n```\n\nAll methods will throw an `FontAwesomeException` when you ask for a non-existing library.\n\n# Contribution\nReport a bug, request an enhancement or pull request at the [GitHub Issue Tracker](https://github.com/technicalguru/php-font-awesome/issues).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalguru%2Fphp-font-awesome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicalguru%2Fphp-font-awesome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicalguru%2Fphp-font-awesome/lists"}