xloit / xloit-bridge-zend-servicemanager
Xloit Bridge Zend ServiceManager Library
Requires
- php: ^5.4 || ^7.0
- xloit/xloit-exception: ^0.0
- xloit/xloit-std: ^0.0
- zendframework/zend-servicemanager: ^2.7.6 || ^3.1.1
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-03-29 22:48:47 UTC
README
Note: This project is a work in progress. Don't use it in production!
This is the Bridge Zend ServiceManager Library for Xloit.
- File issues at https://github.com/xloit/xloit-bridge-zend-servicemanager/issues
- Create pull requests against https://github.com/xloit/xloit-bridge-zend-servicemanager
- See The Xloit Bridge Zend ServiceManager Library Documentation
Installation
Install this library using composer:
$ composer require xloit/xloit-bridge-zend-servicemanager
Resources
You can run the unit tests with the following command:
$ cd path/to/xloit-bridge-zend-servicemanager/
$ composer install
$ ./bin/phpunit
Please see the tests for full information on capabilities.
Documentation
Documentation is in the doc tree, and can be compiled using bookdown:
$ bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080
Bookdown
You can install bookdown globally using composer global require bookdown/bookdown
.
If you do this, make sure that $HOME/.composer/vendor/bin
is on your $PATH
environment.
Alternately, public-facing, browseable documentation is available at The Xloit Bridge Zend ServiceManager Library Documentation
Architecture
Architectural notes are in NOTES.md.
LICENSE
The files in this archive are released under the Xloit Open Project license, which is a MIT License. You can find a copy of this license in LICENSE.