Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/foxyPublic

A fast, reliable, and secure NPM/Yarn/pnpm bridge for Composer

License

NotificationsYou must be signed in to change notification settings

fxpio/foxy

Repository files navigation

Foxy

Latest VersionBuild StatusCoverage StatusPackagist Downloads

Foxy is a Composer plugin to automate the validation, installation, updating and removing of PHP librariesasset dependencies (javaScript, stylesheets, etc.) defined in the NPMpackage.json file of the project andPHP libraries during the execution of Composer. It handles restoring the project state in caseNPM orYarn orpnpm terminates with an error. All features and toolsare available:Npmrc,Yarnrc,Webpack,Gulp,Grunt,Babel,TypeScript,Scss/Sass,Less, etc.

It is certain that each language has its own dependency management system, and that it is highly recommended to useeach package manager. NPM, Yarn or pnpm works very well when the asset dependencies are managed only in the PHP project,but when you create PHP libraries that using assets, there is no way to automatically add asset dependencies,and most importantly, no validation of versions can be done automatically. You must tell the developersthe list of asset dependencies that using by your PHP library, and you must ask him to add manually the assetdependencies to its asset manager of his project.

However, another solution exist - what many projects propose - you must add the assets in the folder of thePHP library (like/assets,/Resources/public). Of course, with this method, the code is duplicated, itpollutes the source code of the PHP library, no version management/validation is possible, and it is evenless possible, to use all tools such as Babel, Scss, Less, etc ...

Foxy focuses solely on automation of the validation, addition, updating and deleting of the dependencies inthe definition file of the asset package, while restoring the project state, as well as PHP dependencies ifNPM, Yarn or pnpm terminates with an error.

It is Fast

Foxy retrieves the list of all Composer dependencies to inject the asset dependencies in the filepackage.json,and leaves the execution of the analysis, validation and downloading of the libraries to NPM, Yarn or pnpm. Therefore,no VCS Repository of Composer is used for analyzing the asset dependencies, and you keep the performanceof native package manager used.

It is Reliable

Foxy creates mock packages of the PHP libraries containing only the asset dependencies definition filein a local directory, and associates these packages in the asset dependencies definition file of theproject. Given that Foxy does not manipulate any asset dependencies, and let alone the version constraints,this allows NPM, Yarn or pnpm to solve the asset dependencies without any intermediary. Moreover, the entirevalidation with the lock file and installation process is left to NPM, Yarn or pnpm.

It is Secure

Foxy restores the Composer lock file with all its PHP dependencies, as well as the asset dependenciesdefinition file, in the previous state if NPM, Yarn or pnpm ends with an error.

Features

  • Compatible withSymfony Webpack EncoreandLaravel Mix
  • Works with Node.js and NPM, Yarn or pnpm
  • Works with the asset dependencies defined in thepackage.json file for projects and PHP libraries
  • Works with the installation in the dependencies of the project or libraries (not in global mode)
  • Works with public or private repositories
  • Works with all features of Composer, NPM, Yarn and pnpm
  • Retains the native performance of Composer, NPM, Yarn and pnpm
  • Restores previous versions of PHP dependencies and the lock file if NPM, Yarn or pnpm terminates with an error
  • Validates the NPM, Yarn or pnpm version with a version range
  • Configuration of the plugin per project, globally or with the environment variables:
    • Enable/disable the plugin
    • Choose the asset manager: NPM, Yarn or pnpm (npm is used by default)
    • Lock the version of the asset manager with the Composer version range
    • Define the custom path of binary of the asset manager
    • Enable/disable the fallback for the asset package file of the project
    • Enable/disable the fallback for the Composer lock file and its dependencies
    • Enable/disable the running of asset manager to keep only the manipulation of the asset package file
    • Override the install command options for the asset manager
    • Override the update command options for the asset manager
    • Define the custom path of the mock package of PHP library
    • Enable/disable manually the asset packages for the PHP libraries
  • Works with the Composer commands:
    • install
    • update
    • require
    • remove

Documentation

Installation

Installation instructions are located inthe guide.

License

Foxy is released under the MIT license. See the complete license in:

LICENSE

About

Foxy is aFrançois Pluchino initiative.See also the list ofcontributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in theGithub issue tracker.

Acknowledgments

Thanks toTobias Munk to have suggesting this name


[8]ページ先頭

©2009-2025 Movatter.jp