Does PHP have like ruby gem bundler?

前端 未结 2 893
无人共我
无人共我 2021-02-06 01:03

I am PHP programmer that know Rails.

Ruby gem bundler very good tool to install dependencies, does php have something like that?(maybe some php framework have such tool)

相关标签:
2条回答
  • 2021-02-06 01:48

    There is Composer.

    Composer is a package manager tracking local dependencies of your projects and libraries.

    Then you have Packagist (which is the main Composer repository).

    Packagist is the main Composer repository. It aggregates all sorts of PHP packages that are installable with Composer.

    And you can also manage your private/own repository using Satis.

    Simple static Composer repository generator.

    By the way, a post from the author about What & Why Composer.

    0 讨论(0)
  • 2021-02-06 01:52

    there is pecl for php, for php extensions.

    0 讨论(0)
提交回复
热议问题