Add PHP package: gitignore vendor dir and workflow_dispatch publish workflow#20
Open
Add PHP package: gitignore vendor dir and workflow_dispatch publish workflow#20
Conversation
Co-authored-by: jottenlips <14910912+jottenlips@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add PHP source folder for Laravel package
Add PHP package: full VBML port for Laravel/Composer
Feb 23, 2026
Copilot stopped work on behalf of
jottenlips due to an error
February 23, 2026 18:42
…rkflow Co-authored-by: jottenlips <14910912+jottenlips@users.noreply.github.com>
Copilot
AI
changed the title
Add PHP package: full VBML port for Laravel/Composer
Add PHP package: gitignore vendor dir and workflow_dispatch publish workflow
Feb 23, 2026
Contributor
|
after merge, I will register the package on https://packagist.org/packages/submit |
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.
The previously committed
php/vendor/directory and.phpunit.result.cachewere tracked in git, and there was no CI workflow to build and publish the PHP package.Changes
.gitignore— Addedphp/vendor/andphp/.phpunit.result.cachephp/vendor/andphp/.phpunit.result.cachefiles from tracking viagit rm --cached.github/workflows/phpPackage.yml— Newworkflow_dispatchworkflow with a requiredversioninput that:shivammathur/setup-phpcomposer install+ PHPUnit (gates the release on passing tests)php-v<version>(Packagist polls these)Required secrets:
PACKAGIST_USERNAMEandPACKAGIST_TOKENmust be configured in repo settings for the Packagist notification step.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.