https://github.com/dazzle-php/util
Dazzle Utility Classes
https://github.com/dazzle-php/util
design-pattern pattern php php-lib php7 utils
Last synced: 10 months ago
JSON representation
Dazzle Utility Classes
- Host: GitHub
- URL: https://github.com/dazzle-php/util
- Owner: dazzle-php
- License: mit
- Created: 2017-06-17T23:04:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T20:56:22.000Z (over 8 years ago)
- Last Synced: 2025-03-22T04:23:47.423Z (11 months ago)
- Topics: design-pattern, pattern, php, php-lib, php7, utils
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dazzle Utility Classes
[](https://travis-ci.org/dazzle-php/util)
[](https://scrutinizer-ci.com/g/dazzle-php/util/?branch=master)
[](https://scrutinizer-ci.com/g/dazzle-php/util/?branch=master)
[](https://packagist.org/packages/dazzle-php/util)
[](https://packagist.org/packages/dazzle-php/util)
[](https://packagist.org/packages/dazzle-php/util)
> **Note:** This repository is part of [Dazzle Project](https://github.com/dazzle-php/dazzle) - the next-gen library for PHP. The project's purpose is to provide PHP developers with a set of complete tools to build functional async applications. Please, make sure you read the attached README carefully and it is guaranteed you will be surprised how easy to use and powerful it is. In the meantime, you might want to check out the rest of our async libraries in [Dazzle repository](https://github.com/dazzle-php) for the full extent of Dazzle experience.
## Description
Dazzle Util is a component that serves as aggregation of utility classes and helpers.
## Feature Highlights
Dazzle Util features:
* Implementation of Buffer pattern,
* Implementation of Enum pattern,
* Implementation of Factory pattern,
* Implementation of Parser pattern,
* Support for additional array functions,
* Support for additional string functions,
* Callbacks invoker,
* Callbacks isolator,
* ...and more.
## Requirements
* PHP-5.6 or PHP-7.0+,
* UNIX or Windows OS.
## Installation
To install this library make sure you have [composer](https://getcomposer.org/) installed, then run following command:
```
$> composer require dazzle-php/util
```
## Tests
Tests can be run via:
```
$> vendor/bin/phpunit -d memory_limit=1024M
```
## Versioning
Versioning of Dazzle libraries is described in versioning section of [Dazzle Project](https://github.com/dazzle-php/dazzle) index repository. Please, refer there for detailed information on the subject.
## Contributing
Thank you for considering contributing to this repository!
- The contribution guide can be found in the [contribution tips](https://github.com/dazzle-php/util/blob/master/CONTRIBUTING.md).
- Open tickets can be found in [issues section](https://github.com/dazzle-php/util/issues).
- Current contributors are listed in [graphs section](https://github.com/dazzle-php/util/graphs/contributors)
- To contact the author(s) see the information attached in [composer.json](https://github.com/dazzle-php/util/blob/master/composer.json) file.
## License
Dazzle Framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
"Everything is possible. The impossible just takes longer." ― Dan Brown