Download the PHP package mxc-commons/znd-servicemanager without Composer
On this page you can find all versions of the php package mxc-commons/znd-servicemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mxc-commons/znd-servicemanager
More information about mxc-commons/znd-servicemanager
Files in mxc-commons/znd-servicemanager
Package znd-servicemanager
Short Description Permanent fork of Zend ServiceManager 3 refactored for better performance.
License BSD-3-Clause
Informations about the package znd-servicemanager
znd-servicemanager
Version
Release 1.0 created on 2018-11-26 by Frank Hein, maxence operations GmbH, Germany.
This version is based on Zend Service Manager 3.x and is backwards compatible with it.
Introduction
znd-servicemanager is a component compatible to zend-servicemanager 3.x. It can be used to substitute zend-servicemanager 3.x versions. Different from zend-servicemanager this component does not support PHP 5.6.
For znd-servicemanager we refactored several parts of zend-servicemanager for better performance. This includes configuration and setup, factory caching and service resolution.
znd-servicemanager will be kept compatible to zend-servicemanager. Changes to master and develop branches of zend-servicemanager will get merged into znd-servicemanager as appropriate and applicable.
- File issues, ask and discuss at the issues section of znd-servicemanager
- Online documentation of zend-servicemanager
Features
- Speed up service manager configuration via configure()
- Speed up service manager configuration via the APIs:
- addAbstractFactory
- addDelegator
- addInitializer
- mapLazyService
- setAlias
- setFactory
- setInvokableClass
- setService
- setShared
- Speed up service delivery for
- aliases
- delegators
- invokables
- abstract factories
- Speed up service manager assets
- ConfigAbstractFactory
- Comprehensive benchmark suite
Installation
To install znd-servicemanager:
-
Remove dependencies to zend-servicemanager from your project.
-
Add a dependency to znd-servicemanager to your composer.json
-
Configure PSR-4 compliant autoloading of the namespace Zend\ServiceManager. If you use the recommended way of composer based autoloading, add this configuration to your composer.json
- Run composer update
Now you can use Zend\ServiceManager the way you are used to use it. zend-servicemanager is transparently replaced by znd-servicemanager. znd-servicemanager
instances get created by new Zend\ServiceManager\ServiceManager
as before.
License
znd-servicemanager is provided under the New BSD License. See LICENSE.md
.
Discussion
Platform for discussion of all things related to this fork is the issues section of mxc-commons/znd-servicemanager.
Status
Please refer to the CHANGELOG.md
for a list of changes and enhancements. A comprehensive benchmark comparison is included for
each version. A brief description of the benchmark tests is provided in BENCHMARKS.md
.
Credits
This work is based on zend-servicemanager, which is part of the Zend Framework. This work would not have been possible without the work of Matthew Weier O'Phinney (@weierophinney) and the numerous people contributing to Zend Framework.
Unit tests are done using Sebastian Bergmann's PHPUnit unit testing framework (@sebastianbergmann).
Benchmarks are done using Daniel Leech's PHPBench benchmark framework (@dantleech).
All versions of znd-servicemanager with dependencies
container-interop/container-interop Version ^1.2
psr/container Version ^1.0
zendframework/zend-stdlib Version ^3.1