ateliee / pmp
php5 frameworks
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ateliee/pmp
Requires
- php: >=5.0.0
This package is auto-updated.
Last update: 2025-09-29 01:23:39 UTC
README
pmpはsymfonyを模した超軽量フレームワークスです。
symfonyほどの高度な機能はありませんが、その分超軽量で快適に動作致します。
カスタマイズ性に優れており、管理ページはもとよりECサイト、ポータルサイトなど、
小規模サイトから中大規模サイトの構築にもオススメです。
完全日本産で、一通りの機能を最短構築できます。
また、phpのバージョンに依存しない作りを目指しており、
あらゆる環境のサーバーでの構築を目指しています。
composer install
"require": {
"ateliee/pmp": "dev-master"
}
一部の機能は他のライブラリに依存しています。
インストールされていない場合は下記にてインストールしてください。
"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