Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matheusjohannaraujo/continuum

Continuum Framework - A simple and complete PHP structure, thought and designed by Matheus Johann Araújo
https://github.com/matheusjohannaraujo/continuum

architecture continuum continuum-framework continuum-structure framework model-view-controller mvc mvc-architecture mvc-framework mvc-pattern mvc-structure php php-framework php-library php7 php8

Last synced: about 2 months ago
JSON representation

Continuum Framework - A simple and complete PHP structure, thought and designed by Matheus Johann Araújo

Awesome Lists containing this project

README

        

# [Continuum Framework](https://github.com/matheusjohannaraujo/continuum)

> [`Model`](./SchemasAndModels.md)

> [`View`](./DefiningTemplatesAndViews.md)

> [`Controller`](./DefiningControllers.md)

> [`Service`](./DefiningServices.md)

> [`Schema`](./SchemasAndModels.md)

## [Documentation in English](./DOC-EU.md)

## [Documentação em Português do Brasil](./DOC.md)

```php
const DEVELOPER_INFO = [
"autor" => "Matheus Johann Araujo",
"country" => "Brasil",
"state" => "Pernambuco",
"date" => "2023-12-04"
];
```