All Projects → liip → Liiphellobundle

liip / Liiphellobundle

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

Projects that are alternatives of or similar to Liiphellobundle

Webpack Bundle
Bundle to Integrate Webpack into Symfony
Stars: ✭ 124 (-39.81%)
Mutual labels:  bundle, symfony, symfony-bundle
Lexikjwtauthenticationbundle
JWT authentication for your Symfony API
Stars: ✭ 2,184 (+960.19%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatanotificationbundle
Symfony SonataNotificationBundle
Stars: ✭ 136 (-33.98%)
Mutual labels:  bundle, symfony, symfony-bundle
Swiftmailer Bundle
Symfony Swiftmailer Bundle
Stars: ✭ 1,558 (+656.31%)
Mutual labels:  bundle, symfony, symfony-bundle
Mercure Bundle
The MercureBundle allows to easily push updates to web browsers and other HTTP clients in the Symfony full-stack framework, using the Mercure protocol.
Stars: ✭ 195 (-5.34%)
Mutual labels:  bundle, symfony, symfony-bundle
Passwordstrengthbundle
Symfony Password strength and blacklisting validator bundle
Stars: ✭ 123 (-40.29%)
Mutual labels:  bundle, symfony, symfony-bundle
Twig Bundle
The Twig Bundle provides configuration for using Twig in your applications.
Stars: ✭ 2,150 (+943.69%)
Mutual labels:  bundle, symfony, symfony-bundle
Crauegeobundle
Doctrine functions for calculating geographical distances in your Symfony project.
Stars: ✭ 112 (-45.63%)
Mutual labels:  bundle, symfony, symfony-bundle
Gifexceptionbundle
😛 The GhostBuster of your exception page!
Stars: ✭ 197 (-4.37%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatapagebundle
This bundle provides a Site and Page management through container and block services
Stars: ✭ 181 (-12.14%)
Mutual labels:  bundle, symfony, symfony-bundle
Nelmioapidocbundle
Generates documentation for your REST API from annotations
Stars: ✭ 2,009 (+875.24%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonatanewsbundle
Symfony SonataNewsBundle
Stars: ✭ 153 (-25.73%)
Mutual labels:  bundle, symfony, symfony-bundle
Vichuploaderbundle
A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
Stars: ✭ 1,613 (+683.01%)
Mutual labels:  bundle, symfony, symfony-bundle
Sonataadminbundle
The missing Symfony Admin Generator
Stars: ✭ 2,039 (+889.81%)
Mutual labels:  bundle, symfony, symfony-bundle
Nelmiocorsbundle
The NelmioCorsBundle allows you to send Cross-Origin Resource Sharing headers with ACL-style per-URL configuration.
Stars: ✭ 1,615 (+683.98%)
Mutual labels:  bundle, symfony, symfony-bundle
Debug Bundle
The DebugBundle allows greater integration of the VarDumper component in the Symfony full-stack framework.
Stars: ✭ 2,033 (+886.89%)
Mutual labels:  bundle, symfony, symfony-bundle
Liipcachecontrolbundle
DEPRECATED! This bundle is superseded by FOSHttpCacheBundle. A migration guide is in the README of LiipCacheControlBundle
Stars: ✭ 108 (-47.57%)
Mutual labels:  bundle, symfony, symfony-bundle
Liipimaginebundle
Symfony Bundle to assist in imagine manipulation using the imagine library
Stars: ✭ 1,516 (+635.92%)
Mutual labels:  bundle, symfony, symfony-bundle
Consolebundle
Commandline interface in browser for Symfony2
Stars: ✭ 138 (-33.01%)
Mutual labels:  bundle, symfony, symfony-bundle
Web Profiler Bundle
The WebProfilerBundle provides detailed technical information about each request execution and displays it in both the web debug toolbar and the profiler.
Stars: ✭ 1,905 (+824.76%)
Mutual labels:  bundle, symfony, symfony-bundle

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].