Fano Framework
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
fanoframework.github.io
Fano Framework documentation
-
-
fano-http
Forked from zamronypj/fano-httpExample Fano Framework http web application using libmicrohttpd
-
fano-cli
Forked from zamronypj/fano-cliCommand line tools to help scaffolding web application using Fano Framework.
-
fano-mhdipv6
Example Fano HTTP web application to demonstrates how to use IPv6 address
-
fano-ipv6
Example Fano SCGI web application that demonstrates how to use IPv6 address
-
fano-jwt
Example project that demonstrates how to sign and verify JWT with Fano Framework
-
fano-csrf
Forked from zamronypj/fano-csrfFano web application example to demonstrate CSRF protection
-
fano-user-agent
Example Fano Framework web application to demonstrate how to use user agent utility to identify client browser, OS and device type.
-
fano-mvc
Sample MVC web application that load data from model to view using Fano Framework
-
fano-db-session
Example web application to demonstrate use of session which use MySQL database for storage
-
fano-verb-tunneling
Fano Famework example web application demonstrates how to use HTTP verb tunneling (method override)
-
fano-pdf
Example Fano Framework web application to demonstrate PDF document generation
-
fano-basic-auth
Example Fano Framework web application to demonstrate use of HTTP Basic Authentication RFC 2617
-
fano-cgi-fcgi
Example Fano Framework web application which fallback to CGI when web server not support FastCGI
-
fano-postgresql
Example Fano Framework web application to demonstrate how to use PostgreSQL database
-
fano-validation
Forked from zamronypj/fano-validationExample web application to demonstrate form validation in Fano Framework
-
fano-scgi-upload
Forked from zamronypj/fano-scgi-uploadExample Fano Framework web application that demonstrates validation of file upload
-
fano-db-pool
Forked from zamronypj/fano-db-poolExample Fano Framework web application to demonstrates usage of database pool connection
-
fano-json-request
Example Fano Framework web application which demonstrates how to handle request with JSON body
-
fano-cache-control
Example Fano Framework web application that demonstrate Cache-Control middleware
-
fano-email
Example Fano Framework web application to demonstrate sending email utility
-
fano-db-logger
Example Fano Framework web application to demonstrate how to log messages to MySQL database.
-
fano-app-db
Sample MVC web application that load data from MySQL model to view using Fano Framework
-
-
fano-session-cookie
Forked from zamronypj/fano-session-cookieExample application to demonstrate how to use session with Fano Framework and store session data in encrypted cookie
-
fano-elastic
Forked from zamronypj/fano-elasticExample Fano Framework web application using Elasticsearch and fpHttpClient
-
fano-elasticsearch
Sample Fano Framework web application that loads data from Elasticsearch
-
fano-app-middleware
Forked from zamronypj/fano-app-middlewareSample web application using Fano web framework and middleware
-
fano-session
Forked from zamronypj/fano-sessionExample Fano web application to demonstrate how to use session