Developed with love by KnpLabs Hire us for your project!
107

LiipHelloBundle

by liip

Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles

Installation

  1. Add this bundle to your project as Git submodules:

      $ git submodule add git://github.com/liip/LiipHelloBundle.git vendor/bundles/Liip/HelloBundle
    
  2. Add the Liip namespace to your autoloader:

      // app/autoload.php
      $loader->registerNamespaces(array(
            'Liip' => __DIR__.'/../vendor/bundles',
            // your other namespaces
      ));
    
  3. Add this bundle to your application's kernel:

      // application/ApplicationKernel.php
      public function registerBundles()
      {
          return array(
              // ...
              new Liip\HelloBundle\LiipHelloBundle(),
              // ...
          );
      }
    

    Alternatively download and install the following Symfony2 Standard Edition fork:

    $ git clone https://github.com/liip-forks/symfony-standard.git
    $ git checkout -b techtalk origin/techtalk
    

What is this?

Just a very simple example bundle using services for controllers and the following Bundles:

  • FOSRestBundle / JMSSerializerBundle
  • FOSUserBundle
  • FOSFacebookBundle
  • DoctrinePHPCRBundle
  • LiipContainerWrapperBundle
  • LiipImagineBundle
  • LiipDoctrineCacheBundle
  • LiipThemeBundle
  • LiipHyphenatorBundle
  • NelmioApiDocBundle
Copyright (c) 2010-2011 Liip

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
  • various tweaks
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago
  • removed FSCHateoasBundle
    By lsmith77, 2 months ago