Download the PHP package icomefromthenet/faker without Composer

On this page you can find all versions of the php package icomefromthenet/faker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package faker

Faker - A Database testing tool.

There have been a few ports of the original Perl Faker and a few to php. What started as another has grown instead into a comprehensive data generation tool, powered by Doctrine DBAL and Symfony2 Components.

Where I think Faker will help you:

  1. Write PHPUnit DBUnit fixtures, this will save you time (especially if that involves more than one platform).
  2. You need to fill database with test data for various loading test.

If your a database tester or a lone developer Faker will help you test your database quicker.

Features

  1. Supports multiple platforms using Doctrine DBAL. (MySql|PGSQL|Oracle|Sqlite|MSSql).
  2. Supports PHPUnit Dataset XML for DBUnit fixtures.
  3. Supports Standard Sql DDL (insert statements) for the platforms mentioned above.
  4. Output Formats have their own templates that can be customized per project. (add own branding).
  5. Configured via XML file that feels closer to your database.
  6. Many built in datatypes, Including text, numeric , autoincrements, email , city names etc
  7. Embraces extension, write own types, writters and locales.
  8. Installed via composer.
  9. Analyse and build struct from existing database.
  10. Seed your random number generator for repeatable results (seed global|table|column|type).
  11. Supported custom locals, generate test data in unicode. (Not just ENGLISH).
  12. Project folder that can be version controled with your project.

Requirements.

SQlite3, PHP5.3.3, MBString, Pear and Linux / Mac (windows support in beta).

All components are included by default in package installs of php.

How to install

The easist way to install to use composer

Read more from the starting guide

Quick Example - still wondering

Turn your SCHEMA

Calling command

INTO DATA


All versions of faker with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
icomefromthenet/reverse-regex Version ^0.1.0.0
monolog/monolog Version ^1.2
symfony/filesystem Version ^2.8
symfony/class-loader Version ^2.8
symfony/config Version ^2.8
symfony/console Version ^2.8
symfony/event-dispatcher Version ^2.8
symfony/finder Version ^2.8
symfony/yaml Version ^2.8
symfony/http-kernel Version ^2.8
twig/twig Version ^2.0
pimple/pimple Version 1.0.*
doctrine/common Version ^2.8
doctrine/dbal Version ^2.8
zendframework/zend-progressbar Version ^2.5.2
zendframework/zend-text Version ^2.6
ext-dom Version *
ext-spl Version *
ext-pcre Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package icomefromthenet/faker contains the following files

Loading the files please wait ....