Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victoravelar/exoskeleton
PHP package skeleton with personal tweaks, based on league/skeleton
https://github.com/victoravelar/exoskeleton
base composer package php
Last synced: 10 days ago
JSON representation
PHP package skeleton with personal tweaks, based on league/skeleton
- Host: GitHub
- URL: https://github.com/victoravelar/exoskeleton
- Owner: VictorAvelar
- License: mit
- Created: 2019-02-03T14:54:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T04:34:09.000Z (11 months ago)
- Last Synced: 2024-10-13T18:50:57.806Z (25 days ago)
- Topics: base, composer, package, php
- Language: PHP
- Homepage: https://victoravelar.com
- Size: 609 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Exoskeleton
**A simple and up to date PHP package foundation (Inspired heavily by league/skeleton)**
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]## Install
Via Composer
``` bash
$ composer require victoravelar/exoskeleton
```## Usage
Run the installation process.
``` php
chmod +x scripts/install.sh
./scripts/install.sh
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE_OF_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Victor Hugo Avelar Ossorio][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/victoravelar/exoskeleton.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/victoravelar/exoskeleton/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/victoravelar/exoskeleton.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/victoravelar/exoskeleton.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/victoravelar/exoskeleton.svg?style=flat-square[link-packagist]: https://packagist.org/packages/victoravelar/exoskeleton
[link-travis]: https://travis-ci.org/victoravelar/exoskeleton
[link-scrutinizer]: https://scrutinizer-ci.com/g/victoravelar/exoskeleton/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/victoravelar/exoskeleton
[link-downloads]: https://packagist.org/packages/victoravelar/exoskeleton
[link-author]: https://github.com/VictorAvelar
[link-contributors]: ../../contributors