Download the PHP package hardjunior/mini-frame without Composer

On this page you can find all versions of the php package hardjunior/mini-frame. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package mini-frame

bash "hardjunior/cropper": "1.3.*" bash composer require hardjunior/cropper

-----------------------------datalayer---------------------------------------

Data Layer @hardjunior

The data layer is a persistent abstraction component of your database that PDO has prepared instructions for performing common routines such as registering, reading, editing, and removing data.

O data layer é um componente para abstração de persistência no seu banco de dados que usa PDO com prepared statements para executar rotinas comuns como cadastrar, ler, editar e remover dados.

Highlights

Installation

Data Layer is available via Composer:

or run

Documentation

For details on how to use the Data Layer, see the sample folder with details in the component directory

Para mais detalhes sobre como usar o Data Layer, veja a pasta de exemplo com detalhes no diretório do componente

connection

To begin using the Data Layer, you need to connect to the database (MariaDB / MySql). For more connections PDO connections manual on PHP.net

Para começar a usar o Data Layer precisamos de uma conexão com o seu banco de dados. Para ver as conexões possíveis acesse o manual de conexões do PDO em PHP.net

your model

The Data Layer is based on an MVC structure with the Layer Super Type and Active Record design patterns. Soon to consume it is necessary to create the model of your table and inherit the Data Layer.

O Data Layer é baseado em uma estrutura MVC com os padrões de projeto Layer Super Type e Active Record. Logo para consumir é necessário criar o modelo de sua tabela e herdar o Data Layer.

find

findById

secure params

See example find_example.php and model classes

Consulte exemplo find_example.php e classes modelo

join method

See example find_example.php and model classes

Consulte exemplo find_example.php e classes modelo

count

save create

save update

destroy

fail

custom data method

``

Support

Security: If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Se você descobrir algum problema relacionado à segurança, envie um e-mail para [email protected].

Thank you bash "hardjunior/optimizer": "2.0.*" bash composer require hardjunior/optimizer `html

Optimizer Happy and @hardjunior

`html

`html

`html

-----------------------------route---------------------------------------

Router @hardjunior

Highlights

Installation

Router is available via Composer:

or run

Documentation

For details on how to use the router, see the sample folder with details in the component directory. To use the router you need to redirect your route routing navigation (index.php) where all traffic must be handled. The example below shows how:

Para mais detalhes sobre como usar o router, veja a pasta de exemplo com detalhes no diretório do componente. Para usar o router é preciso redirecionar sua navegação para o arquivo raiz de rotas (index.php) onde todo o tráfego deve ser tratado. O exemplo abaixo mostra como:

apache

nginx

`

Routes
Named
Named Controller Exemple
Named Params

``

Callable
Form Spoofing
This example shows how to access the routes (PUT, PATCH, DELETE) from the application. You can see more details in the sample folder. From an attention to the _method field, it can be of the hidden type.

Esse exemplo mostra como acessar as rotas (PUT, PATCH, DELETE) a partir da aplicação. Você pode ver mais detalhes na pasta de exemplo. De uma atenção para o campo _method, ele pode ser do tipo hidden.

PHP cURL exemple

Support

Security: If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Se você descobrir algum problema relacionado à segurança, envie um e-mail para [email protected].

Thank you bash "hardjunior/uploader": "1.0.*" bash composer require hardjunior/uploader

-----------------------------uploader---------------------------------------

Email @HardJunior

Highlights

Installation

Uploader is available via Composer:

or run

Documentation

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

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

Envio de email

Support

Security: If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Se você descobrir algum problema relacionado à segurança, envie um e-mail para [email protected].

Thank you


All versions of mini-frame with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-fileinfo Version *
ext-gd Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hardjunior/mini-frame contains the following files

Loading the files please wait ....