Packages from n0nag0n
-
PHP
n0nag0n/easy-curl
A simple wrapper library to make it easy to work with cURL (and to stop you from googling all the curl_setopt() you need)
-
-
PHP
n0nag0n/fatfree-environment-check
A small library that adds a route that runs a series of checks against your environment to make sure it's up to snuff.
-
PHP
n0nag0n/fatfree-permissions
A permissions module for your Fat-Free app to help with custom permissions.
-
PHP
n0nag0n/fatfree-tracy-extensions
A few Fat-Free specific extensions for Tracy Debugger to help debug your code quickly.
-
PHP
n0nag0n/fatfree-xss-filter
XSS Filter to properly clean your request data from XSS related attacks.
-
PHP
n0nag0n/shoofly
A fork of Fat-Free by Bong Cosca to update and elevate the framework to modern standards.
-
PHP
n0nag0n/simple-job-queue
A simple library for interfacing with other job queue providers that gives you plenty of flexibility. Currently supports MySQL
-
PHP
n0nag0n/super-model
A simple base model you can extend to reduce your hard coded SQL queries and get 90% of your db requests done quick.