spyrit / silex-utils
Spyrit Silex Tools and Utilities
Requires
- php: >=5.3.3
- silex/silex: >=1.0
This package is not auto-updated.
Last update: 2024-12-21 15:08:41 UTC
README
Some tools and service providers for Silex framework
Installation
-
get composer http://getcomposer.org/ and install dependencies
curl -s https://getcomposer.org/installer | php
-
add "spyrit/silex-utils" package to your composer.json file require section
-
install dependencies
php composer.phar install
-
include vendor/autoload.php
Requirements
- PHP >= 5.3.3
- silex microframework
Licensing
License LGPL 3
- Copyright (C) 2012-2013 Spyrit Systeme
This file is part of Spyrit Silex Utils.
Spyrit Silex Utils is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Spyrit Silex Utils 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Spyrit Silex Utils. If not, see http://www.gnu.org/licenses/.