chevere / chevere
High quality library for building modern PHP
Installs: 13 136
Dependents: 18
Suggesters: 0
Security: 0
Stars: 75
Watchers: 5
Forks: 7
Open Issues: 0
Requires
- php: ^8.1
- kevinlebrun/colors.php: ^1.0
- myclabs/deep-copy: ^1.11
- nyholm/psr7: ^1.5
- psr/container: ^1 || ^2
- psr/http-message: ^1
- ramsey/uuid: ^4.6
- symfony/polyfill-ctype: ^1.27
- symfony/polyfill-mbstring: ^1.27
- symfony/var-exporter: ^6.0
- thecodingmachine/safe: ^2.4
Requires (Dev)
- chevere/var-dump: ^0.8.1
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- symplify/easy-coding-standard: ^11.4
Suggests
- ext-ctype: For best performance
- ext-mbstring: For best performance
- 4.0.x-dev
- 3.2.x-dev
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.0
- 2.1.x-dev
- 2.0.x-dev
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.x-dev
- 1.0.x-dev
- 1.0.0
- 0.8.x-dev
- 0.8.1
- 0.8.0
- 0.7.x-dev
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.x-dev
- 0.6.0
- 0.5.x-dev
- 0.5.0
- 0.4.x-dev
- 0.4.0
- 0.3.x-dev
- 0.3.0
- 0.2.x-dev
- 0.2.0
- 0.1.x-dev
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
This package is auto-updated.
Last update: 2023-11-30 19:16:36 UTC
README
🔔 Subscribe to the newsletter to don't miss any update regarding Chevere.
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
- Requires act
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.