Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ngmy/php-library-template
- Owner: ngmy
- License: mit
- Created: 2021-03-05T09:39:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T16:10:53.000Z (over 3 years ago)
- Last Synced: 2024-05-02T16:24:00.826Z (8 months ago)
- Topics: coc-nvim, composer, coveralls, direnv, github-actions, laradock, library, phive, php, php-cs-fixer, phpcbf, phpcs, phpstan, phpunit, psalm, template, template-repository
- Language: Shell
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).