flexphp / skeleton
Skeleton PHP for FlexPHP library
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/flexphp/skeleton
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-09-20 04:58:21 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.