SkillAgentSearch skills...

LiipHelloBundle

[DEPRECATED] Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles

Install / Use

/learn @liip/LiipHelloBundle
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UNMAINTAINED

This bundle is no longer maintained. Feel free to fork it if needed.

Installation

  1. Add this bundle to your composer.json:

     $ php composer.phar require liip/hello-bundle:dev-master
    
  2. 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
    $ cd symfony-standard
    $ git checkout techtalk

What is this?

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

  • FOSRestBundle / JMSSerializerBundle
  • FOSUserBundle
  • DoctrinePHPCRBundle
  • LiipContainerWrapperBundle
  • LiipImagineBundle
  • LiipDoctrineCacheBundle
  • LiipThemeBundle
  • LiipHyphenatorBundle
  • NelmioApiDocBundle

Related Skills

View on GitHub
GitHub Stars199
CategoryDevelopment
Updated6mo ago
Forks51

Languages

PHP

Security Score

77/100

Audited on Oct 1, 2025

No findings