PHP Classes

Packages of Nicola Pietroluongo

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Nicola Pietroluongo (2)  >  Mission progress status  >  Reputation  
Picture of Nicola Pietroluongo
Name: Nicola Pietroluongo <contact>
Classes: 2
Country: United Kingdom
Age: ???
All time rank: 3428152 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 442
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 Fakerino  
Generate fake names and other types of fake data
This package can generate many kinds of fake data, support different languages, and automatic database seeding.

It is an extensive framework for generating fake data of several types for different purposes. Currently it can generate:

- Fake single data like for instance a name, surname, integer, text, etc..
- Fake complex data like for instance of a person: name, surname, hobby, country, etc.
- Fake data in different languages
- Fake regular expression data like for instance an url '/www.\w+.com/'
- Fake data for entering in a database table rows
- Fake Twig template string like for instance "Hello Mr {{ surname }}"
- Fake data to set to PHP object properties or using setter functions

It can output the generated fake data in JSON, array and string formats.

The configuration may be read from an array or file in the formats YAML, XML, PHP, text and INI.
Not enough user ratings

  Files folder image PHP Character Counter  
Count characters and words of UTF-8 files
This class can count characters and words of UTF-8 files.

It can read a given text file and strip line break characters to count its characters and words in several ways.

Currently it counts the number of characters considering they are encoded in UTF-8 and also count the number of words.

The class outputs the number of characters and words to the console.

Counts the characters and words to the provided file.
Not enough user ratings


  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