Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AppsDevTeam/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f-parameters_for_php84
Choose a base ref
...
head repository: AppsDevTeam/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 18, 2025

  1. Merge pull request #19 from AppsDevTeam/f-parameters_for_php84

    Change parameters to many parameter.
    thorewi authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    d82be6c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. improvements

    thorewi committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    f1c9c02 View commit details
    Browse the repository at this point in the history
  2. Update Image.php

    thorewi authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    c3aee2b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Update Image.php

    thorewi authored May 1, 2025
    Configuration menu
    Copy the full SHA
    bca14eb View commit details
    Browse the repository at this point in the history
  2. Update Image.php

    thorewi authored May 1, 2025
    Configuration menu
    Copy the full SHA
    a3730f6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Update Image.php

    thorewi authored May 3, 2025
    Configuration menu
    Copy the full SHA
    b81c8a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Adds utility function to create DateTimeImmutable

    Adds a static method that attempts to create a DateTimeImmutable object from an array containing date and timezone information.
    
    Returns null if the input data is invalid or if an exception occurs during DateTimeImmutable creation.
    thorewi committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    09b5a97 View commit details
    Browse the repository at this point in the history
  2. Adds utility function for checking emptiness

    Adds a utility function that provides a more reliable way to determine if a variable is considered "empty".
    
    The native `empty()` function treats '0' and 0 as empty, which is often not the desired behavior. The new function `realEmpty()` addresses this by explicitly checking for these cases.
    thorewi committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    6f388f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Update Utils.php

    thorewi authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f7f0172 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Disable format animated gif.

    Lukas Karlovsky committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    f60948f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from AppsDevTeam/f-disable_format_animated_gif

    Disable format animated gif.
    thorewi authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    0996d44 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Fix warnings.

    Lukas Karlovsky committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    4080b73 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Merge pull request #21 from AppsDevTeam/f-fix_warnings

    Fix warnings.
    thorewi authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    48dd959 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Create LICENSE

    thorewi authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    1a451b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765a175 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Update Image.php

    thorewi authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    31c7dc7 View commit details
    Browse the repository at this point in the history
  2. Update Image.php

    thorewi authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    508d7d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. add components method

    conflictboy committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    23705dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from AppsDevTeam/f-add-components-method

    add components method
    thorewi authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    73e0dff View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Sanitize and truncate Guzzle error messages

    Prevent binary data and excessively long request/response bodies from being included in exception messages to ensure logs remain readable.
    thorewi committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    e4a9120 View commit details
    Browse the repository at this point in the history
Loading