Account information management tool.
This project is maintained by liuxd
git clone git@github.com:open-sesame/OpenSesame.git
cp dev/config.ini.sample src/config.ini
cd open-sesame/dev
php phar-packer.php --name=os --path=../src/
nohup php -S 0.0.0.0:8000 os.phar > /dev/null &
Then visit http://localhost:8000.
Two modes : Web Page
、Command Line
Web Page - As you can see.
Command Line - As followed :
debug
.PSR-1
、PSR-2
dev/
folder, run composer.phar install
to install the sanning tool../code-sniffer.sh
php index.php createCmd {$command_name}
php index.php createController {$controller_name}
phar.readonly
as Off
in php.ini
.dev/phar-packer.php
./phar-packer.php --name=opensesame --path=../src
dev/release.sh
./release.sh v5.0.1