gralhao / gralhao-egg
A Gralhao kickstart application
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- gralhao/gralhao: ^1.0.0
Requires (Dev)
- gralhao/gralhao-test: ^1.0
- phalcon/devtools: dev-master
- phalcon/ide-stubs: dev-master
- squizlabs/php_codesniffer: ^3.0@dev
This package is auto-updated.
Last update: 2025-02-16 11:43:14 UTC
README
gralhao/gralhao-egg
This is a Gralhao Application Kickstart
Index
About
Egg is an application kickstart, it provides the basic structure to create apis with Phalcon, using Gralhao skeleton.
Gralhao is built with Phalcon MVC Micro. It means that all Phalcon features still available to be used. Read more about Phalcon.
Getting Started
Prerequisites
PHP ^7.4, Phalcon ^4.x, Gralhao ^1.x
Usage
To learn how to create modules, please check Gralhao Documentation.
Create the project using composer
composer create-project gralhao/gralhao-egg project/path
Running with php server
composer serve
Go to: http://localhost:8080/ping
Running with docker (Phalcon extension is available in container)
docker-compose build && docker-compose up
Go to: http://localhost:8080/ping
QA Tools
PHP Unit
composer test
PHP CS
composer cs-check
composer cs-fix
Built Using
Authors
- @mocallu - Idea & Initial work
See also the list of contributors who participated in this project.