Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ngmy/php-library-template

A template repository for PHP libraries
https://github.com/ngmy/php-library-template

coc-nvim composer coveralls direnv github-actions laradock library phive php php-cs-fixer phpcbf phpcs phpstan phpunit psalm template template-repository

Last synced: 10 days ago
JSON representation

A template repository for PHP libraries

Awesome Lists containing this project

README

        

# PHP Library Template
A template repository for PHP libraries.

## Requirements
* [Bash](https://www.gnu.org/software/bash/)
* [Git](https://git-scm.com/)
* [direnv](https://direnv.net/)
* [Docker](https://www.docker.com/)

## Installation
```console
./install_scripts/install.sh vendor/project
```

## Development Environment
Start up a development environment:
```console
laradockctl up
```

Shut down a development environment:
```console
laradockctl down
```

And more commands:
```console
laradockctl list
```

## License
PHP Library Template is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).