enicore/maris

A set of PHP utilities.

Maintainers

Details

github.com/enicore/maris

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/enicore/maris

2.1.0 2025-09-14 10:41 UTC

This package is not auto-updated.

Last update: 2025-11-23 11:41:26 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.