{"id":22704013,"url":"https://github.com/hettiger/keywordshandler","last_synced_at":"2025-09-10T07:40:18.980Z","repository":{"id":8775490,"uuid":"10462487","full_name":"hettiger/keywordsHandler","owner":"hettiger","description":"Handle strings and arrays of keywords for the purposes of storage in a database or output to a view.","archived":false,"fork":false,"pushed_at":"2013-06-04T11:03:19.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T20:11:54.913Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hettiger.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":"2013-06-03T19:18:36.000Z","updated_at":"2013-10-30T09:01:19.000Z","dependencies_parsed_at":"2022-09-15T14:12:14.084Z","dependency_job_id":null,"html_url":"https://github.com/hettiger/keywordsHandler","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hettiger/keywordsHandler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2FkeywordsHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2FkeywordsHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2FkeywordsHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2FkeywordsHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hettiger","download_url":"https://codeload.github.com/hettiger/keywordsHandler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hettiger%2FkeywordsHandler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260873424,"owners_count":23075625,"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","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-12-10T08:13:31.179Z","updated_at":"2025-07-13T05:35:23.476Z","avatar_url":"https://github.com/hettiger.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keywordsHandler #\n\nHandle strings and arrays of keywords for the purposes of storage in a database or output to a view.\n\n## How to use ##\n\nSimply require the app/KeywordsHandler.php file or autoload it with composers neat autoloader.\n\nOnce you've instantiated the class it provides easy access to all it's functions.\n\n```\n#!php\n\n\u003c?php\n\nuse \\Hettiger\\KeywordsHandler;\n\n/**\n* This path will need some customization thought...\n* Remember, if you're not going to use composers autoloader\n* you can allways require the app/KeywordsHandler.php file\n*/\nrequire('./../vendor/autoload.php');\n\n$KeywordsHandler = new KeywordsHandler;\n$keywordsString = 'Bb, aa, Zb ,Za ';\n\n$keywords = $KeywordsHandler-\u003egetSeparatedKeywords($keywordsString);\n$tidyKeywords = $KeywordsHandler-\u003egetTidySeparatedKeywords($keywordsString);\n\n$listTidyKeywords = $KeywordsHandler-\u003egetKeywordsString($tidyKeywords);\n```\n\n## Testing ##\n\nYou can test this Class, with PHPUnit by Sebastian Bergmann.\nJust run composer install --dev and vendor/bin/phpunit","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhettiger%2Fkeywordshandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhettiger%2Fkeywordshandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhettiger%2Fkeywordshandler/lists"}