enicore/maris

A set of PHP utilities.

2.1.0 2025-09-14 10:41 UTC

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.