All Projects → fpietka → Zend-Nested-Set

fpietka / Zend-Nested-Set

Licence: other
Implementation of a nested set model to use with Zend Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to Zend-Nested-Set

stefano-tree
Framework agnostic Nested Set (MPTT) implementation for PHP
Stars: ✭ 24 (+9.09%)
Mutual labels:  zend-framework, nested-set
zend-sentry
A Zend Framework 3 module that lets you log to the Sentry.io service.
Stars: ✭ 34 (+54.55%)
Mutual labels:  zend-framework
yii2-jstree-widget
jsTree tree widget for yii2
Stars: ✭ 16 (-27.27%)
Mutual labels:  nested-set
nested-set
Nested Set is an Go implementation of the Nested set model for Gorm.
Stars: ✭ 44 (+100%)
Mutual labels:  nested-set
twbs-helper-module
Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap
Stars: ✭ 18 (-18.18%)
Mutual labels:  zend-framework
zfcore
ZFCore - CMF based on ZF 1.x [closed]
Stars: ✭ 14 (-36.36%)
Mutual labels:  zend-framework
zend-di-config
PSR-11 PHP-DI container configurator for Laminas, Mezzio, ZF, Expressive applications or any framework that needs a PSR-11 container
Stars: ✭ 19 (-13.64%)
Mutual labels:  zend-framework
learnzf2
Learn ZF2: Learning Zend Framework 2 by Example
Stars: ✭ 35 (+59.09%)
Mutual labels:  zend-framework
zend-problem-details
Provides Problem Details for HTTP APIs (RFC 7807) support for PSR-7 applications.
Stars: ✭ 50 (+127.27%)
Mutual labels:  zend-framework
ZfSnapGeoip
Maxmind Geoip module for Zend Framework 2
Stars: ✭ 15 (-31.82%)
Mutual labels:  zend-framework
zf-dependency-injection
Advanced dependency injection for laminas framework
Stars: ✭ 17 (-22.73%)
Mutual labels:  zend-framework
zend-framework-1-oauth-2-library
two new zend framework components, zend_oauth2 and zend_service_facebook
Stars: ✭ 18 (-18.18%)
Mutual labels:  zend-framework
ZendServerSDK
Pure ZF2 CLI for zpk creation and webapi client.
Stars: ✭ 22 (+0%)
Mutual labels:  zend-framework
Slugify
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Stars: ✭ 2,697 (+12159.09%)
Mutual labels:  zend-framework
koala-framework
Framework and CMS based on Zend Framework and ExtJS
Stars: ✭ 61 (+177.27%)
Mutual labels:  zend-framework
imeals-project
iMeals is a Open Source Restaurant Software for Food Delivery and Restaurant Management
Stars: ✭ 31 (+40.91%)
Mutual labels:  zend-framework
Closure tree
Easily and efficiently make your ActiveRecord models support hierarchies
Stars: ✭ 1,665 (+7468.18%)
Mutual labels:  nested-set
Laravel Nestedset
Effective tree structures in Laravel 4-5
Stars: ✭ 3,045 (+13740.91%)
Mutual labels:  nested-set

Build Status Code Coverage Scrutinizer Code Quality StyleCI

INSTALLATION

The minimum requirement is that your Web server supports PHP 5.4.

This application requires that you either have Zend Framework on your include_path, or that you will be symlinking your Zend Framework library into the library directory. If you do not yet have Zend Framework, you can get it from one of the following sources:

svn checkout http://framework.zend.com/svn/framework/standard/trunk/library/Zend
svn checkout http://framework.zend.com/svn/framework/standard/branches/release-1.12/library/Zend
  • Using Git; use either the current master or the 1.12.7 release branch:
git clone https://github.com/zendframework/zf1
git checkout release-1.12.7

DEPENDENCY

  • PHP Package
php5 php-pear php5-sqlite php5-curl php5-xmlrpc php5-json
  • PHAR Package
wget https://phar.phpunit.de/phpunit.phar

DOCUMENTATION

To lauch unit tests: php mageekguy.atoum.phar -d tests/

REQUESTS

If you have any feature requests, feel free to send them to:

François Pietka
francois [at] pietka [dot] fr

I may or may not honor them. :)

LICENSE

Please see COPYING

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].