homebrew-php VS collections

Compare homebrew-php vs collections and see what are their differences.

homebrew-php

:beer: Homebrew tap for PHP 5.6 to 8.4. PHP 8.4 is built nightly. (by shivammathur)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
homebrew-php collections
5 4
2,339 5,826
- 0.2%
9.9 6.9
3 days ago 15 days ago
Ruby PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

homebrew-php

Posts with mentions or reviews of homebrew-php. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-25.

collections

Posts with mentions or reviews of collections. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-31.
  • Enforce architecture rules with Deptrac
    4 projects | dev.to | 31 Oct 2023
    Theoretically, our domain should only contain pure PHP code without any external dependencies. Nonetheless, there are some libraries that we want to use in our domain, such as ramsey/uuid to generate UUIDs, or brick/math to work safely with numbers. Another usual example of an allowed external library in our domain is doctrine/collections when we use Doctrine as an ORM, because the relationships between entities must be of type Doctrine\Common\Collection.
  • How to query a CSV input in PHP as if it was a database table?
    2 projects | /r/PHPhelp | 27 Mar 2023
    How you want to do the grouping is up to you. Maybe look into using Doctrine Collections: https://www.doctrine-project.org/projects/collections.html
  • PHP Map 3.3 released - Collections made easy!
    5 projects | /r/PHP | 24 Nov 2022
  • PHP Map v3.1 - Collections made easy
    4 projects | /r/PHP | 15 Jun 2022
    You can also look at Doctrine Collections as an example of a library doing something similar and making full use of generics. Look at all the annotations that mention `T` or `TKey` in https://github.com/doctrine/collections/blob/c1ec9823f9250fefb274cccf62970b5c167e6bc7/lib/Doctrine/Common/Collections/Collection.php

What are some alternatives?

When comparing homebrew-php and collections you can also consider the following projects:

DBngin - DB Engine

map - PHP arrays and collections made easy

homebrew-core - 🍻 Default formulae for the missing package manager for macOS (or Linux)

Laravel - The Laravel Framework.

php-docker - Docker Official Image packaging for PHP

PHP Collections - General Purpose Collection Library for PHP

homebrew-extensions - :beers: Homebrew tap for PHP extensions

YaLinqo - Yet Another LINQ to Objects for PHP [Simplified BSD]

homebrew-php-ext - 🐘🌐 Core PHP extension formulae not suitable for Homebrew/core

TOTEM - TOTEM is a 38 keys column-staggered split keyboard. It meant to be used with a SEEED XIAO BLE or RP2040

PHP Mess Detector - PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.

collect - A Collections-only split from Laravel's Illuminate Support