https://github.com/cvsolutions/zendsnippets
Zend Framework 2 Snippets
https://github.com/cvsolutions/zendsnippets
composer php php5 snippets zend-framework
Last synced: 12 months ago
JSON representation
Zend Framework 2 Snippets
- Host: GitHub
- URL: https://github.com/cvsolutions/zendsnippets
- Owner: cvsolutions
- Created: 2013-09-23T13:09:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T08:52:00.000Z (over 7 years ago)
- Last Synced: 2025-03-23T22:25:02.315Z (about 1 year ago)
- Topics: composer, php, php5, snippets, zend-framework
- Language: PHP
- Homepage: http://cvsolutions.github.io/ZendSnippets/
- Size: 41 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```