enicore/maris

A set of PHP utilities.

Maintainers

Package info

github.com/enicore/maris

pkg:composer/enicore/maris

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.2.0 2026-03-09 08:39 UTC

This package is not auto-updated.

Last update: 2026-03-09 08:46:55 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.