Download the PHP package mobingilabs/php-microservice-base without Composer
On this page you can find all versions of the php package mobingilabs/php-microservice-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mobingilabs/php-microservice-base
More information about mobingilabs/php-microservice-base
Files in mobingilabs/php-microservice-base
Package php-microservice-base
Short Description Expressive Skeleton 3 - Mobingi PHP Base
License BSD-3-Clause
Homepage https://mobingi.com
Informations about the package php-microservice-base
How to start:
Follow the composer instructions and it will generate the project using data provided in the wizard.
Expressive Skeleton 3 - [SERVICE_NAME] Micro-service
Application Development Mode Tool
This skeleton comes with zf-development-mode. It provides a composer script to allow you to enable and disable development mode.
To enable development mode
Note: Do NOT run development mode on your production server!
Note: Enabling development mode will also clear your configuration cache, to allow safely updating dependencies and ensuring any new configuration is picked up by your application.
To disable development mode
Development mode status
Configuration caching
By default, the skeleton will create a configuration cache in
data/config-cache.php
. When in development mode, the configuration cache is
disabled, and switching in and out of development mode will remove the
configuration cache.
You may need to clear the configuration cache in production when deploying if you deploy to the same directory. You may do so using the following:
You may also change the location of the configuration cache itself by editing
the config/config.php
file and changing the config_cache_path
entry of the
local $cacheConfig
variable.
Useful Information
All versions of php-microservice-base with dependencies
ext-json Version *
aws/aws-sdk-php Version ^3.55
justinrainbow/json-schema Version ^5.2
roave/security-advisories Version dev-master
zendframework/zend-component-installer Version ^2.1.1
zendframework/zend-config-aggregator Version ^1.0
zendframework/zend-diactoros Version ^1.7.1
zendframework/zend-expressive Version ^3.0.1
zendframework/zend-expressive-fastroute Version ^3.0
zendframework/zend-expressive-helpers Version ^5.0
zendframework/zend-http Version ^2.8
zendframework/zend-i18n Version ^2.9
zendframework/zend-inputfilter Version ^2.8
zendframework/zend-permissions-rbac Version ^3.0
zendframework/zend-servicemanager Version ^3.3
zendframework/zend-stdlib Version ^3.1