Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A multi-purpose Symfony caching plugin: - 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 ... [More] on your environment. - DebugBar/Logging for any cache class, with timing and hit/miss information. [Less]

0
 
  0 reviews  |  1 user  |  1,703 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

LayerCache is a simple caching framework for PHP5 which allows you to easily plug a multi-layer caching mechanism into your application. It implements the concept of layered caching where an item can be cached in several layers. When you request an item, the framework reads from each cache in the ... [More] stack. If the item is present, it's returned, if it isn't, it's retrieved from the source and stored in all caches in the stack. [Less]

5.0
 
  0 reviews  |  1 user  |  1,196 lines of code  |  0 current contributors  |  Analyzed about 1 year ago
 
 

Keepitclose is a simple HTTP caching web service written in PHP to avoid accessing external resources (such as feeds) often, without having to change the application making the request (other than changing the URL). The current alpha version supports caching to shared memory through APC and caching ... [More] to one or more memcache servers. The project is currently in alpha and should not be used in any production environment without being fully aware of the risks. To get started: Check out the current trunk Add a VirtualHost to your Apache configuration to point to the www/ directory as the root directory in the VirtualHost. THIS IS IMPORTANT. The service has been written to not expose any unneeded files through the web server. The current version uses .htaccess to add a autoPrepend file, but there's a simple constant check and require_once in index.php to work anyways. Should work under httpd's that does not support .htaccess and php_value. '''config.php''' in config/ contains a simple example of configuration directives. APC and Memcache are supported as backends in the first alpha version. APC lives in the current HTTPD memory space, Memcache supports distributed clients connecting to a central memory based server. Use your HTTPD to limit access to the caching service. The project includes rudimentary access control support, see the 'allowedHosts' key in '''config.php''' (which is a regular expression to match the host against). Access the resource through http:///?url=http://www.example.com/resource.xml [Less]

0
 
  0 reviews  |  0 users  |  356 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

CacheCore is a lightweight caching system for PHP 5.1.4+ that provides a single interface for a variety of storage types. Write your caching logic once and you can switch between caching types by simply changing the class that's instantiated. CacheCore was born out of the Tarzan project, and ... [More] was designed from the start to be a reliable standalone component to be re-used in any other project. [Less]

0
 
  0 reviews  |  0 users  |  474 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

It is high performance photo gallery. Main idea behind gallery is to create a lightning fast gallery. It supports Memcahced, APC and Sphinx. You can even sell your photos online, using PayPal as checkout option. It has support for crosseye images and can convert crosseye images to anaglyph. Gallery ... [More] interface can be customized without changing gallery core. It has support for writing extensions, overriding system functionality without changing system kernel. Checkout gallery features and sites powered by HPPG. Gallery now supports *.flv, *.ogv (HTML5), *.swf files. Cached gallery pages renders in around 5 ms!!!. [Less]

0
 
  0 reviews  |  0 users  |  623,897 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

Torrent Tracker slightly based on phpBB2 and XBTT (C++)ChangeLog Date Description Author 27 Sep 2009 - Add OpenSearch (Site + Tracker) n/a 15 Sep 2009 - Rebuild work XBT Tracker ( http://xbtt.sourceforge.net/ ) Pandora, alex14n 08 Aug 2009 - Added SphinX Search Engine futures. ( ... [More] http://www.sphinxsearch.com/ ) n/a 18 May 2009 - Allow downloading gold torrent if ratio < min. - Work on gallery (multi-upload) RoadTrain 20 Apr 2009 - Work on DHT disabling. Pandora, RoadTrain 12 Apr 2009 - Redirect to previous page after login. RoadTrain 11 Apr 2009 - New cool stat on index page RoadTrain 05 Apr 2009 - Cache classes: eAccelerator & XCache Pandora 22 Mar 2009 - Merged UACP with UserCP - Added released row to viewprofile. RoadTrain 15 Mar 2009 - Added feature gold/silver torrents. Pandora, RoadTrain 08 Mar 2009 - Added hack for prevent multi-accounts (by one ip). This hack is disabled by default. RoadTrain 20 Feb 2009 - Added support of ! character in bbcode's url parser - Added dummy method gc() to cache.class - Some fixes to converter. RoadTrain 30 Jan 2009 - Added tablesorter to tracker.php - Added abuse email option to config.php - Added script for recover corrupt info_hashes RoadTrain 24 Jan 2009 - A new flags/countries system. In the future it will be used for GeoIP. RoadTrain 14 Jan 2009 - Added new cache type 'filecache'. Cache data stored in php files inside cache/filecache folder. RoadTrain 10 Jan 2009 - Full translated attachments mod (change lang_admin.php, lang_admin_attach.php, lang_faq_attach.php) EREM@ 10 Jan 2009 - Translate "User Search" module EREM@ 10 Jan 2009 - Plain text strings from index.tpl moved in lang_admin.php. Variables define in admin/index.php EREM@ 09 Jan 2009 - Update CSS to torrents,ru's version. RoadTrain 09 Jan 2009 - Plain text stings from admin_log.tpl moved in language file. Variables define in admin/admin_log.php EREM@ 08 Jan 2009 "Actions Log" admin module moved to category "User Admin" from category "Actions Log" EREM@ 08 Jan 2009 - Added user sub-menu from torrents.ru RoadTrain 03 Jan 2009 - Update Javascript libraries. Added categories selector into tracker.php RoadTrain 02 Jan 2009 - Flags system partially rewritten. - Added titles for flags. RoadTrain 30 Dec 2008 - Added Advanced Report Hack, thanks to Demetri. RoadTrain 29 Dec 2008 - Added scrape (you can disable it, set $tr_cfg['scrape'] to false) RoadTrain [Less]

5.0
 
  0 reviews  |  0 users  |  384,462 lines of code  |  7 current contributors  |  Analyzed about 2 years ago
 
 

A slim caching framework that can talk to XCache/APC/Memcache/eAccelerator/Filesystem/ZendServer. It supports namespaces and partial flushes for all systems. Requires PHP 5.1 or greater.

0
 
  0 reviews  |  0 users  |  1,573 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

A PHP Web services system that encourages both the ease of logic deployment as well as result & output caching for performance & scalability.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.