Skip to content

Latest commit

 

History

History
77 lines (66 loc) · 3.8 KB

ROADMAP.md

File metadata and controls

77 lines (66 loc) · 3.8 KB

Roadmap

As we're in heavy development it may be, that we've to move some tasks from the following roadmap to a earlier/later version, please be aware of that. If you've got ideas or features that definitely have to be in one of the next releases, please contact us. We're always open for new ideas or feedback.

This is a rough roadmap that gives a good overview what is still available and what will come. For more detailed information about implemented features have a look in the CHANGELOG.md or visit our github repository.

Version 0.5.8 - Application Server + WebSocketServer

  • Logging with monolog
  • Generic management API
  • HTTP basic + digest authentication for Servlet Container
  • Integrate annotations for session beans
  • Administration interface with drag-and-drop PHAR installer
  • Automated Build- and Deployment using Travis-CI
  • Set environment variables in XML configuration files
  • Merging XML configuration files
  • WebSocket integration
  • Running Magento CE 1.7.x + 1.8.x demo applications

Version 0.5.9 - Servlet-Engine

  • Windows installer
  • PHAR based deployment
  • SSL Encryption for servlet engine project
  • RPM packages

Version 0.6.0 - WebServer

  • Webserver functionality to handle static content
  • Rewrite functionality for Webserver project
  • Authentication functionality for Webserver project
  • PHP Module to handle PHP scripts like Apache mod_php
  • FastCGI functionality with support for PHP-FPM and HHVM for Webserver
  • Easy configuration for Webserver Environment Variables
  • gzip/deflate compression handling for Webserver
  • Servlet Engine now runs as Webserver module
  • Refactored Servlet Engine routing, now using fnmatch instead of Symfony Routing
  • Running TYPO3 Flow 2.0.x demo application with PHP Module
  • Running TYPO3 Neos 1.x demo application with PHP Module
  • Running TYPO3 6.x demo application over FastCGI
  • Running all type of PHP applications over FastCGI

Version 0.7 - Application Server

  • Integration of server as single point of entry

Version 0.8 - Persistence-Container

  • Application based context Issue #178
  • Design by Contract default integration
  • Stateful, Stateless + Singleton session bean functionality
  • Message bean functionality

Version 0.9 - Persistence-Container

Version 1.0.x - Persistence-Container + Servlet-Engine

  • AOP on all methods in Stateful, Stateless + Singleton Session Beans, Message Beans and Servlets Issue #3
  • DI for Stateful, Stateless + Singleton Session Beans, Message Beans and Servlets Issue #4
  • Separate configuration files for server, container and application Issue #192
  • Documentation + Tutorials

Version 1.1.x

  • PHP 5.6
  • DNS server
  • Webserver auto index module
  • Allow usage of variables in configuration files
  • Seamless doctrine integration
  • Optimise naming directory for performance
  • Authentication- and Authorization services
  • Extend Dependency Injection to support simple beans

Version 1.2.x

  • PHP 7
  • HTTP 2
  • Clean-Up Manager Interfaces and Managers
  • Allow direct execution of web application as PHAR file
  • Expose Stateless Session Beans as SOAP Web Service endpoint
  • 100 % Coverage for PHPUnit test suite for appserver project