PHPackages                             jeferson-lsouza/isidir - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jeferson-lsouza/isidir

ActiveLibrary

jeferson-lsouza/isidir
======================

Componente responsável para gestão de arquivos e pastas.

00PHP

Since Jul 21Pushed 5y agoCompare

[ Source](https://github.com/jeferson-lsouza/isidir)[ Packagist](https://packagist.org/packages/jeferson-lsouza/isidir)[ RSS](/packages/jeferson-lsouza-isidir/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

IsiDir Library
==============

[](#isidir-library)

[![Maintainer](https://camo.githubusercontent.com/b2615a5028fcf161e64611983bbb1dcb16380e2122d8bcd6eced3ebc5c70de70/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d404a65666572736f32383137393239332d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/Jeferso28179293)[![Source Code](https://camo.githubusercontent.com/4932eca49d5688269abf809203a290303d84039fd37df53e32d5c20fde880ea3/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6a65666572736f6e2d6c736f757a612f6973696469722d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/jeferson-lsouza/isidir)[![PHP from Packagist](https://camo.githubusercontent.com/8a7b2d2fd613d5ef90cc87a1b7cd6d7f5ab600a3a4dbe198ad4182cbc57a9c59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6a65666572736f6e2d6c736f757a612f6973696469722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeferson-lsouza/isidir)[![Latest Version](https://camo.githubusercontent.com/b9ad61e784f17b459b23e5ae830d760ee09fb37f25d557a14d2055f8d48a7322/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a65666572736f6e2d6c736f757a612f6973696469722e7376673f7374796c653d666c61742d737175617265)](https://github.com/jeferson-lsouza/isidir/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build](https://camo.githubusercontent.com/0451ad2431bc5a71bf06d89dd2b1a8a983e066a8ea885e5bf4c74627ee391a52/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f6a65666572736f6e2d6c736f757a612f6973696469722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jeferson-lsouza/isidir)[![Quality Score](https://camo.githubusercontent.com/a5ae285d903faeb7a01cf752188e3d6c53874b48e0ca196aa83da5bef69c8380/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a65666572736f6e2d6c736f757a612f6973696469722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jeferson-lsouza/isidir)[![Total Downloads](https://camo.githubusercontent.com/d08161e874d0978313e03753bf8e1d4647bf6a28efd247a7642eb1566bbb48a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a65666572736f6e2d6c736f757a612f6973696469722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeferson-lsouza/isidir)

###### IsiDir Library

[](#isidir-library-1)

IsiDir Library is a set of classes designed to manage files and folders IsiDir Library é um conjunto de classes desenvolvidas para gerenciar arquivos e pastas

### Highlights

[](#highlights)

- Simple installation (Instalação simples)
- Easy structuring and application (Fácil estruturação e aplicação)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)

Installation
------------

[](#installation)

Uploader is available via Composer:

```
"Jeferson-LSouza/IsiDir": "^1.0"
```

or run

```
composer require Jeferson-LSouza/IsiDir
```

Documentation
-------------

[](#documentation)

###### For details on how to use, see a sample folder in the component directory. In it you will have an example of use for each class. It works like this:

[](#for-details-on-how-to-use-see-a-sample-folder-in-the-component-directory-in-it-you-will-have-an-example-of-use-for-each-class-it-works-like-this)

Para mais detalhes sobre como usar, veja uma pasta de exemplo no diretório do componente. Nela terá um exemplo de uso para cada classe. Ele funciona assim: ``

#### Create File (Call): To create an file, just follow the example below:

[](#create-file-call-to-create-an-file-just-follow-the-example-below)

```
