Introduction #top
Welcome to Ness PHP Framework. Ness is an excellent but straightforward application development framework. Ness PHP Framework aims to help you in your coding process by speeding up development with ready to use libraries that require minimal configuration. The structure was developed based on the MVC architectural design. You can do all your database related operations with the model structure and create your views with the help of view You can associate the relationship between all these two by using the controller structure.
Purpose of Development #top
Ness PHP Framework started as a personal project(Previously; limeberry). Every software or programming language requires some effort to learn, and we are aiming to minimize this process in our framework. It is easy to learn and code a new project with Ness PHP, we recommend you to give it a try.
Who is it for? #top
In simple words; it is for you.
- It is lightweight.
- It is free to use.
- It is free(also easy) to extend or develop as your personal needs.
- Ness Framework uses mvc architecture.
- An easy to use template engine.
- Continuously Improving
Let's start learning and exploring the framework. In next topics you can find how to install and configure Ness PHP project.