{"id":36975565,"url":"https://github.com/codemasher/php-uwuify","last_synced_at":"2026-01-13T22:05:13.036Z","repository":{"id":65690920,"uuid":"597235360","full_name":"codemasher/php-uwuify","owner":"codemasher","description":"String uwuifying library for PHP","archived":false,"fork":true,"pushed_at":"2023-02-05T23:09:42.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-11T20:33:03.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nemorize/php-uwuify","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemasher.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":"2023-02-03T23:46:22.000Z","updated_at":"2023-02-04T15:32:25.000Z","dependencies_parsed_at":"2023-02-18T17:25:16.927Z","dependency_job_id":null,"html_url":"https://github.com/codemasher/php-uwuify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codemasher/php-uwuify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemasher%2Fphp-uwuify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemasher%2Fphp-uwuify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemasher%2Fphp-uwuify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemasher%2Fphp-uwuify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemasher","download_url":"https://codeload.github.com/codemasher/php-uwuify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemasher%2Fphp-uwuify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-13T22:05:12.389Z","updated_at":"2026-01-13T22:05:13.031Z","avatar_url":"https://github.com/codemasher.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uwuify-php\nUwuify any sentence or word with various options.\n\n\u003cdiv id=\"badges\"\u003e\n    \u003cimg src=\"https://img.shields.io/packagist/v/nemo9l/uwuify?color=F85E83\u0026label=uwuify\u0026logo=php\u0026style=flat-square\" alt=\"PHP version \u003e= 8.0\" /\u003e\n    \u003cimg src=\"https://img.shields.io/packagist/l/nemo9l/uwuify?color=F85E83\u0026logo=mit\u0026style=flat-square\" alt=\"License MIT\" /\u003e\n    \u003cimg src=\"https://img.shields.io/packagist/dm/nemo9l/uwuify?color=F85E83\u0026logo=mit\u0026style=flat-square\" alt=\"Download counts, Sorry for screen reader.\" /\u003e\n\u003c/div\u003e\n\n## Installation\n```bash\ncomposer require nemo9l/uwuify\ncomposer install\n```\n\n## Usage\n\n### Basic usage\n\n```php\n$uwuifier = new Nemo9l\\Uwuify\\Uwuify();\n$result = $uwuifier-\u003euwuify('Uwuify any sentence or word with various options.');\n```\n\n### Advanced usage\n\n```php\n// (float $regexModifier = null, float $exclamationModifier = null, array $spaceModifier = [])\n$uwuifier = new Nemo9l\\Uwuify\\Uwuify(0.75, 0.75, [ 'faces' =\u003e 0.025, 'actions' =\u003e 0.025, 'stutter' =\u003e 0.05 ]);\n$result = $uwuifier-\u003euwuify('Uwuify any sentence or word with various options.');\n```\n\n#### $regexModifier\n`$regexModifier` property affects what percentage of regex(defined at `static $_regexMaps`) replacements will be applied to the sentence.  \nDefault value is `1.0` which means 100% of regex replacements will be applied.\n\n#### $exclamationModifier\n`$exclamationModifier` property affects what percentage of exclamation marks(defined at `static $_exclamations`) will be replaced.\n\n#### $spaceModifier\n`$spaceModifier` property affects what percentage of spaces will be replaced with various options.\nIt can be an array with following keys:\n- `faces` - affects what percentage of spaces will be replaced with faces(defined at `static $_faces`).\n- `actions` - affects what percentage of spaces will be replaced with actions(defined at `static $_actions`).\n- `stutter` - affects what percentage of spaces will have some appends to make it stutter.\n\n### License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemasher%2Fphp-uwuify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemasher%2Fphp-uwuify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemasher%2Fphp-uwuify/lists"}