{"id":21912354,"url":"https://github.com/ash914027/php","last_synced_at":"2025-03-22T08:29:51.756Z","repository":{"id":255129229,"uuid":"848630011","full_name":"Ash914027/php","owner":"Ash914027","description":"PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language designed primarily for web development. ","archived":false,"fork":false,"pushed_at":"2024-09-16T17:37:29.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T08:43:03.596Z","etag":null,"topics":["array","do-while-loop","while"],"latest_commit_sha":null,"homepage":"","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/Ash914027.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":"2024-08-28T05:43:02.000Z","updated_at":"2024-09-16T17:37:33.000Z","dependencies_parsed_at":"2024-08-28T06:48:37.292Z","dependency_job_id":"db8587c9-a197-42c1-8f1c-c3f70a795113","html_url":"https://github.com/Ash914027/php","commit_stats":null,"previous_names":["ash914027/php"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ash914027%2Fphp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ash914027%2Fphp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ash914027%2Fphp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ash914027%2Fphp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ash914027","download_url":"https://codeload.github.com/Ash914027/php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244930990,"owners_count":20533998,"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":["array","do-while-loop","while"],"created_at":"2024-11-28T18:09:35.728Z","updated_at":"2025-03-22T08:29:51.737Z","avatar_url":"https://github.com/Ash914027.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 PHP Programming Basics\n\nThis GitHub repository contains a collection of PHP code examples covering fundamental programming concepts such as arrays, loops, conditional statements, and more. The project aims to provide a learning resource for individuals interested in exploring the basics of the PHP programming language.\n\n## 🌟 Main Function Points\n\n- 💻 **Sample Code Files**: Provides PHP code examples that cover various programming concepts, including:\n  - Arrays\n  - While Loops\n  - Do-While Loops\n  - If-Else Statements\n  - Switch Statements\n- 🎓 **Learning Resource**: Perfect for beginners to understand and practice the fundamental aspects of PHP programming.\n- 🔍 **Hands-On Exploration**: Allows users to experiment with the provided code examples to enhance their understanding of PHP.\n\n## 🛠️ Technology Stack\n\n- **PHP (Hypertext Preprocessor)**: A widely-used open-source server-side scripting language primarily designed for web development.\n\nPHP is highly versatile and is embedded into HTML to manage dynamic content, session tracking, and even build entire e-commerce sites.\n\n## 📝 Concept table\n| Concept              | Description                                                                  | Example Code Snippet                                |\n|----------------------|------------------------------------------------------------------------------|-----------------------------------------------------|\n| Arrays               | Collections of values stored in a single variable.                           | `$fruits = array(\"Apple\", \"Banana\");`               |\n| While Loop           | Repeats a block of code as long as the specified condition is true.          | `while($x \u003c= 5) { echo $x; $x++; }`                 |\n| Do-While Loop        | Executes the block of code once before checking the condition.               | `do { echo $x; $x++; } while ($x \u003c= 5);`            |\n| If-Else Statement    | Conditional statement that executes different code based on conditions.      | `if ($time \u003c 12) { echo \"Good morning!\"; }`         |\n| Switch Statement     | Selects one of many blocks of code to execute.                               | `switch ($color) { case \"red\": echo ... }`          |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fash914027%2Fphp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fash914027%2Fphp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fash914027%2Fphp/lists"}