https://github.com/boldgrid/imposter
https://github.com/boldgrid/imposter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/boldgrid/imposter
- Owner: BoldGrid
- License: gpl-2.0
- Created: 2019-04-16T14:41:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T14:42:05.000Z (about 7 years ago)
- Last Synced: 2025-01-22T13:51:34.629Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.