enicore / maris
A set of PHP utilities.
v1.1
2024-11-26 14:34 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-04-02 14:53:43 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:
{ "repositories": [ { "type": "path", "url": "path/to/maris", "options": { "symlink": false } } ], "require": { "enicore/maris": "*" }, "minimum-stability": "dev", "prefer-stable": true }
License
Enicore Maris is licensed under the MIT License. See LICENSE for more information.