2017 © Pedro Peláez
 

library package-filesystem

ZN Framework Filesystem Package

image

znframework/package-filesystem

ZN Framework Filesystem Package

  • Wednesday, August 1, 2018
  • by znframework
  • Repository
  • 3 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 50 % Grown

The README.md

, (*1)

ZN Framework Filesystem Package

Follow the steps below for installation and use. , (*2)

Installation

You only need to run the following code for the installation. , (*3)

composer require znframework/package-filesystem

Supported Libraries

Folder Library

Click for documentation of your library. , (*4)

<?php require 'vendor/autoload.php';

ZN\ZN::run();

File::write('example.txt', 'Example');

echo File::read('example.txt');

Folder Library

Click for documentation of your library. , (*5)

Folder::create('Example');

Folder::delete('Example');

Upload Library

Click for documentation of your library. , (*6)

use ZN\Request\Post;

if( Post::uploadButton() )
{
    Upload::mimes('image/jpeg', 'image/png')->start('uploadFile', 'upload');

    output( Upload::error() );
}

echo Form::enctype('multipart')->open('form');
echo Form::file('uploadFile');
echo Form::submit('uploadButton', 'Upload');
echo Form::close();

The Versions

01/08 2018

dev-develop

dev-develop https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

01/08 2018

5.8.x-dev

5.8.9999999.9999999-dev https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

01/08 2018

5.8.2.8

5.8.2.8 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

01/07 2018

5.8.0

5.8.0.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

12/06 2018

5.7.x-dev

5.7.9999999.9999999-dev https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

04/06 2018

5.7.0.1

5.7.0.1 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

30/04 2018

5.7.0

5.7.0.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

06/03 2018

dev-master

9999999-dev https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

06/03 2018

5.6.01

5.6.01.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

06/03 2018

5.6.x-dev

5.6.9999999.9999999-dev https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

27/02 2018

5.521

5.521.0.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

27/02 2018

5.5.21

5.5.21.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

27/02 2018

5.5.x-dev

5.5.9999999.9999999-dev https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

27/02 2018

5.6.0

5.6.0.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

27/02 2018

5.5.2

5.5.2.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

23/02 2018

5.5.10

5.5.10.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

25/01 2018

5.5.0

5.5.0.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

20/01 2018

5.0.x-dev

5.0.9999999.9999999-dev https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework

20/01 2018

5.0.0

5.0.0.0 https://znframework.com

ZN Framework Filesystem Package

  Sources   Download

MIT

The Requires

 

filesystem znframework