gralhao/gralhao

Phalcon API Skeleton

1.2.0 2020-08-16 04:05 UTC

This package is auto-updated.

Last update: 2024-05-17 13:20:20 UTC


README

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