stelfi is an R package that fit a range of Hawkes and log-Gaussian Cox point process models. Models are fitted via maximum likelihood using Template Model Builder.
From CRAN install.packages("stelfi") or development version from GitHub:
require(devtools)
devtools::install_github("cmjt/stelfi")
See here for some examples of stelfi's functionality.