%3C%21-- Google Tag Manager --%3E %3C%21-- End Google Tag Manager --%3E

Can Beanstalk work with Composer?

Composer is a Dependency Manager for PHP. Using Composer allows you to declare the libraries your project depends on, and Composer will install or update the libraries for you.

You can use Composer with Beanstalk by having a composer.json file in your repository root directory. It works with both Git and Subversion repositories.

With SFTP deployments from Beanstalk's deployment tools, you can run Post-Deployment commands to install Composer dependencies for your project (i.e., composer install). The dependencies install in the standard Composer vendor directory.

To learn more about Composer visit the Composer homepage.

If you have any questions about using Composer in Beanstalk, don’t hesitate to contact support (use the Contact button at the top right)!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us