payperlez/inna
最新稳定版本:1.4.3
Composer 安装命令:
composer require payperlez/inna
包简介
A PHP minimal framework which allows you to control every bit of it.
关键字:
README 文档
README
INNA: A PHP minimal framework which allows you to control every bit of it. Special thanks to our Payperlez Team working on this.
HOW TO USE
- Install composer globally. Do the following on a Linux. Visit here for windows.
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" $ php -r "if (hash_file('sha384', 'composer-setup.php') === 'c8b085408188070d5f52bcfe4ecfbee5f727afa458b2573b8eaaf77b3419b0bf2768dc67c86944da1544f06fa544fd47') { echo 'Installer verified'.PHP_EOL; } else { echo 'Installer corrupt'.PHP_EOL; unlink('composer-setup.php'); exit(1); }" $ php composer-setup.php $ php -r "unlink('composer-setup.php');" $ mv composer.phar /usr/local/bin/composer
- Create a new project using composer.
$ composer create-project payperlez/inna [project_name] -s stable
- Generate Keys
$ openssl rand -hex 32
- Create migrations
$ ./migrations add table_name column:type column:type ...
- Apply migrations
$ ./migrations update
- Built With [ List of applications using INNA PHP FRAMEWORK ]
1. myblogpay.com
Todo
- Work on database migrations [ Alter tables etc ]
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-08
