php-analysis
This is the documentation for version 0.2.4 of php-analysis.
- API documentation
- Doc
- Stackoverflow questions
- Release notes
- Open-source license
- How to cite this software
- Funding sources sources.
- Dependencies
- Source code
- Issue tracker
Installation
To use 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.2.4</version>
</dependency>
</dependencies>
and change the Require-Libraries
field in /path/to/yourProjectName/META-INF/RASCAL.MF
like so:
Manifest-Version: 0.0.1
Project-Name: yourProjectName
Source: path/to/src
Require-Libraries: |lib://php-analysis|
info
dot.MF files must end with an empty line.