php-standard-library/range
Range types for PHP integer sequences with built-in iteration support. Use range objects to represent start/end bounds and step through values predictably. Part of PHP Standard Library; see docs, contribute, or report issues on GitHub.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| php-standard-library/php-standard-library | 0.88 | PSL (PHP Standard Library) is a well-typed, centralized API set for PHP 8.4+ covering async, collections, networking, I/O, crypto, terminal UI, and more. It replaces unsafe PHP primitives with predictable, async-ready alternatives and includes composable type-safe validation. | 1,559 | 1,554 | 90 | 278K | 21 | 43.6 | 44.4 | MIT | 2 months ago | |
| league/period | 0.81 | — | 733 | 753 | 45 | 131K | 0 | 18.7 | 32.4 | MIT | 9 months ago | |
| loophp/collection | 0.79 | A high-performance, functional-style collection library for PHP. Provides lazy, immutable, chainable operations built on generators to map, filter, reduce, group, zip, and more. Works standalone or with Laravel, aiming for speed, memory efficiency, and fluent pipelines. | 744 | 747 | 34 | 36K | 1 | 13.9 | 23.4 | MIT | 1 year ago | |
| laracraft-tech/laravel-date-scopes | 0.79 | Add a DateScopes trait to Eloquent models to query records by common date ranges: today, last week, month-to-date, last year (with custom start), and more. Chain scopes with aggregates like sum/avg for fast stats-friendly queries. | 514 | 515 | 32 | 10K | 0 | 22.5 | 20.4 | MIT | 3 months ago | |
| label84/laravel-hours-helper | 0.79 | Generate Laravel collections of time/date intervals for any period: build dropdown-ready schedules with custom formatting, exclusions, support for past-midnight ranges, and multi-day spans. Simple facade API to create evenly spaced slots like 08:00–09:30 every 30 minutes. | 276 | 276 | 23 | 2K | 0 | 17.5 | 14.2 | MIT | 4 months ago | |
| php-standard-library/foundation | 0.79 | A lightweight PHP foundation library offering common building blocks and utilities to bootstrap projects. Provides reusable helpers and core abstractions to reduce boilerplate and standardize patterns across apps and packages. | 1 | 1 | 0 | 36K | 0 | 19.8 | 64.2 | MIT | 2 months ago | |
| zara-4/laravel-lazy-mysql | 0.78 | Laravel package for MySQL that delays/queues queries until needed, helping reduce eager database work and improving performance. Useful for batching, deferred execution, and controlling when SQL actually runs in your app. | 10 | 12 | 3 | 14 | 0 | 0.7 | 4.9 | MIT | 9 years ago | |
| php-standard-library/collection | 0.78 | Generic, object-oriented Vector, Map, and Set collections for PHP with both immutable and mutable variants. Part of PHP Standard Library; designed for a consistent, type-friendly API. Full docs at php-standard-library.dev. | 1 | 1 | 0 | 40K | 0 | 18.4 | 63.5 | MIT | 2 months ago | |
| beloop/core | 0.78 | Core component of the Beloop LMS suite: shared foundations used by other Beloop components and bundles built on Symfony. MIT licensed. Read-only split package—use the main beloop/components repository for issues, questions, and PRs. | 0 | 0 | 0 | 0 | 0 | 1.4 | — | — | 6 years ago | |
| laracraft-tech/laravel-useful-traits | 0.78 | Laravel package with handy daily-use additions: traits for PHP 8.1+ enums (get names/values/array) and Eloquent query scopes (e.g., select all columns except specific ones, date-based scopes), plus an Artisan db:truncate command. | 58 | 58 | 2 | 158 | 1 | 19.5 | 8.8 | MIT | 3 months ago | |
| cscfa_tool_division/collections | 0.78 | — | 0 | 1 | 0 | 0 | 0 | 0.6 | — | MIT | 9 years ago | |
| phpcollection/phpcollection | 0.78 | PHP Collection provides a flexible, object-oriented collection library for PHP. It offers common collection types and utilities to manage groups of objects consistently, with a clean API and solid documentation. Ideal for domains needing reusable collection abstractions. | 968 | 1,001 | 51 | 207K | 9 | 10.4 | 35.2 | Apache-2.0 | 4 years ago | |
| herrera-io/date-interval | 0.78 | Extends PHP’s DateInterval with handy conversions: turn intervals into ISO interval specs and seconds, and recreate intervals from seconds. Useful for normalizing and serializing durations (e.g., P2H <-> 7200). | 15 | 15 | 7 | 173 | 0 | 0.2 | 10.5 | MIT | — | |
| spiral/pagination | 0.78 | Spiral Pagination Toolkit provides lightweight, framework-agnostic pagination primitives for PHP apps. Build and pass around page limits/offsets and related metadata cleanly, with strong type safety, tests, and Psalm support. | 5 | 4 | 0 | 29K | 0 | 3.0 | 51.0 | MIT | 7 years ago | |
| ashleydawson/simple-pagination | 0.78 | Framework-agnostic pagination library for PHP. Provide callbacks to count total items and fetch a slice (offset/length), and it returns a Pagination object with items plus page metadata and ranges. Works with arrays, DB lists, Doctrine, Solr, and more. | 18 | 19 | 5 | 311 | 1 | 3.0 | 17.1 | MIT | 7 years ago | |
| dragon-code/benchmark | 0.75 | Simple PHP benchmarking tool to compare execution speed (and memory) between multiple code paths. Use the bench() helper or Benchmark class, pass callbacks as named args or arrays, and print clean min/max/avg/total results to the console. | 120 | 120 | 3 | 2K | 0 | 27.0 | 18.9 | MIT | 2 months ago | |
| php-standard-library/iter | 0.75 | Inspect and reduce any PHP iterable (arrays, generators, iterators) with small, focused helpers from PHP Standard Library - Iter. Designed for common iteration tasks and consistent behavior across iterable types. | 1 | 1 | 0 | 34K | 0 | 19.1 | 63.9 | MIT | 2 months ago | |
| php-standard-library/math | 0.74 | Strictly typed math utilities for PHP with predictable, consistent error handling. Part of the PHP Standard Library project, providing reliable mathematical functions and a stable developer experience for safer numeric operations. | 1 | 1 | 0 | 17K | 0 | 19.1 | 62.9 | MIT | 2 months ago | |
| phpbench/phpbench | 0.74 | PHPBench is a PHP performance benchmark runner, like PHPUnit for speed. Define iterations and revolutions, run each iteration in isolated processes, track memory, assert against regressions, and generate reports in console, CSV, Markdown, or HTML. | 2,014 | 2,022 | 134 | 594K | 28 | 51.8 | 53.8 | MIT | 1 month ago | |
| php-standard-library/io | 0.74 | Handle-based I/O abstractions for PHP: composable, testable streams and readers/writers designed to be async-ready. Part of PHP Standard Library, with docs and contribution links available via php-standard-library.dev. | 1 | 1 | 0 | 33K | 0 | 19.0 | 63.8 | MIT | 2 months ago |
How can I help you explore Laravel packages today?