fpFilePlugin
1.0.1stable
for sf 1.4sf 1.3sf 1.2 MIT
Simple file abstration layer under symfony framework structure.
Provide temp folder object, public file and so on.
Developers
License
Copyright (c) 2008,2009 Pablo Godel, Frank Stelzer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Releases for sf 1.4
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT license |
1.2.0stable
|
25/06/2010 |
|
1.0.0stable
|
MIT license |
1.2.0stable
|
25/06/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT license |
1.2.0stable
|
25/06/2010 |
|
1.0.0stable
|
MIT license |
1.2.0stable
|
25/06/2010 |
Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.1stable
|
MIT license |
1.2.0stable
|
25/06/2010 |
|
1.0.0stable
|
MIT license |
1.2.0stable
|
25/06/2010 |
| Name |
Channel |
Version |
| sfPhpunitPlugin |
plugins.symfony-project.org |
1.0.11- |
Changelog for release 1.0.1 - 25/06/2010
Other releases
Release 1.0.1 - 25/06/2010
Release 1.0.0 - 25/06/2010
fpFilePlugin
This plugin provide set of classes.
They allow you to work with file system on oop like style.
Requirements
Installation
1.download:
pear package
php symfony plugin:install fpFilePlugin
svn tag
svn checkout http://svn.symfony-project.com/plugins/fpFilePlugin/tags/fpFilePlugin-1.0.1
dev version:
svn checkout http://svn.symfony-project.com/plugins/fpFilePlugin/trunk
2.enable it in ProjectConfiguration:
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('fpFilePlugin');
}
}
Overview
You can look at the plugin tests to see what you can do with it.