Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.23 KB

php-memcached

##Description This libray is a wrapper for Memcached PHP Extension. Define configuration in config/config.php such as default expiration time, servers, namespace and version number.

Found some facts and possible bugs. To check and see follow these links:

http://php.net/manual/en/memcached.decrement.php#115685 http://php.net/manual/en/memcached.decrement.php#115711 http://php.net/manual/en/memcached.delete.php#115712 http://php.net/manual/en/memcached.touch.php#115716

##Coding Style Library follow PSR0, PSR1 and PSR2 coding standards. Used PHP_CodeSniffer and PHP Coding Standards Fixer for automating PSR standards checking and autofixing the sniff violations.

PSR standards have not been followed for unit tests.

##To do Add a support for memcache php extension. User can switch between the two(memcached/memcache) via configuration. Memcached is improved form of Memcache php extension and hence usage of it is preferred.