This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -0,0 +1,24 @@
# WordPress Plugin Framework
<p>
Supports <code>PHP >= 5.6</code>.
<br>For contribution environment setup, it uses <code>Composer 2.X</code>
</p>
## Installation
Add below code snippet in `composer.json`, then run `composer install`.
```json
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:awesomemotive/sb-common.git"
}
],
"require": {
"smashballoon/framework": "dev-master"
}
}
```