2017 © Pedro Peláez
 

library pmp

php5 frameworks

image

ateliee/pmp

php5 frameworks

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

高機能php frameworks

image, (*1)

pmpはsymfonyを模した超軽量フレームワークスです。, (*2)

symfonyほどの高度な機能はありませんが、その分超軽量で快適に動作致します。, (*3)

カスタマイズ性に優れており、管理ページはもとよりECサイト、ポータルサイトなど、, (*4)

小規模サイトから中大規模サイトの構築にもオススメです。, (*5)

完全日本産で、一通りの機能を最短構築できます。, (*6)

また、phpのバージョンに依存しない作りを目指しており、, (*7)

あらゆる環境のサーバーでの構築を目指しています。, (*8)

composer install

    "require": {
        "ateliee/pmp": "dev-master"
    }

一部の機能は他のライブラリに依存しています。, (*9)

インストールされていない場合は下記にてインストールしてください。, (*10)

    "require": {
        ...
        "pear-pear.php.net/PEAR" : "*",
        "pear-pear.php.net/Mail" : "*"
    }

autoload

require 'vendor/autoload.php';

ファイル構成

/app/
/src/
/vendor/
/web/

TODO

  • model index column
  • command support
  • install command

The Versions

07/07 2015

dev-master

9999999-dev https://github.com/ateliee/pmp

php5 frameworks

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

  • pear-pear.php.net/pear *
  • pear-pear.php.net/mail *

17/12 2014

0.1.0

0.1.0.0 https://github.com/ateliee/pmp

php5 frameworks

  Sources   Download

MIT

The Requires

  • php >=5.0.0