All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ze-ph.path_handler.yml.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
dependencies:
  factories:
    Zend\Expressive\Router\RouterInterface: Articus\PathHandler\Router\Factory\FastRouteAnnotation

Articus\PathHandler\Middleware:
  metadata_cache:
    adapter:
      name: blackhole
  handlers:
    abstract_factories:
      - Zend\ServiceManager\AbstractFactory\ConfigAbstractFactory
#  consumers:
#    factories:
#    invokables:
#  attributes:
#    factories:
#    invokables:
#  producers:
#    factories:
#    invokables:

Articus\PathHandler\Router\FastRouteAnnotation:
  metadata_cache:
    adapter:
      name: blackhole
  handlers:
{{#apiInfo}}
{{#apis}}
{{#operations}}
    - {{package}}\{{classname}}
{{/operations}}
{{/apis}}
{{/apiInfo}}

Zend\ServiceManager\AbstractFactory\ConfigAbstractFactory:
{{#apiInfo}}
{{#apis}}
{{#operations}}
  {{package}}\{{classname}}: []
{{/operations}}
{{/apis}}
{{/apiInfo}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy