{"id":15024216,"url":"https://github.com/gjerokrsteski/pimf-framework","last_synced_at":"2025-04-09T20:02:53.081Z","repository":{"id":4693442,"uuid":"5840426","full_name":"gjerokrsteski/pimf-framework","owner":"gjerokrsteski","description":"Micro framework for PHP that emphasises minimalism and simplicity","archived":false,"fork":false,"pushed_at":"2021-03-10T08:59:14.000Z","size":1873,"stargazers_count":43,"open_issues_count":1,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-09T20:02:34.278Z","etag":null,"topics":["micro-framework","oop","php","php-library","php56","php7","php71","php72","pimf-framework"],"latest_commit_sha":null,"homepage":"pimf-framework.de","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gjerokrsteski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-17T12:09:35.000Z","updated_at":"2023-03-28T04:40:13.000Z","dependencies_parsed_at":"2022-08-06T17:30:18.661Z","dependency_job_id":null,"html_url":"https://github.com/gjerokrsteski/pimf-framework","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjerokrsteski%2Fpimf-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjerokrsteski%2Fpimf-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjerokrsteski%2Fpimf-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjerokrsteski%2Fpimf-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjerokrsteski","download_url":"https://codeload.github.com/gjerokrsteski/pimf-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103865,"owners_count":21048245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["micro-framework","oop","php","php-library","php56","php7","php71","php72","pimf-framework"],"created_at":"2024-09-24T19:59:58.278Z","updated_at":"2025-04-09T20:02:53.022Z","avatar_url":"https://github.com/gjerokrsteski.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Welcome to PIMF\n====================\n[![Build Status](https://travis-ci.org/gjerokrsteski/pimf-framework.svg?branch=master)](https://travis-ci.org/gjerokrsteski/pimf-framework) [![Latest Stable Version](https://img.shields.io/packagist/v/gjerokrsteski/pimf-framework.svg?label=stable)](https://packagist.org/packages/gjerokrsteski/pimf-framework)  [![Code Climate](https://codeclimate.com/github/gjerokrsteski/pimf-framework.png)](https://codeclimate.com/github/gjerokrsteski/pimf-framework) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/f73307c6-0864-454f-967d-cebfd1e4b304/mini.png)](https://insight.sensiolabs.com/projects/f73307c6-0864-454f-967d-cebfd1e4b304) [![Total Downloads](https://poser.pugx.org/gjerokrsteski/pimf/downloads)](https://packagist.org/packages/gjerokrsteski/pimf) [![License](https://img.shields.io/packagist/l/gjerokrsteski/pimf-framework.svg)](https://packagist.org/packages/gjerokrsteski/pimf-framework)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pimf-framework/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Dependency Status](https://www.versioneye.com/user/projects/53db39104b3ac84fbb0001ca/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/53db39104b3ac84fbb0001ca) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/gjerokrsteski/pimf-framework/badges/quality-score.png?s=6455d019460628327434d85520bd13c4d03a2673)](https://scrutinizer-ci.com/g/gjerokrsteski/pimf-framework/)\n\nHave you ever wanted a PHP framework which perfectly adapts to the needs of your project? A thin PHP framework with minimal installation configuration as well as being easy to learn? PIMF is about to satisfy your demands!\n\nGetting Started\n---------------\nThis repository contains the core code of the PIMF framework. If you want to build an application using PIMF, please use one of the quick-start bundles below.\n\nQuickstart with PIMF-Blog bundle using SQLite\n---------------------------------------------\nThis Blog is a run-ready bundle which uses PIMF framework and includes a blog application based on the SQLite database. Here you can learn how to work with \\Pimf\\EntityManager, \\Pimf\\Util\\Validator and \\Pimf\\View. https://github.com/gjerokrsteski/pimf-blog\n\nQuickstart with PIMF-Blog bundle using MySQL and SQLite\n-------------------------------------------------------\nThis Blog is a run-ready bundle which uses PIMF framework and includes a blog application based on the MySQL database. Sessions will be stored in a SQLite database.\nHere you can learn how to work with Pimf\\EntityManager, Pimf\\Util\\Validator and Pimf\\View. https://github.com/gjerokrsteski/pimf-blog-mysql\n\nQuickstart with PIMF-Vanilla bundle\n------------------------------\nThis is a run-ready \"Hello world\" bundle using PIMF micro-framework. Here you can learn how to work with \\Pimf\\View and \\Pimf\\Router. https://github.com/gjerokrsteski/pimf-vanilla\n\nQuickstart with PIMF-Haanga bundle\n-----------------------------\nThis is a run-ready \"Hello world\" application using PIMF micro-framework and Haanga (http://haanga.org/documentation) - a fast and secure template engine for PHP that uses Django syntax.\nHere you can learn how to work with \\Pimf\\View\\Haanga template engine and \\Pimf\\Router. https://github.com/gjerokrsteski/pimf-haanga\n\nQuickstart with PIMF-Twig bundle\n-----------------------------\nThis is a run-ready \"Hello world\" application using PIMF micro-framework and Twig - a flexible, fast, and secure template\nengine for PHP (http://twig.sensiolabs.org) brought to us by the Symfony framework developers. Here you can learn how to work\nwith \\Pimf\\View\\Twig template engine and \\Pimf\\Router. https://github.com/gjerokrsteski/pimf-twig\n\nQuickstart with PIMF-Command bundle\n-----------------------------\nThis is a run ready \"Hello world\" bundle using PIMF micro framework. Here you can learn how to work with \\Pimf\\Cli and write actions for the command line interface. https://github.com/gjerokrsteski/pimf-command\n\nQuickstart with PIMF-Transphporm bundle\n-----------------------------\nThis is a run-ready \"Hello world\" application using PIMF micro framework and Transphporm (https://github.com/Level-2/Transphporm), a template engine that separates logic from markup and that uses a syntax already familiar to web developers. Here you can learn how to work with \\Pimf\\View\\Transphporm template engine and \\Pimf\\Router. https://github.com/garrettw/pimf-transphporm\n\n\nLearning PIMF\n-------------\nOne of the best ways to learn PIMF is to read through the entirety of its documentation. This guide details all aspects of the framework and how to apply them to your application. http://docs.pimf-framework.de\n\nRead the PIMF Starter book almost anywhere. Available as a PDF, EPUB, and MOBI. You can now read it on all devices, as well as offline: http://book.pimf-framework.de\n\nPIMF Philosophy\n---------------\nMost PHP frameworks are bigger than the problem you are trying to solve. A big and complex framework can't protect you from poor business logic, and will often become a large part of your problem. Often you need 20% or less from the functionality of a full-stack framework to solve your problem. Therefore finding the right 20% of the framework functionality solves the remaining 80% of your problem. PIMF is an opinionated framework which follows common best practises that strives to be those right 20%.\n\nPIMF was first created for our own personal use. The aim was to deliver robust and secure projects fast. We just wanted one easy framework, which could be used for all of our projects. And then - PIMF was born!\n\nPIMF’s implementation is based on well proven design patterns as well as fast object relation mapping mechanisms. PIMF is designed to be upgrade friendly - so that you can upgrade to newer versions with minimal effort.\n\nFramework Sponsor\n-------------------\nJetBRAINS supports the development of PIMF with PHPStorm licenses and we feel confident that PHPStorm strongly reinforces PIMF's quality. Use PHPStorm! http://www.jetbrains.com/phpstorm/\n\n### License\n\nThe PIMF framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjerokrsteski%2Fpimf-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjerokrsteski%2Fpimf-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjerokrsteski%2Fpimf-framework/lists"}