xiphe / base
Basic logic for new projects. Provides singleton, configuration, callback and basic api methods.
Installs: 76
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/xiphe/base
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-10-11 17:53:49 UTC
README
Basic logic for new projects.
Provides singleton, configuration, callback and basic api methods.
Changelog
1.1.0
- introduce protected $_defaultConfiguration array
- configuration can be changed more easy by calling initConfig or i on a singleton
- doCallback now has a third parameter to allow return of results (filter-mode) instead of $this
Todo
License
Copyright (C) 2013 Hannes Diercks
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.