An open API service indexing awesome lists of open source software.

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

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.
````