Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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