xloit/xloit-bridge-zend-servicemanager

Xloit Bridge Zend ServiceManager Library

1.0.2 2017-06-08 04:51 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:56:50 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.

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.