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

https://github.com/cottacush/phalcon-utils

Phalcon Utils is a repository for libraries that are used across different phalcon projects.
https://github.com/cottacush/phalcon-utils

mailer pagination phalcon s3 validation

Last synced: 6 months ago
JSON representation

Phalcon Utils is a repository for libraries that are used across different phalcon projects.

Awesome Lists containing this project

README

          

# Phalcon Utils

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-coveralls]][link-coveralls]
[![Total Downloads][ico-downloads]][link-downloads]

Phalcon Utils is a repository for libraries that are used across different phalcon projects.

## Install

Via Composer

``` bash
$ composer require cottacush/phalcon-utils
```

## Features

* Mailer - Mail sending library
* S3 - AWS S3 library
* Validation - Custom Validators and Validation Utils
* Pagination - Custom pagination to handle `GROUP BY`

## Usage

Check package readme for usage instructions

## 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 instead of using the issue tracker.

## Credits

- [Adeyemi Olaoye][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/cottacush/phalcon-utils.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/cottacush/phalcon-utils/master.svg?style=flat-square
[ico-coveralls]: https://coveralls.io/repos/github/CottaCush/phalcon-utils/badge.svg?branch=master
[ico-downloads]: https://img.shields.io/packagist/dt/cottacush/phalcon-utils.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/cottacush/phalcon-utils
[link-travis]: https://travis-ci.org/CottaCush/phalcon-utils
[link-coveralls]: https://coveralls.io/github/CottaCush/phalcon-utils?branch=master
[link-downloads]: https://packagist.org/packages/cottacush/phalcon-utils
[link-author]: https://github.com/yemexx1
[link-contributors]: CONTRIBUTORS.md