You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Provide minimum utilities to setup a small web application.
45
45
* Theming and the ability to create multiple UIs for the same web app using any CSS or JavaScript framework.
46
-
* Building and manipulating the DOM of a web page using PHP language.
46
+
* Building and manipulating the DOM of a web page inside PHP.
47
47
* Basic template engine.
48
-
* Fast and simple routing system.
48
+
* Fast and simple routing engine.
49
49
* Creation of web services (or APIs) that supports JSON with data filtering and validation.
50
-
* Middleware support which can help in filtering HTTP requests before reaching application level.
50
+
* Middleware support for HTTP requests filtering before reaching application level.
51
51
* Basic support for MySQL and MSSQL schema and query building.
52
52
* Lightweight. The total size of framework core files is less than 3 megabytes.
53
53
* Access management by assigning system user a set of privileges.
54
-
*Simple sessions manager.
54
+
*Customized sessions manager.
55
55
* Support for creating and sending nice-looking HTML emails.
56
56
* Autoloading of user defined classes (loading composer packages also supported).
57
57
* Ability to create background tasks and let them run in specific time using CRON.
@@ -61,7 +61,7 @@ WebFiori Framework is a mini web development framework which is built using PHP
61
61
62
62
## Standard Libraries
63
63
64
-
The following table shows build status of the standard libraries that the framework is composed of. The build is based on the latest stable PHP release.
64
+
Following table shows build status of the standard libraries that the framework is composed of. The build is based on the latest stable PHP release.
65
65
66
66
| Library | Build | Latest |
67
67
|----|----|----|
@@ -113,7 +113,7 @@ For more information about how to setup the framework, [check here](https://webf
113
113
For information on how to contribute to the project, [check here](https://webfiori.com/contribute).
114
114
115
115
## Notes
116
-
* This project is a hoppy project.
116
+
* This project is started as a hoppy project.
117
117
* The main aim of this project is learning.
118
118
* If you think that there is a better way of doing things or wants new feature, feel free to [drop an issue](https://github.com/WebFiori/framework/issues/new).
119
119
* To report security vulnerabilities, please send an email to [ibrahim@webfiori.com](mailto:ibrahim@webfiori.com).
0 commit comments