Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrelamberty/composer-project-skeleton
:elephant: A basic Composer PHP project template with unit tests.
https://github.com/alexandrelamberty/composer-project-skeleton
composer package-manager php phpunit project template
Last synced: 14 days ago
JSON representation
:elephant: A basic Composer PHP project template with unit tests.
- Host: GitHub
- URL: https://github.com/alexandrelamberty/composer-project-skeleton
- Owner: alexandrelamberty
- Created: 2021-03-11T09:21:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T16:32:29.000Z (7 months ago)
- Last Synced: 2024-06-17T18:42:19.671Z (7 months ago)
- Topics: composer, package-manager, php, phpunit, project, template
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Composer Project Template
Php project template using composer for dependency management.
## Tests
Run
```shell
phpunit ../../tests/Eevos/ProjectTest.php
```