LightPHPFramework

Roadmap Last update: 03.10.2017

What will be come next? Will the framework will still grow? For sure. Here you can see our roadmap with our stories and the current status.

MVC-Structure Core

We plan to build a clear MVC-Structure. Controller, Models and Views in seperate folders and easy to use.

Developer: Nobody

Database-Class Core

A database class that can handle different DBMS.

Developer: Nobody

Active-Records / ORM Core

Active records / ORM will be a big and nice feature that we want to realize.

Developer: Benjamin Butschko

Cache Class

A class to store data by using different cache storages.

  • APC storage driver available

Developer: Benjamin Butschko

PHP 7 Ready

Optimize framework to get PHP 7 ready

Developer: Benjamin Butschko

Mail Class Core

Mail class to send html or text mails.

  • Text or HTML Mails

Developer: Benjamin Butschko

Security Core

To make our framework more secure, we must implement a security class to prevent XSS attacks.

  • Input filtering
  • URI filtering
  • Encoding for the output

Developer: Benjamin Butschko

File Core

Class to work with files.

  • Read directory and return filename as array
  • Return filesize as integer or human readable (string)
  • Rename a file
  • Rename a folder
  • Copy a file to new folder
  • Delete a file
  • Delete a folder (optional including files)

Developer: Benjamin Butschko

Math Core

Add a class for mathematics.

  • Calculate netto from brutto price
  • Calculate brutto from netto price
  • Calculate the percentage value based on given basic value and percentage
  • Calculate the percentage based on given basic value and percentage value
  • Calculate the basic value based on given percentage value and percentage
  • Calculate the square metre based on given values
  • Calculate the cubic metre based on given values
  • Calculate how many litre water is given cubic metre
  • Calculate miles per hour based on given values
  • Calculate kilometers per hour based on given values
  • Calculate kmh or mph based on given miles or kilometers
  • Calculate kilometers in miles
  • Calculate miles in kilometers

Developer: Benjamin Butschko

Autoloader Core

Refactoring the autoloader.

Developer: Benjamin Butschko

Debug Core

Add a class for debugging.

Developer: Benjamin Butschko

Validation Core

Add a validation class for different data types.

Developer: Benjamin Butschko