Is it possible to use the arduino library in php?

I use this library https://github.com/ShubhamAnnigeri/tinyECC-ArduinoIDE to encrypt data from the sensor and send it through php sever (Apache) and post to the database? Is it possible if I call decrypt() from the library to decrypt the data in php before post it in database?

2 posts were merged into an existing topic: Is it possible to use the arduino library in php?