https://github.com/appstract/skeleton-php
Skeleton for PHP packages
https://github.com/appstract/skeleton-php
Last synced: 4 months ago
JSON representation
Skeleton for PHP packages
- Host: GitHub
- URL: https://github.com/appstract/skeleton-php
- Owner: appstract
- License: mit
- Created: 2017-06-14T10:31:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T12:56:14.000Z (over 5 years ago)
- Last Synced: 2025-04-29T13:41:23.218Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# :package_name
[](https://packagist.org/packages/appstract/:package_name)
[](https://packagist.org/packages/appstract/:package_name)
[](LICENSE.md)
[](https://travis-ci.org/appstract/:package_name)
:package_description
## Installation
You can install the package via composer:
``` bash
composer require appstract/:package_name
```
## Usage
``` php
$skeleton = new Appstract\Skeleton();
echo $skeleton->echoPhrase('Hello, Appstract!');
```
## Testing
``` bash
composer test
```
## Contributing
Contributions are welcome, [thanks to y'all](https://github.com/appstract/:package_name/graphs/contributors) :)
## About Appstract
Appstract is a small team from The Netherlands. We create [open source](https://github.com/appstract) packages and tools for web developers, [write](https://medium.com/appstract) about related subjects and create tailor-made software for [clients](https://appstract.nl). You can follow us on [Twitter](https://twitter.com/appstractnl).
## Support us
We dedicate a lot of time to contribute to the open source community by creating [packages](https://github.com/appstract) and tools. We would really appreciate it if you could [sponsor us](https://github.com/sponsors/appstract), so we can continue creating awesome stuff. You also receive premium and early-bird access to our sponsorware content.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.