File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Framework
7
7
Aplus Framework.
8
8
9
9
- `Installation `_
10
+ - `About `_
11
+ - `Conclusion `_
10
12
11
13
Installation
12
14
------------
@@ -16,3 +18,38 @@ The installation of this package can be done with Composer:
16
18
.. code-block ::
17
19
18
20
composer require aplus/framework
21
+
22
+ About
23
+ -----
24
+
25
+ This package is responsible for installing other Aplus Framework libraries.
26
+
27
+ It has the **Aplus ** class, through which it is possible to get information
28
+ about the current version of the installed framework:
29
+
30
+ .. code-block :: php
31
+
32
+ echo Aplus::VERSION;
33
+ echo Aplus::CODENAME;
34
+ echo Aplus::DESCRIPTION;
35
+
36
+ With this package it is possible to create applications according to the need of
37
+ the developer.
38
+
39
+ As examples, you can analyze the `App <https://docs.aplus-framework.com/guides/projects/app/index.html >`_
40
+ and `One <https://docs.aplus-framework.com/guides/projects/one/index.html >`_
41
+ projects, which create structures using the `MVC <https://docs.aplus-framework.com/guides/libraries/mvc/index.html >`_
42
+ library.
43
+
44
+ Conclusion
45
+ ----------
46
+
47
+ Aplus Framework is an easy-to-use tool for, beginners and experienced, PHP developers.
48
+ It is perfect for creating high-performance applications of any size.
49
+ The more you use it, the more you will learn.
50
+
51
+ .. note ::
52
+ Did you find something wrong?
53
+ Be sure to let us know about it with an
54
+ `issue <https://gitlab.com/aplus-framework/framework/-/issues >`_.
55
+ Thank you!
You can’t perform that action at this time.
0 commit comments