![]() |
|
PluginsSearch Results |
|
69 plugins match your selection. You are browsing page 2 out of 3.
![]() |
acPhpCasPlugin
MIT
sf 1.4sf 1.3
|
3
users |
Allows you to use easily the phpCAS library (Central Authentication Service). |
![]() |
isicsHttpCachePlugin
MIT
sf 1.4
|
3
users |
Excited by Symfony2 Http Cache but still have heavy load projects to maintain under Symfony 1.4? Inspired by Symfony2 (concepts and code), this plugin is for you! |
![]() |
mbpDistributedCachePlugin
MIT
sf 1.4sf 1.3
|
3
users |
This plugin enables cross-application cache clearing on distributed servers (e.g. a cluster) that share a common database. Root acces is required as it makes use of cronjobs. |
![]() |
sfCookieSessionStoragePlugin
MIT
sf 1.4sf 1.3sf 1.2
|
3
users |
sfCookieSessionStoragePlugin is a cookie-based session storage plugin for the symfony framework. Using this storage, the session data is directly stored in a cookie, only on the client side (no persistent session on the server side). This removes the need for a shared session storage in a load-balanced platform, since a request from the user also carries the session data. As compared with other solutions for load-balanced session (database or memcache storage), cookie-based session storage is easier to install, and much faster. |
![]() |
sfHttpHeaderCachePlugin
MIT
sf 1.4sf 1.3sf 1.2
|
3
users |
Sits atop Symfony's caching layer and configration mechanisms and serves the response with valid caching headers when the layout cache is on |
![]() |
sfNivoSliderPlugin
MIT
sf 1.4sf 1.3
|
3
users |
sfNivoSliderPlugin provides integration with jQuery Nivo Slider. |
![]() |
sfOptimizerPlugin
MIT
sf 1.1sf 1.0
|
3
users |
Optimizes cache for production environment. |
![]() |
sfRedisCachePlugin
MIT
sf 1.4sf 1.3sf 1.2
|
3
users |
Redis is a high performance cache backend, much better than Memcached and even APC. Use this advantage for with the sfRedisCache class in your factories. |
![]() |
tdCorePlugin
MIT
sf 1.4sf 1.3
|
3
users |
Provides basic functionalities enabling TD CMF, such as common configuration random data generation or breadcrumbs. |
![]() |
tdGuestbookPlugin
MIT
sf 1.4sf 1.3
|
3
users |
Provides funcionalities for a standard guestbook. This plugin is a part of TD CMF and is based on Doctrine ORM. |
![]() |
edDoctrineCacheResultPlugin
MIT
sf 1.2
|
2
users |
Manage cache doctrine result |
![]() |
euzeoCDNPlugin
MIT
sf 1.4sf 1.3
|
2
users |
This plugin adds an helper for parallel content delivery. |
![]() |
nahoPropelOptimizerPlugin
MIT
sf 1.0
|
2
users |
This plugin fixes a few defects (not to say "bugs") in Propel model generation, that are not yet handled by Symfony builder wrapping. |
![]() |
RosfEsiSimulatorPlugin
MIT
sf 1.4sf 1.3sf 1.2
|
2
users |
Suppose you have a very hard to render component that shows the News. Its content don't need to be refreshed everytime an user access to the site. You can ask the component to refresh every 5 minutes instead of refreshing it every time an user access to the site. If any user access before these 5 minutes, he is going to get the cached version (static html output) of the component instead of rendering it again. |
![]() |
rsCssSpritesPlugin
MIT
sf 1.2
|
2
users |
see http://csssprites.org/#usage how to use it |
![]() |
sfAjaxAdminDoctrineThemePlugin
MIT
sf 1.4sf 1.3
|
2
users |
sfAjaxAdminDoctrineThemePlugin is a symfony plugin to ajaxify the symfony admin generator. With this plugin, your admin pages will be automatically converted to use AJAX for all user gestures, greatly improving the interactivity and "feel" of your application. Each admin page is loaded once, and from that point, all admin actions are handled as AJAX requests which return JSON-encoded page sections which are used to update the various sections of the page. The AJAX/JSON approach results in a much snappier user interface because user gestures do not result in page reloads. As a result, the application feels more like a desktop application, resulting in greater user satisfaction. This plugin was developed using the default admin theme as a starting point. Developed on/for symfony 1.4.1 with Doctrine ORM. |
![]() |
sfFrontendOptimizerPlugin
MIT
sf 1.4sf 1.3sf 1.2
|
2
users |
Combines multiple JavaScript and CSS files into one JavaScript and one CSS file at runtime, in order to minimize the number of HTTP requests required to render a given page. Also delete spaces in html output. |
![]() |
sfGenerationMemcachePlugin
MIT
sf 1.2
|
2
users |
This plugin allows you to give groups of cached data a "generation" - like a version number, which becomes part of the cache key. This number is stored under its own key in memcached and can be incremented as a way of clearing/invalidating the cache for members of this group. |
![]() |
sfPropelCachePlugin
MIT
sf 1.4
|
2
users |
Use a Propel connection for symfony caching. |
![]() |
sfSparklinePlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1
|
2
users |
sfSparklinePlugin provides you with lib to use Sparklines. |
![]() |
tdAudioPlugin
MIT
sf 1.4sf 1.3
|
2
users |
Provides easy interface for flash mp3 player to embed in symfony projects. This plugin is a part of TD CMF and is based on Doctrine ORM. |
![]() |
bsJobQueuePlugin
MIT
sf 1.4
|
1
user |
This plugin allow to postpone the execution of some execution |
![]() |
drDoctrineCompilePlugin
MIT
sf 1.4
|
1
user |
This plugin provides a doctrine:compile-core task which compiles many used Doctrine classes and loads the resulting file, instead of the Doctrine files in the vendor directory. |
![]() |
ioCombinerPlugin
MIT
sf 1.4sf 1.3
|
1
user |
This plugin is deprecated and is not maintained anymore.
Please use either the npAssetsOptimizerPlugin (http://www.symfony-project.org/plugins/npAssetsOptimizerPlugin) or swCombinePlugin instead (http://www.symfony-project.org/plugins/swCombinePlugin)
Symfony plugin that minifies and combines css and js files
|
![]() |
jeMinifyJsCssPlugin
MIT
sf 1.2sf 1.1
|
1
user |
Unobstrusive javascript/stylesheet minifier |
![]() |
majaxPheanstalkPlugin
MIT
sf 1.4sf 1.3
|
1
user |
Tools for integrating with Beanstalkd from within Symfony |
![]() |
sfCacheBackportPlugin
MIT
sf 1.4sf 1.3sf 1.2sf 1.1sf 1.0
|
1
user |
Provides Symfony 1.1+ cache classes for Symfony 1.0 (with an adapter for view caching). Also provides a transparent and extensible API to cache objects with the cache classes, for any version of Symfony. A convenient way to get cache classes depending on your environment. DebugBar/Logging for any cache class, with timing and hit/miss information. |
![]() |
sfGoogleGearCachePlugin
MIT
sf 1.2
|
1
user |
Provide explicit control over the browser cache via Google Gear |
![]() |
sfManagedCachePlugin
BSD
sf 1.2
|
1
user |
sfManagedCachePlugin allows the automatic refreshing of cached data in the background without interrupting delivery of existing cached data. |
![]() |
sfPropelCacheableBehaviorPlugin
MIT
sf 1.1sf 1.0
|
1
user |
A behavior and set of functions to cache Propel 1.2 objects (will not work with Propel 1.3). Requires sfCacheBackportPlugin. |