An open API service indexing awesome lists of open source software.

https://github.com/boldgrid/imposter


https://github.com/boldgrid/imposter

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# BoldGrid Imposter

Using composer, you can get started quickly:

```php
composer require boldgrid/unimposter
```

Then, configure within your composer.json:
```json
"extra": {
"boldgrid_imposter": {
"namespace": "Boldgrid\\Backup",
"namespaces": [
"Boldgrid\\WpHelpTabs"
]
}
}
```

## Changelog ##

### 1.0.0 ###
* Initial release.