You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation and examples for Fast Forward Iterators
- Migrated to PHP 8.3+.
- Introduced a new documentation section for iterators, detailing core iterator classes and their functionalities.
- Created a "Getting Started" guide with installation instructions and a quickstart example.
- Added usage patterns and real-world use cases for various iterators, including chunking, sliding windows, unique filtering, and lookahead/lookbehind.
- Updated examples to reflect new iterator functionalities and improved code clarity.
- Enhanced copyright information in example files to reflect the updated year and added relevant links.
- Added Unit Tests.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
This package provides various iterator utilities under the `FastForward\Iterator` namespace.
93
+
## 🤝 Contributing
28
94
29
-
Check out the [`examples/`](https://github.com/php-fast-forward/iterators/tree/main/examples) directory for hands-on usage of each iterator.
95
+
Contributions, bug reports and suggestions are welcome! Please open an issue or pull request on [GitHub](https://github.com/php-fast-forward/iterators).
0 commit comments