enicore / maris
A set of PHP utilities.
2.1.0
2025-09-14 10:41 UTC
Requires
- php: ^8.3
- ext-fileinfo: *
- ext-gd: *
- ext-intl: *
- ext-openssl: *
- ext-pdo: *
- ext-zlib: *
- enshrined/svg-sanitize: ^0.15.4
- psr/container: ^2.0
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is not auto-updated.
Last update: 2025-09-28 11:03:47 UTC
README
Enicore Maris is a collection of PHP utility classes. It provides essential tools for handling requests, managing sessions, interacting with databases, forms, etc.
Installation
composer require enicore/maris
To copy from a local directory, add the following configuration in your composer.json:
"require": {
"enicore/maris": "@dev"
},
"repositories": [
{
"type": "path",
"url": "/path/to/enicore/maris",
"options": {
"symlink": true
}
}
]
License
Enicore Maris is licensed under the MIT License. See LICENSE for more information.