Services - aPisC/phroper GitHub Wiki
The services are inherited from Phroper/Services class.
The services are used to implement appliation logic. They can be accessed through a controller or can be used by another service. If the services allowDefaultController returns true, the find, findOne, create, update, delete, count functions will be accessible through an auto generated controller.