# PHP Overview [PHP ↗](https://www.php.net/), a popular general-purpose scripting language that is especially suited to web development. As said, there is no need for coding yet, we have created a [Github repository ↗](https://github.com/zeropsio/recipe-php-hello-world), a **_recipe_**, containing the most simple PHP web application. The repo will be used as a source from which the app will be built. 1. Log in/sign up to [Zerops GUI ↗](https://app.zerops.io) 2. In the **Projects** box click on **Import a project** and paste in the following YAML config ([source ↗](https://github.com/zeropsio/recipe-php-hello-world/blob/main/import-project/description.yaml)): ```yaml project: name: my-first-project services: - hostname: helloworld type: php-apache@8.1+2.4 minContainers: 1 maxContainers: 3 buildFromGit: https://github.com/zeropsio/recipe-php-hello-world@main enableSubdomainAccess: true ``` 3. Click on **Import project** and wait until all pipelines have finished. **That's it, your application is now up and running! :star: Let's check it works:** 1. A _subdomain_ should have been enabled and visible in the project's **IP addressed & Public Routing Overview** box. Its format should look similar to this `https://helloworld-24-8080.prg1.zerops.app`. 2. Click or the `subdomain` URL to open it in a browser and you should see ``` Hello, World! ``` :::tip Do you have any questions? Check the step-by-step tutorial, browse the documentation and join our **[Discord](https://discord.com/invite/WDvCZ54)** community to get help from our team and other members. ::: ## How to start ## Feature Highlights {" "} ## When in doubt, reach out Don't know how to start or got stuck during the process? You might not be the first one, visit the FAQ section to find out. In case you haven't found an answer (and also if you have), we and our community are looking forward to hearing from you on Discord. Have you build something that others might find useful? Don't hesitate to share your knowledge! ## Popular Guides