Skip to content

silviodelgado/flywork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

273 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flywork

Flywork

Lightweight PHP MVC framework

version Latest Stable Version Latest Unstable Version composer.lock

Codacy Badge Code Climate StyleCI

MIT license Issues This is a forkable respository

What is this?

Flywork is a lightweight PHP framework, using MVC pattern, which helps you to quickly create web applications.

You can see a proof of concept project in Flywork-poc project (will be updated soon).

Main Features

Flywork provides you the following features:

  • Route (custom and auto-route) management
  • RESTful request management support
  • Database access and handling
  • View management (using native engine)
  • Cache management
  • Session management
  • Language (translation) handling
  • Bundle engine for JS e CSS files (with minifier)
  • Form fields handling
  • Mail encapsulated adapter
  • Log management - PSR-3 compliant
  • Security methods (password, encryption and decryption)
  • Too few settings do start

Donate now!

Requirements

Dependencies

  • Language
    • PDO (PHP Data Objects) Extension (for Medoo library)
    • MbString Extension
    • OpenSSL Extension
  • External libraries

Get Started

Install via composer

Add Flywork to composer.json configuration file.

$ composer require interart/flywork

Then update the composer

$ composer update

See the proof of concept project in Flywork-poc to get more details about using features.

License

This project is licensed under The MIT License (MIT).

This is a free software (like free beer), but you can consider donate to help its development.
You can use Paypal (click in this link) to make a donation securely.

Contributing

If you have any idea how this project can be improved, please see Contributing section to get details. Thank you. :)

Roadmap

  • Change Session management class to accept others engines
  • Add Unit Tests

©2018-2019 Silvio Delgado

About

Lightweight PHP MVC framework

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages