Skip to content

Commit

Permalink
Added readme and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdar committed Jun 11, 2015
1 parent 03d2fa3 commit 5aaf82f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
The Zend Framework 2 plugin provides in-depth visibility into your application, with live and detailed information on all the different framework elements working under-the-hood. Get general information about the application's configuration, together with valuable profiling data on events, modules, and view helpers.
The Zend Framework 2 plugin also defines the routing logic for Zend Framework 1 requests - for better events aggregation in Zend Server, and improved results for URLs in URL Insight.

- **Application Config:** displays configuration information about the Zend Framework 2 application, including a modules list, configuration paths, and listeners.
- **Config:** displays general Zend Framework 2 configuration data, together with user-specific data.
- **Events:** shows a list of all the Zend Framework 2 events that were triggered during execution, with information on the event name, the source file path and line of code in the file, consumed memory, and time duration for the event.
- **Modules:** shows a list of all the Zend Framework 2 modules loaded on the page, with information on the module configuration and the location of the source file.
- **Request:** displays general information on the request, including the request method, the HTTP response, the request path, the request action and controller, and the used template.
- **Response:** provides information on the response, including the response header, metadata, and response content.
- **Version:** provides basic information on the Zend Framework 2 version.
- **View Helpers:** shows a list of all the Zend Framework 2 view helpers used on the page, including a count and properties.
12 changes: 9 additions & 3 deletions deployment.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name" : "zend framework 2",
"display_name" : "Zend Framework 2",
"version" : "1.0.0",
"version" : "1.0.1",
"type": ["zray", "route"],
"logo": "logo.png",
"eula": "LICENSE.txt"
}
"eula": "LICENSE.txt",
"readme": "README.txt",
"dependencies": {
"plugin": {
"min": "1.0.0"
}
}
}

0 comments on commit 5aaf82f

Please sign in to comment.