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.
- Host: GitHub
- URL: https://github.com/cottacush/phalcon-utils
- Owner: CottaCush
- License: mit
- Created: 2016-06-29T11:02:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T14:21:54.000Z (about 6 years ago)
- Last Synced: 2025-04-22T21:05:07.265Z (6 months ago)
- Topics: mailer, pagination, phalcon, s3, validation
- Language: PHP
- Size: 215 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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