Skip to content

Gralhao kickstart. An alternative way to create REST APIs with Phalcon Micro.

License

Notifications You must be signed in to change notification settings

gralhao/gralhao-egg

Repository files navigation

Gralhao logo

gralhao/gralhao-egg

Latest Stable Version Minimum PHP Version Build Status Status License


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

See also the list of contributors who participated in this project.

Acknowledgements