Why don't you make one? It wouldn't be very hard. If you want a hierarchial structure then you'll have to do a little work, but it'll still be pretty easy.
To make it really easy you could just use a big array and do serialize() to store the array in a text file, and then unserialize() when you are pulling it out of the text file.