Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prinx/fakerphp-ghanaian
Ghanaian extension to FakerPHP
https://github.com/prinx/fakerphp-ghanaian
Last synced: 13 days ago
JSON representation
Ghanaian extension to FakerPHP
- Host: GitHub
- URL: https://github.com/prinx/fakerphp-ghanaian
- Owner: prinx
- License: mit
- Created: 2021-03-09T06:19:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T03:09:22.000Z (about 1 year ago)
- Last Synced: 2024-10-17T04:17:12.876Z (29 days ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Faker - Ghanaian extensions - Work In Progress
>This extension is still in development.
[![Packagist Downloads](https://img.shields.io/packagist/dm/FakerPHP/Ghanaian)](https://packagist.org/packages/fakerphp/Ghanaian)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/FakerPHP/Ghanaian/Continuous%20Integration/main)](https://github.com/FakerPHP/Ghanaian/actions)Ghanaian specific extensions for Faker
## Getting Started
### Installation
```shell
composer require fakerphp/Ghanaian
```### Documentation
Full documentation can be found over on [fakerphp.github.io](https://fakerphp.github.io).
### Basic Usage
Use `Faker\Ghanaian\Factory::sweden()` to create and initialize a faker generator with Ghanaian extensions.
```php
require_once 'vendor/autoload.php';// use the factory to create a Faker\Generator instance
$faker = Faker\Ghanaian\Factory::sweden();echo $faker->name();
// 'Åke Svensson';
```## License
Faker is released under the MIT License. See [`LICENSE`](LICENSE) for details.