Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ulyssear/flexible-collections

Lightweight & flexible collections for PHP 8
https://github.com/ulyssear/flexible-collections

composer composer-library composer-package php php-cs-fixer phpstan phpunit

Last synced: 15 days ago
JSON representation

Lightweight & flexible collections for PHP 8

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Flexible collections for PHP 8



Polymorphic collections for PHP 8+.


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact


## About The Project

(back to top)

### Built With

[![PHP][PHP-shield]][PHP-url]
[![Composer][Composer-shield]][Composer-url]

(back to top)

## Getting Started

```bash
composer require ulyssear/flexible-collections
```

(back to top)

### Prerequisites

* PHP >= 8.0
* Composer >= 2.0

### Installation

#### From Composer

1. Install with composer

```bash
composer require ulyssear/flexible-collections
```

#### Manual installation

1. Clone the repo
```sh
git clone https://github.com/ulyssear/flexible-collections.git
```
2. Install dependencies
```sh
cd flexible-collections
composer install
```

If you are a developer, you can also follow theses steps to contribute to the project :

3. Run tests
```sh
composer test
```
4. Run static analysis
```sh
composer static-analysis
```
6. Run code style
```sh
composer code-style
```
7. Run all checks
```sh
composer checks
```

(back to top)

## Usage

(back to top)

## Roadmap

See the [open issues](https://github.com/ulyssear/flexible-collections/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Contact

Ulysse ARNAUD - [email protected]

Project Link: [https://github.com/ulyssear/flexible-collections](https://github.com/ulyssear/flexible-collections)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/ulyssear/flexible-collections.svg?style=for-the-badge
[contributors-url]: https://github.com/ulyssear/flexible-collections/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/ulyssear/flexible-collections.svg?style=for-the-badge
[forks-url]: https://github.com/ulyssear/flexible-collections/network/members
[stars-shield]: https://img.shields.io/github/stars/ulyssear/flexible-collections.svg?style=for-the-badge
[stars-url]: https://github.com/ulyssear/flexible-collections/stargazers
[issues-shield]: https://img.shields.io/github/issues/ulyssear/flexible-collections.svg?style=for-the-badge
[issues-url]: https://github.com/ulyssear/flexible-collections/issues
[license-shield]: https://img.shields.io/github/license/ulyssear/flexible-collections.svg?style=for-the-badge
[license-url]: https://github.com/ulyssear/flexible-collections/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/ulyssearnaud
[PHP-shield]: https://img.shields.io/badge/PHP-777BB4?style=for-the-badge&logo=php&logoColor=white
[PHP-url]: https://www.php.net/
[Composer-shield]: https://img.shields.io/badge/Composer-885630?style=for-the-badge&logo=composer&logoColor=white
[Composer-url]: https://getcomposer.org/