2017 © Pedro Peláez
 

framework dumbophp

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

image

rantes/dumbophp

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  • Friday, June 22, 2018
  • by rantes
  • Repository
  • 2 Watchers
  • 6 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

DumboPHP

Build Status Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License DumboPHP, (*1)

Summary

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor)., (*2)

Setup

  • Get the latest version, clone it or download the zip.
  • Unzip if is needed.
  • Go to the folder and run the install script:
cd /path/to/DumboPHP/
sudo ./install.php

via composer

composer require rantes/dumbophp

Server configuration

  • PHP: Enable short open tags.
  • Apache: enable mod_rewrite., (*3)

  • Consider to set a local domain up with a virtual host)., (*4)

    • Remember to enable virtual host mod.
    • You can use this config as a sample:
#!apache

<VirtualHost *:80>
    ServerAdmin webmaster@localhos.com
    ServerName myproject.local
    ServerAlias myproject.local
    DocumentRoot /path/to/myproject
    <Directory /path/to/myproject/>
            Options Indexes FollowSymLinks
            AllowOverride All
            Order allow,deny
            allow from all
    </Directory>

</VirtualHost>
#!nginx

server {

    root /path/to/myproject/app/webroot;
    index index.php;

    server_name myproject.local;

    set $token "";

    if ($is_args) { # if the request has args update token to "&"
        set $token "&";
    }

    location / {
            set $args "${args}${token}url=${uri}";
            rewrite ^/(.*\.(png|gif|jpg|jpeg|js|pdf|css|ico|svg|json|webp|woff|ttf))$ /$1 break;
            try_files $uri $uri/ /index.php$is_args$args;
    }

    location ~ \.php$ {
            include snippets/fastcgi-php.conf;
            fastcgi_pass unix:/run/php/php7.4-fpm.sock;
    }

    location ~ /\.ht {
            deny all;
    }
}

Go Further

For more info, please visite homepage DumboPHP., (*5)

The Versions

22/06 2018

dev-master

9999999-dev https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

05/06 2017

v2.5.3

2.5.3.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

01/06 2017

v2.5.2.3

2.5.2.3 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

21/05 2017

v2.5.2.2

2.5.2.2 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

19/05 2017

v2.5.2.1

2.5.2.1 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

19/05 2017

v2.5.2

2.5.2.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

17/05 2017

v2.5.1

2.5.1.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

16/04 2017

v2.5

2.5.0.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

24/01 2017

dev-unittesting

dev-unittesting https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

14/09 2016

v2.4

2.4.0.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

31/05 2016

v2.3.10_rc1

2.3.10.0-RC1 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

31/05 2016

v2.3.10

2.3.10.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

29/03 2016

v2.3.9_rc1

2.3.9.0-RC1 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

29/03 2016

v2.3.9

2.3.9.0 https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record

29/03 2016

dev-develop

dev-develop https://github.com/rantes/DumboPHP

PHP Framework project built with MVC architecture, OOP paradigm and full ORM (native, not vendor).

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

orm framework php mvc active oop record