Skip to content

Commit 16138b5

Browse files
author
Wazabii
committed
Guide
1 parent ef8d2ab commit 16138b5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11

2+
23
# MaplePHP - Layered structure MVC PHP framework
34

45
**MaplePHP is a layered structure MVC PHP framework** that very user-friendly and does not compromise on performance or scalability. By leveraging a modular architecture and with full PSR support, the framework allows for easy customization and flexibility, enabling developers to pick and choose the specific components they need to build their applications.
56

6-
## Visit the full guide
7-
[Click here for full guide](https://maplephp.wazabii.se/)
7+
## Documentation
8+
**[You can find the full MaplePHP documentation here](https://maplephp.wazabii.se/)**
9+
10+
#### The documentation is divided into several sections:
11+
- [Why MaplePHP?](https://maplephp.wazabii.se/)
12+
- [Get started](https://maplephp.wazabii.se/guide/get-started)
13+
- [Installation](https://maplephp.wazabii.se/guide/installation)
14+
- [Service Provider](https://maplephp.wazabii.se/guide/service-provider)
15+
- [Dependency injector](https://maplephp.wazabii.se/guide/dependency-injector)
16+
- [Controller](https://maplephp.wazabii.se/guide/controller)
17+
- [Middlewares](https://maplephp.wazabii.se/guide/middlewares)
18+
- [Routers](https://maplephp.wazabii.se/guide/routers)
19+
- [And much more...](https://maplephp.wazabii.se/)**
820

921
## Why Choose MaplePHP?
1022
MaplePHP is designed with a commitment to **independence** and adherence to best practices, implementing **PHP Standards Recommendations (PSR)**. Within the framework, you'll find a variety of excellent libraries, including query, cache, logger, and more. However, we don't impose them on you. Feel free to utilize familiar third-party libraries or extend MaplePHP's functionality with your own. In our philosophy, dependencies should be at your discretion, not dictated by the framework.

0 commit comments

Comments
 (0)