Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ulyssear/flexible-collections
- Owner: ulyssear
- License: mit
- Created: 2021-05-22T15:46:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T13:54:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T17:46:14.440Z (3 months ago)
- Topics: composer, composer-library, composer-package, php, php-cs-fixer, phpstan, phpunit
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## About The Project
### Built With
[![PHP][PHP-shield]][PHP-url]
[![Composer][Composer-shield]][Composer-url]## Getting Started
```bash
composer require ulyssear/flexible-collections
```### 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
```## Usage
## Roadmap
See the [open issues](https://github.com/ulyssear/flexible-collections/issues) for a full list of proposed features (and known issues).
## 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## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Ulysse ARNAUD - [email protected]
Project Link: [https://github.com/ulyssear/flexible-collections](https://github.com/ulyssear/flexible-collections)
[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/