Further Resources

Although this book has aimed to be a thorough resource, SuiteCRM is large and feature rich. Therefore it is not possible to include all the information you may require. Here are some extra resources for developing with SuiteCRM.

SuiteCRM Website

The SuiteCRM website suitecrm.com has many excellent resources including:

External SuiteCRM Resources

SuiteCRM GitHub - The SuiteCRM source code is hosted on GitHub. Here you can get bleeding edge code changes and even contribute code.

SugarCRM Resources

SuiteCRM has strived to remain compatible with the SugarCRM community edition and much of the documentation is still valid. The appropriate version for SuiteCRM information is 6.5. Versions of documentation higher than this (i.e. 7) will probably not be relevant.

  • PHP - The main language used by SuiteCRM

  • Smarty - The templating language used throughout SuiteCRM

  • XDebug - Debugging/profiling extension for PHP

  • Git - Distributed version control system

  • JQuery - Javascript library used in SuiteCRM

  • PHPMailer - Email library used in SuiteCRM

  • OPcache - PHP opcode cache (built into PHP 7+), strongly recommended for production

  • WinCache - Windows PHP opcode cache

  • PHPStorm - PHP IDE (Paid)

  • Visual Studio Code - Free editor with PHP support via extensions (e.g. Intelephense)

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.