chevere/chevere

High quality library for building modern PHP

3.2.1 2023-10-21 14:14 UTC

README

🔔 Subscribe to the newsletter to don't miss any update regarding Chevere.

Chevere

Build Code size Apache-2.0 PHPStan Mutation testing badge

Quality Gate Status Maintainability Rating Reliability Rating Security Rating Coverage Technical Debt CodeFactor Codacy Badge

Build from source

  • Install vendor dependencies using Composer:
composer install

Scripts

  • Run all tests:
composer all
  • Run some tests:
composer phpstan
composer test
composer test-coverage
composer infection
  • Update code style
composer cs-update
  • Fix code-style
composer cs-fix
  • Run with options:
composer <command> -- <options>

Local GitHub workflow

Run the following command to execute the GitHub Workflow on local.

ARM64 (Apple M1*)

act -P ubuntu-latest=shivammathur/node:latest-arm64v8 --container-architecture linux/arm64

AMD64

act -P ubuntu-latest=shivammathur/node:latest --container-architecture linux/amd64

Documentation

Documentation available at chevere.org.

License

Copyright 2023 Rodolfo Berrios A.

Chevere is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.