Login
Remember
Register
Ask a Question
What are the minimum requirements for installing the FuelPHP Framework?
+2
votes
asked
Jan 16, 2022
in
FuelPHP
by
DavidAnderson
What are the minimum requirements for installing the FuelPHP Framework?
fuelphp-interview-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 16, 2022
by
DavidAnderson
The minimum PHP version is 5.3.3
installed and enabled Mbstringphp extension
Fileinfophp extension installed and enabled
PHPUnit version >=3.7 as per the requirement of running the unit tests.
Installed and enabled Mcryptphp extension.
...