Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nessphp/framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sinansalih committed Sep 13, 2019
2 parents 6292853 + 13ad0be commit c526f0e
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@
<img width="120" src="https://raw.githubusercontent.com/nessphp/framework/master/Application/Content/img/ness_maintenance_mode.png">
</p>

## Ness PHP Framework
## Ness PHP Framework (Developer Builds)
> This repository contains developer builds for Ness PHP framework. Developer builds usually not healthy for production. If you want to get the last features before they are published or want to improve source code of the core framework you can use this repository. For creating a new project with last stable release of Ness PHP Framework please use the the [application repository](https://github.com/nessphp/application).

Welcome to Ness PHP Framework. Ness PHP is an excellent but straightforward application development framework. Ness PHP 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 check out some key featues of the framework;
- Easy Project And Environment Configuration;
- Simple Project Structure
- AutoPulse database automation library; This library can be used in nearly any database task of your projects.
- Template Engine, Master Pages & Widgets eliminates the need to write the same html code for each repetitive design every time
- Generate Queries with a powerful Query Builder class or simply run CRUD commands
- Create areas to divide big projects (Controller & View both supports Areas).
- Resource Class which is designed to help you to manage your static values like strings and image objects.
- Content Manager class helps you to import 3rd party resources to your web pages like; css, img, js or other html/php contents.

- [Easy Project And Environment Configuration](https://nessphp.github.io/docs/pages/configuration.html)
- [Simple Project Structure](https://nessphp.github.io/docs/pages/structure.html)
- [AutoPulse database automation library](https://nessphp.github.io/docs/pages/autopulse.html); This library can be used in nearly any database task of your projects.
- [Easy Database Migration & Generation](https://nessphp.github.io/docs/pages/migrations.html)
- [Template Engine, Master Pages](https://nessphp.github.io/docs/pages/masterpage.html) & Widgets eliminates the need to write the same html code for each repetitive design every time
- [Generate Queries](https://nessphp.github.io/docs/pages/querybuilder.html) with a powerful Query Builder class or simply run CRUD commands
- [Create areas](https://nessphp.github.io/docs/pages/areas.html) to divide big projects (Controller & View both supports Areas).
- [Resource Class](https://nessphp.github.io/docs/pages/resources.html) which is designed to help you to manage your static values like strings and image objects.
- [Content Manager](https://nessphp.github.io/docs/pages/contentmanager.html) class helps you to import 3rd party resources to your web pages like; css, img, js or other html/php contents.
- [Maintenance Mode](https://nessphp.github.io/docs/pages/configuration.html#maintenance) Helps you to put your application with just one line of code to maintenance mode.
- [Advanced Forms Class](https://nessphp.github.io/docs/pages/forms.html) you can use Forms class for creating powerfull and [secure](https://nessphp.github.io/docs/pages/forms.html#csrf_protection) forms.
- [File Uploads](https://nessphp.github.io/docs/pages/fileupload.html) are made to be easy.

> There are lots of features of Ness PHP to explore. Please keep tracking for the User Manual. We are working on user manual to be ready as soon as possible.
Expand All @@ -41,6 +44,9 @@ In simple words; it is for you...
You can use the composer to get the last version of Ness PHP Framework.


## Support Ness
Ness PHP is completely free(and always will be) for anyone organisations & personal use. It's maintained under MIT LICENCE. If you want to donate our free work to support Ness PHP's developers you can [navigate here](https://www.paypal.me/sinansalichasan) to get more information.


## Contact
For any suggestions or security vulnerabilities you can contact to Ness PHP author via email from [[email protected]]([email protected])
Expand Down

0 comments on commit c526f0e

Please sign in to comment.