Skip to content

kapxapot/plasticode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Plasticode

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