Plan PHP SDK v1.1.0 modernization and completion - #2
Open
roncodes wants to merge 4 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the evidence-based modernization and completion plan for the Fleetbase PHP SDK
1.1.0release.This is a planning-only PR. It does not yet change production code, dependencies, credentials, repository settings, the default branch, the published license, tags, or releases.
Investigation highlights
1.0.2from 2022 and the repository has no CI or release automation.vendor/contains 4,394 tracked files.^7.4excludes all PHP 8 versions despite the README claiming “7.4 and later.”Plan scope
1.0.2public PHP API while rebuilding internals behind compatibility tests.AGPL-3.0-or-laterfor the new release, after confirming relicensing authority, while preserving the original terms of old tags.mastertomainafter branch filters, protections, badges, links, Packagist, and integrations are prepared.Evidence sources
fleetbase/postmanorigin/mainat43253dbf87e5030d95d12be019dc26fcb7151ed6fleetbase/core-apiorigin/mainatb7691c06ffdfe8f8874352e746aa8e523d5e3531(v1.6.60)fleetbase/fleetopsorigin/mainata9131daeb1a23ed4b0046dd2d7b632fb100bfba0(v0.6.61)Validation
composer validate --strict— passedgit diff --check— passedReview focus
Please review the seven maintainer decisions in the plan, especially the PHP 7.4/8.0 compatibility bridge, precise SDK scope, release signing/approval policy, and
mastertransition period.