flexphp / skeleton
Skeleton PHP for FlexPHP library
dev-develop
2021-06-06 17:00 UTC
Requires
- php: >=7.4
- ext-json: *
Requires (Dev)
- phpmd/phpmd: ^2.10
- phpstan/phpstan: ^0.12.88
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- symfony/var-dumper: ^5.3
This package is auto-updated.
Last update: 2025-02-20 03:43:37 UTC
README
One Skeleton, Any Framework
Change between frameworks when you need. Keep It Simple, SOLID and DRY with FlexPHP.
Installation
Install the package with Composer:
git clone --depth=1 git@github.com:flexphp/skeleton.git library
- Rename skeleton to library
- Rename Skeleton to Library
- Unignore composer.lock file in
.gitignore
file - Remove
.gitignore
files in src and test folders - Update
README.md
file - Update
composer.json
file (if is necessary)
License
Skeleton is open-sourced software licensed under the MIT license.