Git Product home page Git Product logo

WebFiori Framework

Note: This repo contains the core of the framework. Application template can be found in the repo webfiori/app

What is WebFiori Framework?

WebFiori Framework is a mini web development framework which is built using PHP language. The framework is fully object-oriented (OOP). It uses semi-MVC model, but it does not force it. The framework comes with many features which can help in making your website or web application up and running in no time.

Supported PHP Versions

Build Status

Key Features

  • Provide minimum utilities to setup a small/medium web application.
  • Theming and the ability to create multiple UIs for the same web app using any CSS or JavaScript framework.
  • Building and manipulating the DOM of a web page inside PHP.
  • Basic template engine.
  • Fast and simple routing engine.
  • Creation of web services (or APIs) that supports JSON with data filtering and validation.
  • Middleware support for HTTP requests filtering before reaching application level.
  • Basic support for MySQL and MSSQL schema and query building.
  • Lightweight. The total size of framework core files is less than 3 megabytes.
  • Access management by assigning system user a set of privileges.
  • Customized sessions manager.
  • Support for creating and sending nice-looking HTML emails.
  • Autoload of user defined classes (loading composer packages also supported).
  • Ability to create background tasks and let them run in specific time using CRON.
  • Well-defined file upload and file handling sub-system.
  • Basic support for creating CLI Applications.

Standard Libraries

Following table shows build status of the standard libraries that the framework is composed of. The build is based on the latest stable PHP release.

Library Build Latest
HTTP
File
Json
UI
Collections
Database
CLI
Mailer
Errors and Exceptions Handler

Problems Solved

One of the things that any developer cares about any software project is the problem or problems it solves. As for WebFiori framework, It can help in solving the following problems:

  • The ability to create a customized links to web pages as needed by using Routing.
  • No need for touching HTML to play with the DOM by using UI Library of the framework.
  • Run PHP code as a CRON task through HTTP protocol or through terminal as a Background Job.
  • Changing whole user interface by changing one line of code through Theming.
  • Ability to move the source code of the web application without having to do a lot of re-configuration.
  • Sending HTML email messages with attachments without having to write a lot of code.
  • Solved the issues which are found in default PHP session management implementation by implementing a custom Sessions Management System.
  • Reduce the number of dependencies at which a developer need to set up a web application.

Getting Started

To learn the basics of how to use the framework, please head on to https://webfiori.com/learn. You can also read same docs which can be found in docs repo. In addition to that, you can read the API docs of the framework at the official website.

Setup

Local Development Environment

If you plan to test the framework on your local machine, the recommended way is to have AMP stack (Apache, MySQL and PHP). There are many available online. We suggest to use the ones that are offered by Bitnami. You can go to https://bitnami.com/stacks/infrastructure to check the available options.

After installing AMP stack, you can either use composer to install the framework or install it manually by download it through https://webfiori.com/download. If you plan to use composer, then you must first download composer from their website: https://getcomposer.org/download/. Once downloaded, place the .phar file in the folder htdocs or your server root. Once you do that, run the terminal in htdocs and run the following command:

php composer.phar create-project --prefer-dist webfiori/app my-site

This command will create new folder with the name my-site and install the framework inside it.

For more information about how to set up the framework, check here.

Contribution

For information on how to contribute to the project, check here.

Notes

  • If you think that there is a better way of doing things or wants new feature, feel free to drop an issue.
  • To report security vulnerabilities, please email [email protected].

License

The project is licensed under MIT license.

WebFiori's Projects

app icon app

🌸 PHP web development framewrok. Built to help in creating websites.

cli icon cli

Class library to simplify the process of creating command line based applications using PHP.

database icon database

Database abstraction layer of WebFiori framework.

docs icon docs

Documentation repo of WebFiori framework.

err icon err

A library for handling PHP errors and exceptions in a better way.

file icon file

Class library to read, write and, view files in PHP.

framework icon framework

🌸 PHP web development framewrok. Minimum tools to have a functional web application. https://t.me/webfiori

http icon http

HTTP handling helper library of WebFiori Framework.

json icon json

A JSON helper classes for creating JSON strings in PHP.

mail icon mail

Sockets-based library for sending HTML email messages.

ui icon ui

A set of classes for creating HTML documents.

vuetifycore icon vuetifycore

A base theme which contains basic page structure for creating vuetify based themes.

website icon website

WebFiori Framework website. Contains all docs and pages.

wf-components icon wf-components

Optional pre-made components to help in building your app faster.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.