Download the PHP package proximify/foreign-packages without Composer
On this page you can find all versions of the php package proximify/foreign-packages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download proximify/foreign-packages
More information about proximify/foreign-packages
Files in proximify/foreign-packages
Package foreign-packages
Short Description Install and update foreign package dependencies (NPM, Yarn, PIP, etc) when a composer project is installed or updated.
License MIT
Informations about the package foreign-packages
Foreign Packages
Install and update foreign package dependencies (NPM, Yarn, PIP, etc) when a composer project is installed or updated.
Getting Started
Add the following script commands to your composer.json
Create the file ForeignPackages.json
under the settings
folder of your project and define the paths to each type of foreign package. For example,
defines the directory src/nodejs
as an NPM package. When your project is installed, the command npm install
will be run within this directory. Similarly, when you project is updated, the command npm update
will be run in that directory.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to and actually do, grant us the rights to use your contribution. For details, visit our Contributor License Agreement.
When you submit a pull request, we will determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided. You will only need to do this once across all repositories using our CLA.
This project has adopted the Proximify Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
License
Copyright (c) Proximify Inc. All rights reserved.
Licensed under the MIT license.
Software component is made by Proximify. We invite the community to participate.