guibranco / pancake
The Pancake project, a toolkit for PHP projects
v0.14.4
2024-10-28 03:48 UTC
Requires (Dev)
- phpunit/phpunit: 11
- dev-main
- v0.14.4
- v0.14.3
- v0.14.2
- v0.14.1
- v0.14.0
- v0.13.0
- v0.12.3
- v0.12.2
- v0.12.1
- v0.12.0
- v0.11.11
- v0.11.10
- v0.11.9
- v0.11.8
- v0.11.7
- v0.11.6
- v0.11.5
- v0.11.4
- v0.11.3
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.30
- v0.8.29
- v0.8.28
- v0.8.27
- v0.8.26
- v0.8.25
- v0.8.23
- v0.8.22
- v0.8.21
- v0.8.20
- v0.8.19
- v0.8.18
- v0.8.17
- v0.8.16
- v0.8.15
- v0.8.14
- v0.8.13
- v0.8.12
- v0.8.11
- v0.8.10
- v0.8.9
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.32
- v0.7.31
- v0.7.30
- v0.7.29
- v0.7.28
- v0.7.27
- v0.7.26
- v0.7.25
- v0.7.24
- v0.7.23
- v0.7.22
- v0.7.21
- v0.7.20
- v0.7.19
- v0.7.18
- v0.7.17
- v0.7.16
- v0.7.15
- v0.7.14
- v0.7.11
- v0.7.10
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.3
- v0.7.0
- v0.6.27
- v0.6.26
- v0.6.25
- v0.6.24
- v0.6.23
- v0.6.22
- v0.6.21
- v0.6.20
- v0.6.19
- v0.6.15
- v0.6.13
- v0.6.12
- v0.6.11
- v0.6.10
- v0.6.9
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.0
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.21
- v0.2.20
- v0.2.19
- v0.2.18
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.21
- v0.1.20
- v0.1.19
- v0.1.18
- v0.1.17
- v0.1.16
- v0.1.15
- v0.1.14
- v0.1.13
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- dev-gitauto/issue-#82-51f588c0-a7e2-45bc-b113-f193f86e4d7f
- dev-dependabot/github_actions/pascalgn/size-label-action-0.5.5
- dev-dependabot/github_actions/guibranco/github-infisical-secrets-check-action-1.1.13
- dev-gitauto/issue-237-89757ae2-5736-4b2e-9a82-20e0e588b009
- dev-gitauto/issue-236-25e6bb88-4bef-4c61-bac6-b2f559ba760c
- dev-gitauto/issue-#235-e9717850-6cb0-4c71-977a-0252215df6ea
- dev-gitauto/issue-#85-a839d2b3-6218-417c-a9d3-625fdce6fd73
This package is auto-updated.
Last update: 2024-10-28 03:50:02 UTC
README
🧰 🛠️ Pancake project - a toolkit for PHP projects.
Documentation: Read the Docs
Table of content
- CI/CD: Current project status in the build pipeline (AppVeyor).
- Code Quality: Metrics from some tools about code quality.
- Installation: How to install/download this tool.
- User guide: How to set up, configure and use this tool.
- Change log: Changelog containing the changes done in this project.
- Support: How to get support.
- Testing: How to test this library.
- Contributing: How to contribute.
CI/CD
Code Quality
Installation
Github Releases
Download the latest zip file from the Release page.
Packagist package manager
More information is available here.
User guide
The user guide is available here.
Changelog
The changelog is available here.
Support
Please open an issue for support.
Testing
Tests can be run through PHPUnit.
composer update ./vendor/bin/phpunit tests
Test dependencies
Make sure you have the MySQL/MariaDB server running and listen with the following configuration:
- Host: localhost
- Port: 3306
- Username: root
- Password: root
- Database: pancake
Contributing
Refer to CONTRIBUTING.md to learn how to contribute to this project!