Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matheusjohannaraujo/continuum
- Owner: matheusjohannaraujo
- License: mit
- Created: 2020-04-07T15:20:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T14:04:18.000Z (2 months ago)
- Last Synced: 2024-11-02T15:17:33.746Z (2 months ago)
- Topics: 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
- Language: PHP
- Homepage:
- Size: 20.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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"
];
```