2017 © Pedro Peláez
 

library yeah

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

image

palethorn/yeah

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  • Sunday, July 29, 2018
  • by Palethorn
  • Repository
  • 1 Watchers
  • 4 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 13 % Grown

The README.md

Build Status, (*1)

GENERAL INFO

Easiest way to install is to use composer. Add composer.json into your project root:, (*2)


{ "minimum-stability": "dev", "require": { "palethorn/yeah": "dev-master" } }

Then:, (*3)

composer update

You can also set up Yeah! DevTools and use it. Download from https://bitbucket.org/palethorn/yeah-devtools/src, (*4)

After setting up your alias:, (*5)

alias yeah="php /path/to/yeah/file/in/devtools/root"

you can then create folder and invoke, (*6)

yeah create_app project_name

Instruct your HTTP server to point to web folder as webroot., (*7)

Lighttpd rewrite rules:, (*8)

 url.rewrite-if-not-file = (
        "^/(.*)" => "/project_name.php/$1"
    )

Apache rewrite rules are similar. htaccess file example (NOT TESTED):, (*9)

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ project_name.php [L]

The Versions

29/07 2018

dev-refactoring

dev-refactoring

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

MIT

The Requires

 

framework php yeah

13/12 2017

dev-14-dependency-injection-improvement

dev-14-dependency-injection-improvement

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

MIT

The Requires

 

framework php yeah

08/05 2017

dev-master

9999999-dev

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

MIT

The Requires

 

framework php yeah

17/10 2016

2.0.0

2.0.0.0

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

The Requires

  • php >=5.3.0
  • yeah/yeah-devtools 1.0.0

 

framework php yeah

07/03 2015

1.3.0

1.3.0.0

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

The Requires

  • php >=5.3.0
  • yeah/yeah-devtools 1.0.0

 

framework php yeah

22/02 2015

1.2.0

1.2.0.0

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

The Requires

  • php >=5.3.0
  • yeah/yeah-devtools dev-master

 

framework php yeah

09/02 2015

1.1.0

1.1.0.0

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

The Requires

  • php >=5.3.0
  • yeah/yeah-devtools dev-master

 

framework php yeah

01/02 2015

1.0.0

1.0.0.0

Hopefully easy to use PHP framework, originally written for personal use. Then it started to grow...

  Sources   Download

The Requires

  • php >=5.3.0
  • yeah/yeah-devtools dev-master

 

framework php yeah