Skip to content

Commit 86e5c40

Browse files
committed
Limpieza de docs.
1 parent 0544974 commit 86e5c40

1 file changed

Lines changed: 1 addition & 34 deletions

File tree

README.md

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,3 @@
11
# Derafu: Enum - Yet Another List of Enumerations for PHP
22

3-
![GitHub last commit](https://img.shields.io/github/last-commit/derafu/enum/main)
4-
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/derafu/enum)
5-
![GitHub Issues](https://img.shields.io/github/issues-raw/derafu/enum)
6-
![Total Downloads](https://poser.pugx.org/derafu/enum/downloads)
7-
![Monthly Downloads](https://poser.pugx.org/derafu/enum/d/monthly)
8-
9-
A PHP repository for global enumerations.
10-
11-
## Note on Enumerations
12-
13-
While this package provides a basic set of enumerations for specific use cases, it is highly recommended to consider using [PrinsFrank/standards](https://github.com/PrinsFrank/standards) for more comprehensive enumeration needs. The PrinsFrank/standards package offers:
14-
15-
- A more extensive collection of standardized enumerations.
16-
- Regular updates based on international standards.
17-
- Better maintained and widely adopted in the PHP community.
18-
- More robust validation and type-safety features.
19-
20-
This package (derafu/enum) should be considered primarily for very specific use cases where the more comprehensive solution might be unnecessary or when you need custom enumerations not covered by standard libraries.
21-
22-
## Installation
23-
24-
You can install the package via composer:
25-
26-
```bash
27-
composer require derafu/enum
28-
```
29-
30-
## Contributing
31-
32-
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
33-
34-
## License
35-
36-
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
3+
Please refer to the [documentation](https://www.derafu.dev/docs/standards/enum) for more information.

0 commit comments

Comments
 (0)