kapxapot/plasticode

PHP framework based on Slim framework


README

Latest Version on Packagist Build Status Coverage Status

PHP framework on top of Slim framework.

Sites built on Plasticode:

Project GitHub
Warcry.ru kapxapot/plasticode-warcry
DAComics.ru kapxapot/dacomics
Blizzard Streams (former blizzardstreams.com) kapxapot/blizzardstreams
Ассоциации kapxapot/associations
FTP Sync (unpublished and abandoned) kapxapot/ftpsync
Boilerplate kapxapot/plasticode-boilerplate

Manual

Phinx migrations

Plasticode uses Phinx DB migrations.

Run all migrations

vendor/bin/phinx migrate

For non-default environment (stage, production):

vendor/bin/phinx -e environment

Rollback one migration

vendor/bin/phinx rollback

Create new migration

vendor/bin/phinx create NameOfMigration

Run tests

composer test