{"id":15937270,"url":"https://github.com/dcblogdev/laravel-tags","last_synced_at":"2026-02-18T15:01:47.961Z","repository":{"id":206675541,"uuid":"717442545","full_name":"dcblogdev/laravel-tags","owner":"dcblogdev","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-11T16:53:50.000Z","size":26567,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T20:34:18.729Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcblogdev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"dcblogdev"}},"created_at":"2023-11-11T14:00:44.000Z","updated_at":"2024-03-07T13:08:27.000Z","dependencies_parsed_at":"2023-11-11T15:21:50.034Z","dependency_job_id":"7bbbda80-92d3-47d4-8ac8-7a06ab037d30","html_url":"https://github.com/dcblogdev/laravel-tags","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"812b6ada6a71a71e9f812d79d3d4a710466dcde2"},"previous_names":["dcblogdev/laravel-tags"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dcblogdev/laravel-tags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcblogdev","download_url":"https://codeload.github.com/dcblogdev/laravel-tags/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcblogdev%2Flaravel-tags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008620,"owners_count":26084480,"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-10-11T02:00:06.511Z","response_time":55,"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-07T05:01:59.667Z","updated_at":"2025-10-11T20:34:21.138Z","avatar_url":"https://github.com/dcblogdev.png","language":"PHP","funding_links":["https://github.com/sponsors/dcblogdev"],"categories":[],"sub_categories":[],"readme":"# Laravel Tags\n\nExplain what the package does.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require dcblogdev/laravel-tags\n```\n\n## Usage\n\nThe following tags are available:\n\n* [year] = will be replaced with the current year\n* [appName] = will be replaced with the app name from the config file\n* [youtube url width=560 height=360] = will return a YouTube embed code. Width and height are option by default they are 560 and 360\n\nImport the facade\n\n```php\nuse Dcblogdev\\Tags\\Facades\\Tags;\n```\n\nExample usage:\n\n```php\n$content = \"This is a post about [year] and [appName]\";\n$content = Tags::get($content);\n\necho $content\n```\n\nWould print\n\u003e This is a post about 2023 and Laravel\n\n## Change log\n\nPlease see the [changelog][3] for more information on what has changed recently.\n\n## Contributing\n\nContributions are welcome and will be fully credited.\n\nContributions are accepted via Pull Requests on [Github][4].\n\n## Pull Requests\n\n- **Document any change in behaviour** - Make sure the `readme.md` and any other relevant documentation are kept up-to-date.\n\n- **Consider our release cycle** - We try to follow [SemVer v2.0.0][5]. Randomly breaking public APIs is not an option.\n\n- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.\n\n## Security\n\nIf you discover any security related issues, please email dave@dcblog.dev email instead of using the issue tracker.\n\n## License\n\nlicense. Please see the [license file][6] for more information.\n\n[3]:    changelog.md\n[4]:    https://github.com/dcblogdev/laravel-tags\n[5]:    http://semver.org/\n[6]:    license.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcblogdev%2Flaravel-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcblogdev%2Flaravel-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcblogdev%2Flaravel-tags/lists"}