Giter Club home page Giter Club logo

phpstan-civicrm's Introduction

phpstan-civicrm

Extension for PHPStan to allow static analysis of CiviCRM.

Sponsors

The PHPStan CiviCRM was created through a sponsorship by Megaphone Technology Consulting ๐ŸŽ‰

Configuration

To use the PHPStan CiviCRM extension, you must define the root location of CiviCRM.

parameters:
    civicrm:
        root: sites/all/modules/civicrm

The default value expects CiviCRM to live in the Composer vendor directory, like it does for Drupal 8.

%currentWorkingDirectory%/vendor/civicrm/civicrm-core

The civicrm.root parameter this is equal to $civicrm_root as defined in the CMS integration settings. Here are some examples assuming your CMS is installed at /var/www/htdocs.

  • Drupal 7: /var/www/htdocs/drupal/sites/all/modules/civicrm/
  • Drupal 8: /vendor/civicrm/civicrm-core
  • Backdrop: /var/www/htdocs/backdrop/modules/civicrm/
  • Joomla: /var/www/htdocs/joomla/administrator/components/com_civicrm/civicrm/
  • WordPress: /var/www/htdocs/wordpress/wp-content/plugins/civicrm/civicrm/

phpstan-civicrm's People

Contributors

mglaman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mark-rodgers

phpstan-civicrm's Issues

Use CRM_Core_ClassLoader in customer autoloader

To better replicate CiviCRM's autoloading, we should investigate using a custom autoloader like phpstan-drupal. This can invoke CRM_Core_ClassLoader instead of scanDirectories to better simulate autoloading.๏ปฟ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.