Skip to content

An alternative way to create REST APIs with Phalcon Micro.

License

Notifications You must be signed in to change notification settings

gralhao/gralhao

Repository files navigation

Gralhao logo

gralhao

Latest Stable Version Minimum PHP Version Build Status Status License


An alternative way to use Phalcon MVC Micro

Index

About

Gralhao is an application skeleton that provides a simple moduled structure to create APIs.

It makes easier create, maintain and reuse parts of code. For example, an authentication module could be a separated dependency and used in different projects.

Gralhao uses 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

Usage

Try gralhao/egg it provides the kickstart structure with sample code.

composer create-project gralhao/gralhao-egg project/path

To learn how to create a module, please check documentation.

Built Using

Authors

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

Acknowledgements