Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bulba-man/encryptiondata
https://github.com/bulba-man/encryptiondata
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bulba-man/encryptiondata
- Owner: bulba-man
- License: mit
- Created: 2016-09-30T09:44:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T12:55:35.000Z (over 8 years ago)
- Last Synced: 2024-04-04T02:41:35.275Z (9 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EncryptionData
[![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 AET/EncryptionData
```## Usage
``` php
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] or [email protected] instead of using the issue tracker.
## Credits
- [AlexPu][link-author]
- [Nikita Dmitrievich][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/AET/EncryptionData.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/AET/EncryptionData/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/AET/EncryptionData.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/AET/EncryptionData.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/AET/EncryptionData.svg?style=flat-square[link-packagist]: https://packagist.org/packages/AET/EncryptionData
[link-travis]: https://travis-ci.org/AET/EncryptionData
[link-scrutinizer]: https://scrutinizer-ci.com/g/AET/EncryptionData/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/AET/EncryptionData
[link-downloads]: https://packagist.org/packages/AET/EncryptionData
[link-author]: https://github.com/bulba_man
[link-contributors]: ../../contributors