Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cvsolutions/zendsnippets

Zend Framework 2 Snippets
https://github.com/cvsolutions/zendsnippets

composer php php5 snippets zend-framework

Last synced: 25 days ago
JSON representation

Zend Framework 2 Snippets

Awesome Lists containing this project

README

        

ZendSnippets
============

Zend Framework 2 Snippets

- (Slug) clean url generator
- (TruncateHtml) This truncates a variable to a character length
- (Directories) Delete files and folders

Installation
------------
Using Composer (recommended) [composer](http://getcomposer.org "composer - package manager").

```sh
curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/zend-snippets:2.0
```
If you have installed composer:
```sh
composer require cvsolutions/zend-snippets:2.0
```