{"id":15026079,"url":"https://github.com/julkwel/me-and-php","last_synced_at":"2026-03-18T02:35:17.624Z","repository":{"id":97950748,"uuid":"233619816","full_name":"julkwel/me-and-php","owner":"julkwel","description":"php for beginners , write your first php code , build your first application with php.","archived":false,"fork":false,"pushed_at":"2020-01-15T04:48:31.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T10:01:57.955Z","etag":null,"topics":["me-and-php","my-first-php","php","php-documentation","php-for-beginners","php72"],"latest_commit_sha":null,"homepage":"https://julkwel.github.io/me-and-php/","language":null,"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/julkwel.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-13T14:52:17.000Z","updated_at":"2020-02-24T11:08:00.000Z","dependencies_parsed_at":"2023-03-13T21:15:15.859Z","dependency_job_id":null,"html_url":"https://github.com/julkwel/me-and-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/julkwel/me-and-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julkwel%2Fme-and-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julkwel%2Fme-and-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julkwel%2Fme-and-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julkwel%2Fme-and-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julkwel","download_url":"https://codeload.github.com/julkwel/me-and-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julkwel%2Fme-and-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30642996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"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":["me-and-php","my-first-php","php","php-documentation","php-for-beginners","php72"],"created_at":"2024-09-24T20:03:41.720Z","updated_at":"2026-03-18T02:35:17.616Z","avatar_url":"https://github.com/julkwel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Me and php\nPHP documentation for beginners, write your first php code, build your first application with php.\n\n### What is php ? 🤔\n\n`- PHP is a server side scripting language which stands for Hypertext Pre-processor and is used to develop static or dynamic websites or Web applications.` 👨‍💻  👩‍💻\n\n### What is scripting language ? 🕵️‍♂️\n\n`- A scripting language is a language that interprets scripts at runtime`  👨‍🏫\n\n### Why use PHP ? 😏\n\n`- PHP is open source and free, large community document and most web hosting servers support PHP by default ` 🤗\n\n### Installation\n\n`PHP need web server, database and php parser,don't worry there are some excellent all-in-one windows, linux, and MacOs distributions that contain Apache, PHP, MySQL and other applications in a single installation file, e.g. XAMPP pick your own here and follow the installation instruction` [XAMPP SITE](https://www.apachefriends.org/fr/index.html)\n\n### Syntax\n`PHP general syntax is :`\n```php\n\u003c?php ... ?\u003e\n```\n`And short-open tags look like :`\n```php\n\u003c? ... ?\u003e\n```\n\n### Variables\n`PHP variable are denotes fixes with a ` $ `sign , php code always end with ` ; `ex :` \n```php\n\u003c?php\n  $name= 'Susane';\n?\u003e\n```\n\n### DataTypes\n`PHP has a total of eight data types:`\n\nDataTypes  | Meanings | Ex\n------------ | ------------- | -------------\nIntegers | Numbers without a decimal point | `$number = 123;`\nFloat | are floating-point numbers | `$float = 12.3;`\nBoolean | Have two possible values `true` or `false` | `$bool = false;`\nNULL |Special type has one value `NULL` | `$null = null;`\nString | sequences of characters | `$strValues = 'Potato';`\nArray | indexed collections values | `$arr = array(0,1,2);`\nObjects | instances of classes | `$herbie = new Person();`\nResources | It is the storing of a reference to functions and resources external to PHP | database call\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulkwel%2Fme-and-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulkwel%2Fme-and-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulkwel%2Fme-and-php/lists"}