# Ligne Framework 🐘

## Bienvenido a Ligne Framework

Ligne es un **"Framework"** MVC que ejecuta **PHP 7.1.3 o superior**. Prácticamente ya todo está preparado, solo necesita realizar algunas configuraciones mínimas y puedes comenzar a trabajar, las distintas partes de Ligne funcionan bien juntas o por separado.

El objetivo de esta descripción general es presentar los conceptos generales en Ligne y ofrecerle una descripción general rápida de cómo se implementan esos conceptos.

**Convenciones sobre la configuración**

Ligne proporciona una estructura organizativa básica que cubre nombres de clase, nombres de archivo y otras convenciones. Si bien las convenciones toman algo de tiempo para aprender, al seguir las convenciones que proporciona Ligne puede evitar una configuración innecesaria y hacer una estructura de aplicación uniforme que simplifique el trabajo con varios proyectos.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ligne-framework.gitbook.io/ligne-framework-php/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
