Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyx-solutions/php-nyx-helpers
PHP NYX Helpers
https://github.com/nyx-solutions/php-nyx-helpers
helper php
Last synced: about 2 months ago
JSON representation
PHP NYX Helpers
- Host: GitHub
- URL: https://github.com/nyx-solutions/php-nyx-helpers
- Owner: nyx-solutions
- License: other
- Created: 2017-02-23T11:31:55.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T11:01:48.000Z (4 months ago)
- Last Synced: 2024-09-19T11:49:41.240Z (4 months ago)
- Topics: helper, php
- Language: PHP
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PHP NYX Helpers
===============NYX Helpers is a library of Helpers for PHP.
[![Latest Stable Version](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/v)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)
[![Total Downloads](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/downloads)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)
[![Latest Unstable Version](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/v/unstable)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)
[![License](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/license)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)
[![Monthly Downloads](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/d/monthly)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)
[![Daily Downloads](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/d/daily)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)
[![composer.lock](http://poser.pugx.org/nyx-solutions/php-nyx-helpers/composerlock)](https://packagist.org/packages/nyx-solutions/php-nyx-helpers)## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist nyx-solutions/php-nyx-helpers "*"
```or add
```
"nyx-solutions/php-nyx-helpers": "*"
```to the require section of your `composer.json` file.
## License
**php-nyx-helpers** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.