https://github.com/mikel00per/php-library-template
Template to make libraries in PHP
https://github.com/mikel00per/php-library-template
php php-library php8 template template-library
Last synced: about 1 year ago
JSON representation
Template to make libraries in PHP
- Host: GitHub
- URL: https://github.com/mikel00per/php-library-template
- Owner: mikel00per
- License: mit
- Created: 2022-11-18T17:38:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T19:04:57.000Z (over 2 years ago)
- Last Synced: 2025-02-13T13:32:17.310Z (over 1 year ago)
- Topics: php, php-library, php8, template, template-library
- Language: Makefile
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Library Template
Template to make libraries in PHP
## Make commands
````
$ make help
Usage: make [target] ...
Library:
start Init library rename strings
Code:
exec Execute the code index
Container:
run Build and run php container
build Build php container
stop Stop php container
destroy Remove all data related with php container
shell SHH in container
logs Show logs in container
Style:
lint Show style errors
lint-fix Fix style errors
Tests:
test Execute tests
test-coverage Execute tests with coverage
Miscellaneous:
help Show this help
Written by Antonio Miguel Morillo Chica, version v1.0
Please report any bug or error to the author.
````