{"id":27163524,"url":"https://github.com/punitkatiyar/php-master-guide","last_synced_at":"2025-04-09T01:49:26.887Z","repository":{"id":45199334,"uuid":"440427576","full_name":"punitkatiyar/php-master-guide","owner":"punitkatiyar","description":" PHP is particularly useful for creating dynamic web pages because it allows you to embed HTML, CSS, and JavaScript code directly into the PHP code. It also has a wide range of built-in functions and features that make it easy to work with databases, process user input, and generate dynamic content","archived":false,"fork":false,"pushed_at":"2024-06-23T13:14:15.000Z","size":431,"stargazers_count":17,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-06-23T14:31:30.452Z","etag":null,"topics":["oops","php","php7","php8"],"latest_commit_sha":null,"homepage":"https://punitkatiyar.github.io/php-master-guide/","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/punitkatiyar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-21T07:25:38.000Z","updated_at":"2024-06-23T13:14:18.000Z","dependencies_parsed_at":"2024-04-07T15:25:17.426Z","dependency_job_id":"f256d074-25da-45c9-a1df-a4a7ce106490","html_url":"https://github.com/punitkatiyar/php-master-guide","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/punitkatiyar%2Fphp-master-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fphp-master-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fphp-master-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fphp-master-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punitkatiyar","download_url":"https://codeload.github.com/punitkatiyar/php-master-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247959662,"owners_count":21024838,"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":["oops","php","php7","php8"],"created_at":"2025-04-09T01:49:26.058Z","updated_at":"2025-04-09T01:49:26.870Z","avatar_url":"https://github.com/punitkatiyar.png","language":"PHP","readme":"# PHP Master Guide\n\n**PHP (Hypertext Preprocessor) is a server-side scripting language that is used to develop web applications and dynamic websites. It was created in 1994 by Rasmus Lerdorf, and since then, it has evolved into a widely used programming language for building web-based applications.**\n\n**PHP is particularly useful for creating dynamic web pages because it allows you to embed HTML, CSS, and JavaScript code directly into the PHP code. It also has a wide range of built-in functions and features that make it easy to work with databases, process user input, and generate dynamic content.**\n\n\n## PHP On Window Command Prompt\n\n\u003e install composer \n\n\u003e php -v\n\n\u003e php file_name.php\n\n## Start the PHP Development Server\n\n\u003e php -S localhost:8000\n\n\u003e php -S localhost:8000 -t public router.php\n\n\n\n\n## PHP Basic Module\n\n\u003e Variable \n\n\u003e Data Type\n\n\u003e Array \n\n\u003e Control Statement \n\n\u003e PHP Loops \n\n## PHP Function Module\n\n\u003e define the function\n\n\u003e call the function\n\n\u003e passing the argument\n\n\u003e passing the multiple argument\n\n\u003e setting defalut value\n\n\u003e return the value\n\n\u003e multiple return\n\n## PHP Session  \n\n## PHP Object Oriented Programming \n\n\u003e class and object\n\n\u003e constructor()\n\n\u003e desconstruct()\n\n\u003e inheritance \n\n## .htacess File\n\n```\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule ^([^?]+)/?$ /index.php?slug=$1 [L,QSA]\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitkatiyar%2Fphp-master-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunitkatiyar%2Fphp-master-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitkatiyar%2Fphp-master-guide/lists"}