Download the PHP package ozsynergy/symfony1 without Composer

On this page you can find all versions of the php package ozsynergy/symfony1. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package symfony1

About this version

This is a community driven fork of symfony 1, as official support ended in November 2012. (Also note: new tickets can no longer be opened on the original Symfony 1.4 site.)

This fork is solely intended to keep legacy Symfony 1.4 applications running securely on currently-maintained versions of PHP, without changes to your application code unless security absolutely requires them. PHP 5.3.4 is a minimum requirement. We actively test with PHP 5.4.x and are incorporating community fixes for 5.5.x and above.

Please do not use this fork for new projects.

New Features

In your factories.yml

In your app.yml

Acknowledgements

We are using the drak fork of Doctrine 1.2, and we have cherry-picked backwards-compatible PHP compatibility fixes from the L'Express fork of Symfony 1.4. That is a fine fork but its goals include new backwards-incompatible features, thus this separate fork for maintenance work only.

Requirements

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

Installation

That's the tricky bit. We don't want to break your legacy svn workflow, because it's not broken. We would like to use github's support for svn, but it has two bugs that get in the way of using svn externals to solve the problem of installing symfony and doctrine.

Our preferred workaround can be found in these scripts:

Install Symfony and Doctrine

Update Your Project, Symfony and Doctrine

The first script is a one-time installation tool. The second script does an svn up of your project, then git pull for both Symfony and Doctrine.

Make sure you remove your existing lib/vendor/symfony folder, remove any svn:externals setting that is refreshing it, and svn:ignore it before switching over to this approach.

"What about composer?" We are open to a pull request for composer support, as long as it does not break things for those of us who are not using it.

LEGACY README FOLLOWS

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.

Documentation

Read the official symfony1 documentation

Contributing

You can send pull requests or create an issue. At this late date, only security bugs, warnings and errors from newer versions of PHP, and new bugs introduced by commits in this fork are of interest.


All versions of symfony1 with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ozsynergy/symfony1 contains the following files

Loading the files please wait ....