Giter VIP home page Giter VIP logo

hexasys's Introduction

hexasys

A PHP Framework to ease development

What ?

This framework is the result of some years of development of a PHP server backend, started from scratch with out any external framework.

It has got several different components which ease Web application development. Here are some of the functionalities provided :

  • Database connector.
  • QPath utility : making SQL queries really simple, no bloat. Performances inspector : tells you which columns you retrieved but did not use, with the precise callstack involved.
  • Calendar : manage periods of time in a simple way, although being very expressive (from to but not week ends and from to without mondays, ...). Periods descriptions are described in a polonese format to be parsed simply and efficiently.
  • Log utility.
  • CDI thing, very light.
  • Secured access to back office pages, RBAC policy. Easily extensible.
  • Database schema migration eased. You can in just one call upgrade your production database schema to your new development one.
  • Tools to manage in DB lists and trees structures.
  • I18N.
  • Stored variables : you can store and load variable content to and from the disk.
  • Proxy connectors : easily make calls between two or more instances of your server.
  • Background jobs management.
  • GWT connector (with a Java component that will be soon opensourced too).

How to use ?

Just download the thing and add this in your code (for example in your index.php file) :

// tell to HexaSys where you application folder is :
define( "APP_DIR", dirName( __FILE__ ) . '/app/' );

// include the bootstrapper file
include_once 'hexasys/hexasys.inc.php';

QPath

One of the easiest components to deal with is QPath. It allows you to make powerful queries without writing any SQL. It is designed to solve 90% of the boring-to-write SQL queries. For the 10% left, just continue to make native SQL queries...

Soon to be continued...

hexasys's People

Contributors

ltearno avatar

Watchers

 avatar  avatar  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.