kamilsk / common
This package is abandoned and no longer maintained.
No replacement package was suggested.
Common codebase.
4.0.0
2018-01-24 16:31 UTC
Requires
- php: ^7.0
Requires (Dev)
- composer/composer: ~1.0
- doctrine/migrations: ~1.0
- jolicode/jolinotif: ^1.0.5
- monolog/monolog: ~1.0
- symfony/asset: ~3.0
- symfony/config: ~3.0
- symfony/twig-bridge: ~3.0
- symfony/yaml: ~3.0
README
Common codebase
Based on don’t repeat yourself principle.
Installation
Git (development)
$ git clone git@github.com:<your github account>/common.git $ cd common && composer install $ git remote add upstream git@github.com:kamilsk/common.git
Mirror
$ git remote add mirror git@bitbucket.org:kamilsk/common.git
Composer (production)
$ composer require kamilsk/common:^4.0
Feedback
Notes
- tested on PHP 7.0
- made with ❤️ by OctoLab