SimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP. It makes use of the SHMOP functions, built into most PHP packages.
This addition has BC breaks and broke the unit tests. When contributing, make sure you start planning your addition with the unit tests, or that your modifications do not break them.
Why we don't use string keys instead of numeric ids.