php-epm 0.0.1

An experimental PHP package manager
# EPM Improvement Proposals

## Introduction

The EIPs (or EPM Improvement Proposals) are a set of formal specifications
written to guide the development of the EPM project.

They are divided into three groups:
  - `eips/development`:
    They define how the development process is organized.
  - `eips/features`:
    They specify which new features will be added, modified or deprecated.
  - `eips/architecture`:
    They define how `epm` must be structured internally (at the source
    code level).

EIP documents are numbered, and their filenames follow a common structure
(accepted file formats are md, rst & mediawiki):
  - `eips/development`: `dev-0000-short-title.md`
  - `eips/features`: `feat-0000-short-title.md`
  - `eips/architecture`: `arch-0000-short-title.md`

## Table of Contents

| EIP | Title | Status | Created |
|---|---|:---:|:---:|
|[dev-0000]eips/development/dev-0000-eips.md|EPM Improvement Proposal (EIP) Process|Draft|2024-10-27|

## How to contribute

Read the [contributing guidelines](../CONTRIBUTING.md).

## License

The content of this repository is dual-licensed under
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) and
[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). See the license text in
[LICENSE-CC](LICENSE-CC) and [LICENSE-GPL](LICENSE).