Download the PHP package unisys12/fake-canine without Composer
On this page you can find all versions of the php package unisys12/fake-canine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download unisys12/fake-canine
More information about unisys12/fake-canine
Files in unisys12/fake-canine
Package fake-canine
Short Description Extend FakerPHP to add support for adding fake Canines to a project
License MIT
Homepage https://github.com/unisys12/fake-canine
Informations about the package fake-canine
WIP: Fake-Canine
Extends FakerPHP to add support for adding fake Canines to a project
Installation
You can install the package via composer:
Usage
In a Laravel project, you would simply pass the faker
property to the FakeCanineProvider
like so,
Gender
gender
is a property of Unisys12\FakeCanine\FakeCanineProvider
and is set to null
at initialization of the class. To generate a random name, a gender must be selected first. Once this is done, by calling the name()
method, the gender selected is stored in a public property that is assessable to the class.
The above behavior might change in the future.
Testing
On Windows, you should add a -w
tag (without a space) to the script cmds located in the composer.json
.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Phillip Jackson
- All Contributors
License
The MIT License (MIT). Please see License File for more information.