Giter Site home page Giter Site logo

Fracture PHP Framework

Fracture is a small web application framework with emphasis on best OOP practices and readability of code.

The purpose of this project is to create a system which provides a clear separation between framework and application with an unambiguous way to replace or extend any part of the framework.

####Current status: in development

Build Status Coverage Status Scrutinizer Quality Score

####Project's goals

  • Implementation for autoload, which lets you take advantage of PHP's ability to use case-insensitive class, namespace, trait and interface names. It also has to provide ability to switch between dynamic, configuration-based autoloading (for "development" stage of project) and predefined class-map driven approach (for "production" stage), since there are different priorities in each stage.

  • Clearly isolated routing of user's requests.The configuration of default router has to be simple, painless and easy to read. It also must easy to replace or extend it.

  • And the data, which user sends, must abstracted in a logical way, when it reaches the application. The developer should not interacting with PHP superglobals and a framework should not be encouraging it.

Fracture PHP framework's Projects

autoload icon autoload

Customizable and case-insensitive autoload library for Fracture PHP framework

fracture icon fracture

Original concept behind the framework. Discontiuned in favor of fine-grained set of independent libraries.

http icon http

Basic HTTP request and response abstraction

injector icon injector

DI Container library for Fracture PHP framework

routing icon routing

Simple routing library without dispatcher

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.