PHP Classes

Packages of Benjamin Boigienman

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Benjamin Boigienman (3)  >  Mission progress status  >  Reputation  
Picture of Benjamin Boigienman
Name: Benjamin Boigienman <contact>
Classes: 3
Country: France France
Age: 44
All time rank: 14711 in France France
Week rank: 195 Down10 in France France Up
All time users: 13270
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 Anti-Hacking Session Manager  
User session management with security features
This class can manage user access sessions providing some security features.

It verifies whethers the IP address and the browser identification (user agent) are not different from those used when the session is created. Otherwise, the session is flagged as invalid. An exception is opened for users accessing the site via AOL, due to the rotating proxy problem.

It also provides functions for setting, getting, removing and checking the existance of individual session variables.

The session variables can be referred using dots for separating the names of indexes of sessions variables stored in multi-dimensional associative arrays, like for instance, "config.ip" instead for $_SESSION["config"]["ip"].

In French:

Cette classe contrôle que l'adresse ip et le user-agent sont identiques tout au long de la session. Si ce n'est pas le cas, c'est que votre session a été "volée". Cette classe vous permet aussi de gérer les variables de session plus simplement.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 71% 71% - 67% - - 49% 2818
Month: Not yet rated by the users

  Files folder image French White Pages  
Submit a search query to the French white pages
This class can access the French white pages site to submit a search query and collect the results.

It can perform a search using as criteria a name, surname, location name and optionally an address.

In French:

Cette classe (écrite en php5) permet de soumettre directement une requête aux pages blanches (et jaunes) françaises. Ne peut-être utilisé dans un but commercial.
Not enough user ratings

  Files folder image VAT Checker  
PHP Programming Innovation award nominee
May 2005
Number 6
Check if a European VAT number is valid
This class can check whether an VAT (Value Added Tax) number is valid according to rules of each European country.

The class loads VAT number structure using regular expressions for each European country defined in a separate XML file.

If the given VAT number structure is correct, the class checks the VIES site (VAT Information Exchange System) to verify whether the VAT number is valid.

The class can present error messages in either English are French. Support for more idioms can add easily updating the error XML file.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 90% 90% - 80% - - 62% 981
Month: Not yet rated by the users


  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