Macintoshplus 15d5dafce8 fix dependency
2015-09-24 08:51:02 +02:00
2015-07-23 18:34:46 +02:00
2015-07-23 18:35:10 +02:00
2015-07-21 23:18:42 +02:00
2015-09-24 08:51:02 +02:00
2015-08-05 22:10:48 +02:00

phpcache-bundle

Dependency Status Latest Stable Version Latest Unstable Version License

Install

php composer.phar require mactronique/phpcache-bundle "~1.0"

Configuration

Register Bundle

Add in your app/AppKernel.php :

new Mactronique\Bundle\PhpCacheBundle\MactroniquePhpCacheBundle(),

Write sementic configuration

Add in you app/config/config.yml

mactronique_php_cache:
    drivers:
        -
            name: xcache
		-
			name: memcached
			options:
				-
					server: 127.0.0.1
					port: 11211
					sharing: 100
        -
            name: "null"

Contributing

Please fork main repo and send a pull request with your change.

Thanks your in advance !

Description
No description provided
Readme 64 KiB
Latest
2015-09-24 14:56:21 +02:00
Languages
PHP 99.7%
Twig 0.3%