PHP Classes

Packages of Daniele Cruciani

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Daniele Cruciani (3)  >  Mission progress status  >  Reputation  
Picture of Daniele Cruciani
Name: Daniele Cruciani <contact> Daniele Cruciani Google profile
Classes: 3
Country: Italy Italy
Age: 50
All time rank: 235794 in Italy Italy
Week rank: 195 Up8 in Italy Italy Up
All time users: 1009
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image AES128 Encrypter  
Encrypt and decrypt data with AES 128
This class can encrypt and decrypt data with AES 128.

It can take a given data string and a key and encrypts it using the AES standard 128 bits. The encrypted data is returned encoded using base64.

The class can also do the opposite, i.e. decrypt data previous encrypted with AES 128 and encoded with base64 using the same key.

  Files folder image PHP Curl Parallel Requests  
Send multiple HTTP parallel requests with Curl
This class can send multiple HTTP parallel requests with the Curl extension.

It can queue one or more HTTP requests to be send to given URLs and register an object that implements a request sender interface to handle the responses.

The class calls the registered handler object when the response of queued request is returned.

The handler receives a response object that can be called to retrieve the response status, response headers and body data.

  Files folder image PHP Log With Rotatation  
Rotate log files that exceed a given size limit
This class can rotate log files that exceed a given size limit.

It can write messages to log files in a given directory.

The class can also scan the directory where the log files are stored and rename the files that exceed a given limit, so the next log messages are written to new files.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z