Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cvsolutions/zendsnippets
- Owner: cvsolutions
- Created: 2013-09-23T13:09:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T08:52:00.000Z (over 6 years ago)
- Last Synced: 2024-10-12T13:03:39.011Z (25 days 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 foldersInstallation
------------
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
```