{"id":19538481,"url":"https://github.com/keyvanakbary/slugifier","last_synced_at":"2025-08-13T14:06:36.501Z","repository":{"id":25124096,"uuid":"28545823","full_name":"keyvanakbary/slugifier","owner":"keyvanakbary","description":"Just a simple, clean and pure functional implementation for creating slugs","archived":false,"fork":false,"pushed_at":"2015-08-02T23:52:56.000Z","size":271,"stargazers_count":68,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-26T16:44:23.309Z","etag":null,"topics":["php","slug","slugifier"],"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/keyvanakbary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-27T20:38:58.000Z","updated_at":"2025-03-30T13:29:05.000Z","dependencies_parsed_at":"2022-08-21T14:30:32.893Z","dependency_job_id":null,"html_url":"https://github.com/keyvanakbary/slugifier","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/keyvanakbary/slugifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyvanakbary%2Fslugifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyvanakbary%2Fslugifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyvanakbary%2Fslugifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyvanakbary%2Fslugifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keyvanakbary","download_url":"https://codeload.github.com/keyvanakbary/slugifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyvanakbary%2Fslugifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270254160,"owners_count":24552985,"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-08-13T02:00:09.904Z","response_time":66,"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":["php","slug","slugifier"],"created_at":"2024-11-11T02:34:58.929Z","updated_at":"2025-08-13T14:06:36.201Z","avatar_url":"https://github.com/keyvanakbary.png","language":"PHP","readme":"# Slugifier\n\n[![Build Status](https://secure.travis-ci.org/keyvanakbary/slugifier.svg?branch=master)](http://travis-ci.org/keyvanakbary/slugifier)\n\nA full-featured, simple, clean and pure functional implementation for creating [slugs](http://en.wikipedia.org/wiki/Semantic_URL#Slug). No third party libraries or extensions needed.\n\n## Installation\n\n``` bash\ncomposer require keyvanakbary/slugifier\n```\n\n## Usage\n\n```php\nuse slugifier as s;\n\ns\\slugify('JúST å fëw wørds'); // just-a-few-words\n\ns\\slugify('Αυτή είναι μια δοκιμή'); // ayti-einai-mia-dokimi\n\ns\\slugify('Wikipedia style', '_'); // wikipedia_style\n```\n\n### Modifiers\n\nSometimes the default character map is not accurate enough. Slugifier supports custom *modifiers*\n\n```php\ns\\slugify('Pingüino', '-', ['ü' =\u003e 'u']); // pinguino\n```\n\nSome [language iso code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) modifiers are supported\n\n```php\ns\\slugify('Estaĵo', '-', s\\MOD['eo']); // estajxo\n\ns\\slugify('Örnektir', '-', s\\MOD['tr']); // ornektir\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyvanakbary%2Fslugifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyvanakbary%2Fslugifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyvanakbary%2Fslugifier/lists"}