org.rascalmpl.php-analysis
This is the documentation for version 0.3.3 of org.rascalmpl.php-analysis.
- API documentation
- Doc
- Stackoverflow questions
- Release notes
- Open-source license
- How to cite this software
- Funding sources sources.
Installation
To use org.rascalmpl.php-analysis in a maven-based Rascal project, include the following dependency in the pom.xml file:
<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>php-analysis</artifactId>
<version>0.3.3</version>
</dependency>
</dependencies>