Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Maietta committed Jun 8, 2021
0 parents commit 3d28429
Show file tree
Hide file tree
Showing 160 changed files with 11,204 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Abuty! Plugin for Fat Free Framework

** A work in progress **

Fat Free Framework plugin provides additional superpowers.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "premoweb/abuty",
"description": "Abuty! Gives your Fat Free Framework additional superpowers.",
"homepage": "https://abuty.com/",
"type": "f3-plugin",
"require": {
"bcosca/fatfree-core": "^3.7.3",
"ikkez/f3-events": "^v1.0.2",
"mobiledetect/mobiledetectlib": "^2.8",
"delight-im/auth": "^v8.3.0"
},
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Nick Maietta",
"email": "nick@premoweb.com",
"homepage": "https://abuty.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"autoload": {
"files": [
"src/index.php"
]
},
"config": {
"vendor-dir": "vendor/"
}
}
568 changes: 568 additions & 0 deletions src/index.php

Large diffs are not rendered by default.

Loading

0 comments on commit 3d28429

Please sign in to comment.