Giter VIP home page Giter VIP logo

minimalism's Introduction

Minimalism

Minimalism is a modular MVC (Model-View-Controller) framework for PHP 8.1. Minimalism is written to support both Webpages as well as APIs. The framework is small and doesn't offer many functions "off the hook", but it has been build with extensibility in mind. You can use minimalism without any other frills, or you can install one of the many services already present and use those functionalities.

Minimalism is tested, but please keep in mind this is a project which is maintained to support projects which we are currently developing. This means the time and effort we can put on minimalism is not as much as we would love.

Why did we write minimalism?

Yes, there are lots of frameworks out there, we appreciate it. Yet, we believed we could do something that was closer to our needs. We wanted a small framework with very basic support and a great epandability. This is why we created minimalism: it's what we needed.

If you think minimalism hits the right notes and you want to help, please jump to the Contribution section and send your love!

Minimalism Interfaces

Some of minimalism services are based on some common interfaces. These interfaces are implemented in services which offers different views on the same interface.

Please note that every installation of minimalism can only use one service implementing a minimalism interface. This means that should you like to use MySQL you won't be able to use any other service which implements minimalism-interface-sql.

Currently, the following interfaces have been created:

  • Sql: Interface to access data in database
  • User: Interface to define a project-specific user to be used in generic services
  • Mailer: Interface to send emails
  • Cache: Interface to cache data
  • Encrypter: Interface to manage simple data encryption

The interfaces do not offer functionalities, but they support services which implement the actual features

Minimalism Services

Installation

Docker

Contribution

If you think you can make minimalism better, we would love to hear from you! From bug fixes to proposed changes

All Changes Happen Through Pull Requests

Pull requests are the best way to propose changes. We actively welcome your pull requests:

  1. Fork the repo and create your branch from master.
  2. If you've added code that should be tested, add some tests' example.
  3. If you've changed APIs, update the documentation.
  4. Issue that pull request!

Your interfaces and services

If you have developed any interface or service for minimalism, please do let us know and we will add it in the list of interfaces and services!

Build With

  • PHP 8.1
  • minimalism - minimal modular PHP MVC framework

Versioning

This project use Semantiv Versioning for its tags.

Author

License

This project is licensed under the MIT license - see the LICENSE.md file for details

License: MIT

minimalism's People

Contributors

alldoka avatar carlonicora avatar mhitza avatar vadyakovenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

vadyakovenko

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.