- composer
- php 8.1
- bcmath or gmp for Big Integers (Optional)
composer require eru123/holyphp
In order to this you must first download a copy of the repository and put it somewhere in your project. Then configure you composer json using the format below:
{
...
"require": {
"php": "^8.1"
},
"autoload": {
"psr-4": {
...
"eru123\\": "PathToRepository/eru123/"
},
"files": [
"PathToRepository/eru123/holyf.php"
]
},
...
}