Framework

Início

From Joomla! Documentation

This page is a translated version of the page Framework:Home and the translation is 59% complete.
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎hrvatski • ‎português • ‎русский • ‎中文(台灣)‎

A Estrutura do Joomla! é uma estrutura para escrever aplicações da Web da linha de comandos em PHP. É um software de código aberto e livre, distribuído sob a «Licença Pública Geral - GNU», versão 2 ou superior.

Esta é composta de código desenvolvido originalmente para o Sistema de Gestão de Conteúdo Joomla (CMS). Para mais informação sobre o Joomla - CMS, visite http://www.joomla.org/about-joomla.html.

For news and information about developing with Joomla, please visit http://developer.joomla.org.

View the Joomla Framework API Documentation at http://api.joomla.org, which is powered by phpDocumentor 2.

You can discuss Joomla Framework development by joining the mailing list at http://groups.google.com/group/joomla-dev-framework.

Requisitos

  • PHP 5.3.10

Instalação

Via Compositor

  • Create a project and add a composer.json file to it with the following content:
{
    "require": {
        "joomla/framework": "dev-master"
    }
}
  • Download Composer

curl -sS https://getcomposer.org/installer | php

  • Install the Joomla Framework

php composer.phar install

Via Git

git clone git://github.com/joomla/joomla-framework.git

Começar

A página Framework - Começar tem algumas questões e respostas para alguns problemas comuns que poderão ocorrer quando começar a sua primeira aplicação. Outro recurso fantástico é a aplicação exemplo da "framework". Pode encontrá-la no github, aqui. https://github.com/dbhurley/framework-app

Documentação

General documentation about the Joomla Framework can be found under the /docs folder of the Git repository. In addition, each package has documentation in a README.md file.

Reportar Erros (bugs) e Problemas

Bugs and issues found in the Joomla Framework code can be reported on the Issues list.

Colaborar

Todos os tipos de contribuições são bem-vindos. Por favor, leia sobre como contribuir aqui.

You may find tasks you can do on the Issues list by filtering on labels and milestones