GithubHelp home page GithubHelp logo

informaticacba / symfony1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from friendsofsymfony1/symfony1

1.0 0.0 0.0 4.8 MB

[DEPRECATED -- Use Symfony instead] Fork of symfony 1.4 with DIC, form enhancements, latest Swiftmailer, better performance, composer compatible and PHP 7 support

Home Page: https://www.symfony.com

License: MIT License

PHP 99.23% Shell 0.02% CSS 0.50% JavaScript 0.14% Batchfile 0.03% Hack 0.04% AMPL 0.03%

symfony1's Introduction

Build Status

About this version

This is a community driven fork of symfony 1, as official support has been interrupted in November 2012.

Do not use it for new projects: this version is great to improve existing symfony1 applications, but Symfony5 is the way to go today.

All the enhancements and BC breaks are listed in the WHATS_NEW file, this include:

  • DIC
  • Composer support
  • PHP 7.2 support
  • performance boost
  • new widgets & validators
  • some tickets fixed from the symfony trac
  • ...

About symfony

Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!

Symfony was written entirely in PHP 5. It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites. It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. It runs on nix and Windows platforms.

Requirements

PHP 5.3.4 and up. See prerequisites on http://symfony.com/legacy/doc/getting-started/1_4/en/02-Prerequisites

Installation

See http://symfony.com/legacy/doc/getting-started/1_4/en/03-Symfony-Installation

Option 1: Using Composer as dependency management:

composer require friendsofsymfony1/symfony1 "1.5.*"
composer install

Note: On windows, if your project is a few directories down from the drive root, composer can throw an error relating to ZipArchive::extractTo(), this can be because pathnames are too long. There currently appears to be no proper solution but a workaround is to move your project to the drive root, run the commands from there, where they will run happily, and then move your project back.

Option 2: Using Git submodules:

git init # your project
git submodule add https://github.com/FriendsOfSymfony1/symfony1.git lib/vendor/symfony
git submodule update --init --recursive

Documentation

Read the official symfony1 documentation

Contributing

You can send pull requests or create an issue.

symfony1's People

Contributors

akalongman avatar beta-glop avatar cmdeviant avatar damienalexandre avatar dator avatar davidgoodwin avatar fabpot avatar filipc avatar garak avatar gromnan avatar issei-m avatar j0k3r avatar jeromemacias avatar jlepeltier avatar kalessil avatar katharinast avatar laurentb avatar mentalstring avatar mkopinsky avatar mpoiriert avatar pathumhdes avatar thepanz avatar thirsch avatar timmipetit avatar tlt-miamed avatar tofuwarrior avatar vitaliytv avatar w0rma avatar zkiiito avatar zobzn avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.