{"id":20329030,"url":"https://github.com/affix/phpcodekatas","last_synced_at":"2025-06-14T20:34:10.624Z","repository":{"id":141496750,"uuid":"89742286","full_name":"affix/PHPCodeKatas","owner":"affix","description":"A bunch of code katas to refresh my PHP memory","archived":false,"fork":false,"pushed_at":"2017-04-28T21:44:09.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T14:59:39.347Z","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/affix.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-28T20:26:15.000Z","updated_at":"2017-04-28T21:12:12.000Z","dependencies_parsed_at":"2023-07-03T15:31:50.592Z","dependency_job_id":null,"html_url":"https://github.com/affix/PHPCodeKatas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2FPHPCodeKatas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2FPHPCodeKatas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2FPHPCodeKatas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2FPHPCodeKatas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/affix","download_url":"https://codeload.github.com/affix/PHPCodeKatas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241844286,"owners_count":20029611,"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-11-14T20:09:08.146Z","updated_at":"2025-03-04T11:47:27.185Z","avatar_url":"https://github.com/affix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CODE KATAS\n==========\n\n[![Build Status](https://travis-ci.org/Affix/PHPCodeKatas.svg?branch=master)](https://travis-ci.org/Affix/PHPCodeKatas)\n\nThis is a repository of Code Katas to refresh my memory with PHP.\n\nEach Kata is done using TDD and php unit. You can run the full suite using the following command.\n\n`$ composer test`\n\nThis script is defined in the composer.json file\n\n```\n\"scripts\": {\n        \"test\": \"vendor/bin/phpunit --testsuite katas\"\n}\n```\n\n# Completed Katas\n\n\nFizzBuzz\n--\n\nWrite a method that returns 'Fizz' for multiples of three and 'Buzz' for the multiples of five.\n - For numbers which are multiples of both three and five return 'FizzBuzz'.\n - For numbers that are neither, return the input number\n \n \nPrime Numbers\n--\nA prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.\n * Write a method that checks if a number is prime number.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffix%2Fphpcodekatas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faffix%2Fphpcodekatas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffix%2Fphpcodekatas/lists"}