kapxapot / plasticode
PHP framework based on Slim framework
v0.8
2021-02-14 21:44 UTC
Requires
- php: ^7.4
- j4mie/idiorm: ^1.5
- jublonet/codebird-php: ^3.1
- monolog/monolog: ^1.22
- respect/validation: ^1.1
- slim/slim: ^3.8
- slim/twig-view: 2.5.0
- symfony/yaml: ^3.3
- vlucas/phpdotenv: ^2.4
- webmozart/assert: ^1.5
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpspec/prophecy: ^1.10.3
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9
This package is not auto-updated.
Last update: 2025-04-02 06:52:54 UTC
README
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