Giter VIP home page Giter VIP logo

liteframe's Introduction

LiteFrame: A PHP Micro Framework

Latest Stable Version Latest Unstable Version Build Status License

Frameworks are great but most are wild; difficult to setup, consume lots of resources, require advanced knowledge of programming or knowledge of everything in some 100 page docs.

Although they have their benefits, it's a lot for a beginner, someone who is new to frameworks or someone simply behind schedule.

A typical setup process on a standard framework looks like this

  • Install composer (If it does not exists)
  • Run composer install
  • Generate app key
  • Configure env
  • Setup and run migration files
  • Configure server document root (I'm sorry if you're on a shared hosting, good luck hacking your way through)
  • And the list continues

LiteFrame is a small (micro) but powerful framework that selectively re-implements basic features of standard frameworks in non heartbreaking ways.

Features

  • Fast and lightweight
  • Easy setup (no shell commands required)
  • RedBeanPHP - automatically builds your database on the fly. (No migration files required)
  • Easy Routing
  • Middleware Support
  • Commands
  • Job Scheduling Support
  • Support for Blade Templating using BladeOne
  • FlySystem Support (for files)
  • Data Validation
  • Modularity
  • Unit Testing Support

Installation

Download the latest release here and unzip it. that's all!

Still need it the Composer way?

composer create-project avonnadozie/liteframe

Documentation

Feedback

For bugs, improvements or guide, simply create an issue. Thanks ๐Ÿ‘

How to Contribute

  • Fork the project.
  • Make your bug fix or feature addition.
  • Add tests for it. This is important so we don't break it in a future version unintentionally.
  • Send a pull request.

liteframe's People

Contributors

avonnadozie avatar ugwuanyiandy avatar collinsugwu avatar

Watchers

James Cloos avatar

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.