{"id":34008246,"url":"https://github.com/buchin/db-slug","last_synced_at":"2026-05-28T01:05:27.842Z","repository":{"id":62497933,"uuid":"74274950","full_name":"buchin/db-slug","owner":"buchin","description":"Mass slugify existing database column","archived":false,"fork":false,"pushed_at":"2016-11-23T15:36:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T23:20:42.653Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buchin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-20T13:13:10.000Z","updated_at":"2016-11-20T13:13:18.000Z","dependencies_parsed_at":"2022-11-02T11:32:28.768Z","dependency_job_id":null,"html_url":"https://github.com/buchin/db-slug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buchin/db-slug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buchin%2Fdb-slug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buchin%2Fdb-slug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buchin%2Fdb-slug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buchin%2Fdb-slug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buchin","download_url":"https://codeload.github.com/buchin/db-slug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buchin%2Fdb-slug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33589685,"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-05-27T02:00:06.184Z","response_time":53,"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":"2025-12-13T11:26:56.847Z","updated_at":"2026-05-28T01:05:27.814Z","avatar_url":"https://github.com/buchin.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# db-slug\nMass slugify existing database column\n\n## Installation\n```php\ncomposer require buchin/db-slug\n```\n## Usage\n```php\n\u003c?php\nuse Buchin\\DbSlug\\DbSlug;\n\n$dsn = \"mysql:unix_socket=/Applications/MAMP/tmp/mysql/mysql.sock;dbname=test\";\n$user = \"root\";\n$password = \"root\";\n\n$dbSlug = new DbSlug($dsn, $user, $password);\n\n// $column can be multiple\n$column = ['title'];\n$table = 'post';\n\n$dbSlug-\u003eslug($table, $column);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuchin%2Fdb-slug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuchin%2Fdb-slug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuchin%2Fdb-slug/lists"}