features
downloads
screenshots
contribute
contact
references
faq
help

[Enhancement] i-MSCP Tools Now Listed on Packagist

dev_marek
Posted: 2025-06-25 11:30

Just a quick update for those using i-MSCP in custom workflows: the core utility tools and API libraries have now been published on Packagist. This makes it easier to include them via Composer in your projects.

No more manual copying or version management. Simply require them and stay up to date.

vhost_mgr
Posted: 2025-06-25 12:02

This is a big time-saver. We had a local clone of the git repo just to access helper functions. Will test integration with our deployment pipeline this week.

phpartisan
Posted: 2025-06-25 12:37

Can confirm it’s working. The namespace structure is clean and PSR-4 compliant. Also noticed that older deprecated methods have been removed, which is good.

dev_marek
Posted: 2025-06-25 13:05

Glad to hear it! Please report any issues via the internal bug tracker. Planning a minor version bump with better docs next week.

i-MSCP Tools Officially Available on Packagist

As of June 25, 2025, core utilities and API libraries for i-MSCP have been published on Packagist, enabling easier integration via Composer. This eliminates the need for manual downloads or Git repository clones, streamlining project setup and dependency management for developers.

Composer Integration Simplifies Workflow Automation

With the tools now PSR-4 compliant and accessible through Composer, users can maintain clean version control and benefit from automatic updates. Deprecated methods have been removed, and the namespace structure has been modernized to meet PHP best practices.

Developer Feedback Highlights Improved Usability

Early adopters have reported successful integration into custom deployment pipelines and praised the cleaner architecture. The move has already reduced redundant setup efforts and improved tool portability across development environments.

Upcoming Improvements and Community Support

The development team is planning a minor version bump next week, which will include improved documentation. Users are encouraged to report any issues through the internal bug tracker to ensure continued enhancements and stability.