https://github.com/portphp/boilerplate
Boilerplate for PortPHP packages
https://github.com/portphp/boilerplate
Last synced: 27 days ago
JSON representation
Boilerplate for PortPHP packages
- Host: GitHub
- URL: https://github.com/portphp/boilerplate
- Owner: portphp
- License: mit
- Created: 2015-05-29T12:47:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T16:33:32.000Z (about 8 years ago)
- Last Synced: 2025-06-22T12:13:18.774Z (8 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Port Boilerplate
[](https://github.com/portphp/boilerplate/releases)
[](https://travis-ci.org/portphp/boilerplate)
[](https://scrutinizer-ci.com/g/portphp/boilerplate/?branch=master)
[](https://scrutinizer-ci.com/g/portphp/boilerplate/?branch=master)
Boilerplate is a package skeleton for PortPHP packages.
## Installation
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this package:
```bash
$ composer require portphp/boilerplate
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
## Documentation
Documentation is available at http://docs.portphp.org.
## Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
## Contributing
Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/boilerplate/graphs/contributors)
already.
## Security
If you discover any security-related issues, please contact us at
[security@portphp.org](mailto:security@portphp.org).
## License
This package is licensed under the [MIT license](LICENSE).