PHPackages                             jkrasnoo/factories - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jkrasnoo/factories

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jkrasnoo/factories
==================

Various factories that are not supplied due to ZF developers determining that they are 'user land'.

011PHP

Since Nov 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jkrasnoo/factories)[ Packagist](https://packagist.org/packages/jkrasnoo/factories)[ RSS](/packages/jkrasnoo-factories/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Factory Libraries for use with ZendSkeletonApplication
======================================================

[](#factory-libraries-for-use-with-zendskeletonapplication)

Introduction
------------

[](#introduction)

This is a library of often needed factories that Zend Framework doesn't provide for the reason they believe it belongs in userland. Meaning that most often users create and implement the factory or class themselves.

Installation using Composer
---------------------------

[](#installation-using-composer)

Installing the library using Composer is simple.

```
$ composer require jkrasnoo\factories
```

Components
----------

[](#components)

### Cache Session Save Handler Factory

[](#cache-session-save-handler-factory)

This is a session save handler cache factory. To use this factory to attach the Zend\\Cache save handler to the service manager you should follow the configuration below. You should put this in a global config.

```
