Skip to content

Latest commit

 

History

History
209 lines (175 loc) · 17.7 KB

README.md

File metadata and controls

209 lines (175 loc) · 17.7 KB

Awesome Symfony 2

A list of awesome Symfony 2 bundles, utilities and resources.

Table of contents:

User Management

Web Services

Template Engine

Storage

Validation

  • dms-filter-bundle - Provides a FilterService to allow users to implement input filtering in entities using Annotations.

Forms

Service Container

  • JMSDiExtraBundle - Provides Advanced Dependency Injection Features.
  • PHP-DI - The dependency injection container for humans.

Development

Assets Management

Queues

  • RabbitMqBundle - RabbitMQ bundle.
  • JMSJobQueueBundle - Allows to schedule console commands as jobs.
  • GearmanBundle - A bundle intended to provide an easy way to support developers who need to use job queues.
  • LeezyPheanstalkBundle - Bundle for Pheanstalk, PHP client for beanstalkd queue.
  • qpush-bundle - The QPush Bundle relies on the Push Queue model of Message Queues to provide asynchronous processing in your application.

Internationalization

Payments Management

  • JMSPaymentCoreBundle - This bundle provides the foundation for various payment plugins.
  • JMSPaymentPaypalBundle - Payment Bundle providing access to the PayPal API.
  • CartBundle - High quality cart for developers.
  • PayumBundle - Rich payment solutions for symfony2. Paypal, Stripe, Payex, Authorize.NET, Be2bill, Klarna, recurring paymens, instant notifications and many more

Miscellaneous

Third Party APIs

Reading

Distributions