Download the PHP package c33s/core-bundle without Composer

On this page you can find all versions of the php package c33s/core-bundle. 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 core-bundle

CoreBundle

everything to quickstart a webpage

Build Status SemVer Latest Stable Version Latest Unstable Version License SensioLabsInsight Project Status

Because json is not a really handy format to read and it also lacks in commenting support, this Bundle supports the composer.yml format. composer-yaml.phar is used, to convert from yml to json. In this manual all composer code snippets are in yml format. Create a script file, which call the yml to json converter before running composer. Make sure you have both composer and composer-yaml commands at your fingertips.

Short Quick Manual

You can perform the whole installation by executing the following commands inside your empty project directory:

Make sure the web server permissions are set up correctly. This includes the path for media uploads as well as the sqlite database used by default. See http://symfony.com/doc/master/book/installation.html#configuration-and-setup for further information.

You should enable web server writing for the following folders:

If this goes well, you should see some example pages as well as a secured admin login when accessing /admin/.

Features

Propel Model Traits

A helper Trait which can be used to extend your propel model classes, to easily load data from your fixtures for 1:n relations. The data can be directly defined in the fixture file for the object which the data is related to.

By extending your class like this:

ACME/ModelBundle/YourPropelObject.php

you can define fixtures like this:

app/propel/fixtures/yourfixtures.yml


All versions of core-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
c33s/contact-form-bundle Version ~0.5.0
c33s/menu-bundle Version ~0.10.1
c33s/simple-content-bundle Version ~0.12.0
c33s/static-page-content-bundle Version ~2.0.0
havvg/propel-boolean-extra-behavior Version ~1.1.2
propel/propel-bundle Version ~1.2
phing/phing Version ~2.8.0
willdurand/propel-eventdispatcher-bundle Version ~1.0.1
willdurand/propel-publishable-behavior Version ~1.2.0
willdurand/propel-typehintable-behavior Version ~1.0.4
c33s/attachment-bundle Version ~0.6.0
afarkas/html5shiv Version ~3.7.2
components/font-awesome Version ~4.1.0
fkr/cssurlrewrite-bundle Version ~1.0.0
t1st3/famfamfam-flags Version ~0.5.0
oyejorge/less.php Version ~1.7.0.2
ptachoire/cssembed Version ~1.0.2
twbs/bootstrap Version ~3.2
components/jquery Version ~1.11
components/jqueryui Version ~1.11
components/jquery-cookie Version ~1.4.1
malsup/form Version ~3.36
jms/translation-bundle Version ~1.1.0
lexik/translation-bundle Version ~2.1.0
cocur/human-date Version ~0.1
friendsofsymfony/user-bundle Version ~1.3.5
guzzle/guzzle Version ~3.8.1
liip/imagine-bundle Version ~1.5.0
liip/monitor-bundle Version ~2.3.1
knplabs/knp-gaufrette-bundle Version ~0.3.0
knplabs/knp-markdown-bundle Version ~1.4.2
sensiolabs/security-checker Version ~3.0
suncat/mobile-detect-bundle Version ~0.10.3
yzalis/identicon Version ~1.1
cocur/slugify Version ~1.4.1
braincrafted/bootstrap-bundle Version 2.1.0
jaysalvat/vegas Version 0.99.3
mnot/hinclude Version 0.9.5.2
smoya/asset-management-bundle Version 1.0.1
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 c33s/core-bundle contains the following files

Loading the files please wait ....