Skip to content

pramodpatil812/php-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Wrapper for memcached php extension.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published