{"id":15707728,"url":"https://github.com/thenets/easyphalcon","last_synced_at":"2026-04-29T17:38:32.786Z","repository":{"id":87614373,"uuid":"97779414","full_name":"thenets/EasyPhalcon","owner":"thenets","description":"The easiest way to setup a development environment for Phalcon Framework.","archived":false,"fork":false,"pushed_at":"2017-07-20T05:26:56.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T10:34:50.054Z","etag":null,"topics":["docker","phalcon","php"],"latest_commit_sha":null,"homepage":"","language":"ApacheConf","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenets.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":"2017-07-20T02:02:25.000Z","updated_at":"2017-07-20T05:47:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f9ec451-f449-4d2e-a708-4a991cb8a699","html_url":"https://github.com/thenets/EasyPhalcon","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/thenets%2FEasyPhalcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyPhalcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyPhalcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FEasyPhalcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenets","download_url":"https://codeload.github.com/thenets/EasyPhalcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246343239,"owners_count":20762003,"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":["docker","phalcon","php"],"created_at":"2024-10-03T20:41:13.180Z","updated_at":"2026-04-29T17:38:27.751Z","avatar_url":"https://github.com/thenets.png","language":"ApacheConf","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Phalcon\nThe easiest way to setup a development environment for Phalcon Framework.\n\n## Who should use?\nThis project is destinated for developers. Deploy for production maybe need more features, like load balancer, compression, etc.\nFor more features, use the official [Phalcon Dockerfiles](https://github.com/phalcon/dockerfiles).\n\n## How to install?\n\n### Install Docker\nYou need the \"curl\" to install Docker:\n```\n# Run as root\n\n# For Debian/Ubuntu\napt install -y curl\n\n# For Fedora\ndnf install curl\n```\n\nNow you need to run the Docker installer:\n```\n# Run as root\ncurl -sSL https://get.docker.io | sh\nadduser -aG docker your-user\n```\n\nI recommend you to restart your computer, or maybe you need to run docker commands below using an root user.\n\n\n### Create an Phalcon application skeletion\nCreate an application from composer:\n```\n# Create your app dir\n$ mkdir ~/my_app\n\n# Enter on Phalcon container\n$ docker run --rm -it -v ~/my_app:/home/phalcon/html thenets/phalcon /bin/bash\n\n# Create a project skeletion\n$ phalcon create-project\n```\n\n## Start server for development\n\nYou need to replace `~/my_app` with your application diretory.\n```\n$ docker run --rm -it -p 80:8080 -v ~/my_app:/home/phalcon/html thenets/phalcon\n```\n\n## Using Phalcon CLI\n\nYou need to enter on container, set your application dir at `~/my_app` and nothing more. Example:\n```\n$ docker run --rm -it -v ~/my_app:/home/phalcon/html thenets/phalcon /bin/bash\n$ phalcon --version\n```\n\nYou can find the full Phalcon CLI documentation at [offical website](https://olddocs.phalconphp.com/en/3.0.0/reference/cli.html).\n\n\n## Build my own Docker image\nIt's not necessary.\n\nRequeriments:\n- Git\n- Docker\n\nClone this project and build using `make`:\n\n```\n$ git clone https://github.com/thenets/EasyPhalcon\n$ cd EasyPhalcon\n$ make\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Feasyphalcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenets%2Feasyphalcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Feasyphalcon/lists"}