{"id":15984914,"url":"https://github.com/divineomega/php-camel-caser","last_synced_at":"2025-08-27T07:19:41.250Z","repository":{"id":56969683,"uuid":"147511192","full_name":"DivineOmega/php-camel-caser","owner":"DivineOmega","description":"🐪💼 PHP Camel Caser - Lets you use built-in PHP functions in camel case","archived":false,"fork":false,"pushed_at":"2020-03-23T08:20:41.000Z","size":48,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T14:58:09.626Z","etag":null,"topics":["camel-case","camelcase","functions","php","php-functions"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DivineOmega.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":"2018-09-05T12:02:54.000Z","updated_at":"2023-03-19T17:44:49.000Z","dependencies_parsed_at":"2022-08-21T06:40:14.999Z","dependency_job_id":null,"html_url":"https://github.com/DivineOmega/php-camel-caser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DivineOmega/php-camel-caser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-camel-caser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-camel-caser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-camel-caser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-camel-caser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DivineOmega","download_url":"https://codeload.github.com/DivineOmega/php-camel-caser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-camel-caser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272303544,"owners_count":24910398,"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-27T02:00:09.397Z","response_time":76,"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":["camel-case","camelcase","functions","php","php-functions"],"created_at":"2024-10-08T02:11:18.345Z","updated_at":"2025-08-27T07:19:41.167Z","avatar_url":"https://github.com/DivineOmega.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐪💼 PHP Camel Caser\n\n[![Build Status](https://travis-ci.org/DivineOmega/php-camel-caser.svg?branch=master)](https://travis-ci.org/DivineOmega/php-camel-caser)\n[![Coverage Status](https://coveralls.io/repos/github/DivineOmega/php-camel-caser/badge.svg?branch=master)](https://coveralls.io/github/DivineOmega/php-camel-caser?branch=master)\n[![StyleCI](https://github.styleci.io/repos/147511192/shield?branch=master)](https://github.styleci.io/repos/147511192)\n[![Packagist](https://img.shields.io/packagist/dt/divineomega/php-camel-caser.svg)](https://packagist.org/packages/divineomega/php-camel-caser/stats)\n\nThis package lets you use built-in PHP functions in camel case.\n\n## Installation\n\n\nPHP Camel Caser can be easily installed using Composer. Just run the following command from the root of your project.\n\n```\ncomposer require divineomega/php-camel-caser\n```\n\nIf you have never used the Composer dependency manager before, head to the [Composer website](https://getcomposer.org/) for more information on how to get started.\n\n## Usage\n\nAfter installing PHP Camel Caser, the new functions are available straight away.\n\nSome example usage is shown below.\n\n```php\nrequire_once __DIR__.'/vendor/autoload.php';\n\nstrReplace('c', 'b', 'cat');                // bat\nstrWordCount(\"Hello world!\");               // 2\ninArray('Picard', ['Picard', 'Janeway']);   // true\n\n// and so on...\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fphp-camel-caser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivineomega%2Fphp-camel-caser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fphp-camel-caser/lists"}